public interface InstanceOfExpr extends Expr
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Type |
getCheckType() |
Value |
getOp() |
ValueBox |
getOpBox() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setCheckType(Type checkType) |
void |
setOp(Value op) |
clone, getUseBoxes, toString
equivHashCode, equivTo
Value getOp()
void setOp(Value op)
ValueBox getOpBox()
Type getType()
Value
Type getCheckType()
void setCheckType(Type checkType)
void apply(Switch sw)
Switchable
apply
in interface Switchable