soot.jimple.internal
Class JInstanceOfExpr
java.lang.Object
soot.jimple.internal.AbstractInstanceOfExpr
soot.jimple.internal.JInstanceOfExpr
- All Implemented Interfaces:
- Serializable, EquivTo, ConvertToBaf, Expr, InstanceOfExpr, Switchable, Value
public class JInstanceOfExpr
- extends AbstractInstanceOfExpr
- implements ConvertToBaf
- See Also:
- Serialized Form
Methods inherited from class soot.jimple.internal.AbstractInstanceOfExpr |
apply, equivHashCode, equivTo, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp, toString, toString |
JInstanceOfExpr
public JInstanceOfExpr(Value op,
Type checkType)
convertToBaf
public void convertToBaf(JimpleToBafContext context,
List<Unit> out)
- Specified by:
convertToBaf
in interface ConvertToBaf
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