soot.jimple.internal
Class AbstractSpecialInvokeExpr
java.lang.Object
soot.jimple.internal.AbstractInvokeExpr
soot.jimple.internal.AbstractInstanceInvokeExpr
soot.jimple.internal.AbstractSpecialInvokeExpr
- All Implemented Interfaces:
- Serializable, EquivTo, ConvertToBaf, Expr, InstanceInvokeExpr, InvokeExpr, SpecialInvokeExpr, Switchable, Value
- Direct Known Subclasses:
- GSpecialInvokeExpr, JSpecialInvokeExpr
public abstract class AbstractSpecialInvokeExpr
- extends AbstractInstanceInvokeExpr
- implements SpecialInvokeExpr, ConvertToBaf
- See Also:
- Serialized Form
AbstractSpecialInvokeExpr
protected AbstractSpecialInvokeExpr(ValueBox baseBox,
SootMethodRef methodRef,
ValueBox[] argBoxes)
equivTo
public boolean equivTo(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 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 String toString()
- Overrides:
toString
in class Object
toString
public void toString(UnitPrinter up)
- Specified by:
toString
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 Switchable
convertToBaf
public void convertToBaf(JimpleToBafContext context,
List<Unit> out)
- Specified by:
convertToBaf
in interface ConvertToBaf