soot.jimple.internal
Class JCastExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractCastExpr
        |
        +--soot.jimple.internal.JCastExpr

public class JCastExpr
extends AbstractCastExpr
implements CastExpr


Constructor Summary
JCastExpr(Value op, Type type)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractCastExpr
apply, convertToBaf, equivHashCode, equivTo, getCastType, getOp, getOpBox, getType, getUseBoxes, setCastType, setOp, toBriefString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCastExpr

public JCastExpr(Value op,
                 Type type)
Method Detail

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractCastExpr