public abstract class AbstractVirtualInvokeExpr extends AbstractInstanceInvokeExpr implements VirtualInvokeExpr, ConvertToBaf
baseBoxargBoxes, methodRef| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVirtualInvokeExpr(ValueBox baseBox,
SootMethodRef methodRef,
ValueBox[] argBoxes) |
| Modifier and Type | Method and Description |
|---|---|
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<Unit> 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.lang.String |
toString() |
void |
toString(UnitPrinter up) |
getBase, getBaseBox, getUseBoxes, setBasegetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRefequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBase, getBaseBox, setBasegetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRefgetType, getUseBoxesprotected AbstractVirtualInvokeExpr(ValueBox baseBox, SootMethodRef methodRef, ValueBox[] argBoxes)
public boolean equivTo(java.lang.Object o)
EquivTopublic int equivHashCode()
equivHashCode in interface EquivTopublic abstract java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractInvokeExprpublic void apply(Switch sw)
Switchableapply in interface Switchablepublic java.lang.String toString()
toString in class java.lang.Objectpublic void toString(UnitPrinter up)
public void convertToBaf(JimpleToBafContext context, java.util.List<Unit> out)
convertToBaf in interface ConvertToBaf