soot.jimple.internal
Class AbstractSpecialInvokeExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractInvokeExpr
|
+--soot.jimple.internal.AbstractInstanceInvokeExpr
|
+--soot.jimple.internal.AbstractSpecialInvokeExpr
- Direct Known Subclasses:
- GSpecialInvokeExpr, JSpecialInvokeExpr
- public abstract class AbstractSpecialInvokeExpr
- extends AbstractInstanceInvokeExpr
- implements SpecialInvokeExpr, ConvertToBaf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AbstractSpecialInvokeExpr
protected AbstractSpecialInvokeExpr(ValueBox baseBox,
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.
equivHashCode
public int equivHashCode()
- Returns a hash code for this object, consistent with structural equality.
clone
public abstract java.lang.Object clone()
- Description copied from interface: Value
- Returns a clone of this Value.
- Overrides:
- clone in class AbstractInvokeExpr
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
toString
public void toString(UnitPrinter up)
apply
public void apply(Switch sw)
- Description copied from interface: Switchable
- Called when this object is visited.
convertToBaf
public void convertToBaf(JimpleToBafContext context,
java.util.List out)
- Specified by:
- convertToBaf in interface ConvertToBaf