soot.jimple.internal
Class AbstractInstanceOfExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractInstanceOfExpr
- All Implemented Interfaces:
- EquivTo, Expr, InstanceOfExpr, Switchable, ToBriefString, Value
- Direct Known Subclasses:
- GInstanceOfExpr, JInstanceOfExpr
- public abstract class AbstractInstanceOfExpr
- extends java.lang.Object
- implements InstanceOfExpr
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractInstanceOfExpr
protected AbstractInstanceOfExpr(ValueBox opBox,
Type checkType)
equivTo
public boolean equivTo(java.lang.Object o)
- Description copied from interface:
EquivTo
- Returns true if this object is equivalent to o.
- Specified by:
equivTo
in interface EquivTo
equivHashCode
public int equivHashCode()
- Returns a hash code for this object, consistent with structural equality.
- Specified by:
equivHashCode
in interface EquivTo
clone
public abstract java.lang.Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toBriefString
public java.lang.String toBriefString()
- Description copied from interface:
ToBriefString
- Returns a brief description of this object.
- Specified by:
toBriefString
in interface ToBriefString
getOp
public Value getOp()
- Specified by:
getOp
in interface InstanceOfExpr
setOp
public void setOp(Value op)
- Specified by:
setOp
in interface InstanceOfExpr
getOpBox
public ValueBox getOpBox()
- Specified by:
getOpBox
in interface InstanceOfExpr
getUseBoxes
public java.util.List getUseBoxes()
- Description copied from interface:
Value
- Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
- Specified by:
getUseBoxes
in interface InstanceOfExpr
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.
- Specified by:
getType
in interface InstanceOfExpr
getCheckType
public Type getCheckType()
- Specified by:
getCheckType
in interface InstanceOfExpr
setCheckType
public void setCheckType(Type checkType)
- Specified by:
setCheckType
in interface InstanceOfExpr
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.
- Specified by:
apply
in interface InstanceOfExpr