soot.jimple.internal
Class JCastExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractCastExpr
      extended by soot.jimple.internal.JCastExpr
All Implemented Interfaces:
Serializable, EquivTo, CastExpr, ConvertToBaf, Expr, Switchable, Value

public class JCastExpr
extends AbstractCastExpr

See Also:
Serialized Form

Constructor Summary
JCastExpr(Value op, Type type)
           
 
Method Summary
 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, toString, 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 Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Specified by:
clone in class AbstractCastExpr