soot.jimple.internal
Class JCastExpr
java.lang.Object
soot.jimple.internal.AbstractCastExpr
soot.jimple.internal.JCastExpr
- All Implemented Interfaces:
- Serializable, EquivTo, CastExpr, ConvertToBaf, Expr, Switchable, Value
public class JCastExpr
- extends AbstractCastExpr
- See Also:
- Serialized Form
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 |
JCastExpr
public JCastExpr(Value op,
Type type)
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