soot.grimp.internal
Class GInstanceOfExpr
java.lang.Object
soot.jimple.internal.AbstractInstanceOfExpr
soot.grimp.internal.GInstanceOfExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Expr, InstanceOfExpr, Switchable, Value
public class GInstanceOfExpr
- extends AbstractInstanceOfExpr
- See Also:
- Serialized Form
Method Summary |
Object |
clone()
Returns a clone of this Value. |
Methods inherited from class soot.jimple.internal.AbstractInstanceOfExpr |
apply, equivHashCode, equivTo, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp, toString, toString |
GInstanceOfExpr
public GInstanceOfExpr(Value op,
Type checkType)
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 AbstractInstanceOfExpr