soot.jimple.internal
Class AbstractStaticInvokeExpr
java.lang.Object
soot.jimple.internal.AbstractInvokeExpr
soot.jimple.internal.AbstractStaticInvokeExpr
- All Implemented Interfaces:
- ConvertToBaf, EquivTo, Expr, InvokeExpr, java.io.Serializable, StaticInvokeExpr, Switchable, Value
- Direct Known Subclasses:
- GNewInvokeExpr, GStaticInvokeExpr, JStaticInvokeExpr
- public abstract class AbstractStaticInvokeExpr
- extends AbstractInvokeExpr
- implements StaticInvokeExpr, ConvertToBaf
- See Also:
- Serialized Form
Method Summary |
void |
apply(Switch sw)
Called when this object is visited. |
abstract java.lang.Object |
clone()
Returns a clone of this Value. |
void |
convertToBaf(JimpleToBafContext context,
java.util.List out)
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality. |
boolean |
equivTo(java.lang.Object o)
Returns true if this object is equivalent to o. |
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value. |
java.lang.String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractStaticInvokeExpr
protected AbstractStaticInvokeExpr(SootMethod method,
ValueBox[] argBoxes)
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
- Specified by:
clone
in class AbstractInvokeExpr
toString
public java.lang.String toString()
toString
public void toString(UnitPrinter up)
- Specified by:
toString
in interface Value
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 Value
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.
- Specified by:
apply
in interface StaticInvokeExpr
convertToBaf
public void convertToBaf(JimpleToBafContext context,
java.util.List out)
- Specified by:
convertToBaf
in interface ConvertToBaf