public class GSpecialInvokeExpr extends AbstractSpecialInvokeExpr implements Precedence
baseBoxargBoxes, methodRef| Constructor and Description |
|---|
GSpecialInvokeExpr(Value base,
SootMethodRef methodRef,
java.util.List args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
apply, convertToBaf, equivHashCode, equivTogetBase, 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, getUseBoxespublic GSpecialInvokeExpr(Value base, SootMethodRef methodRef, java.util.List args)
public int getPrecedence()
getPrecedence in interface Precedencepublic java.lang.String toString()
toString in class AbstractSpecialInvokeExprpublic void toString(UnitPrinter up)
toString in interface ValuetoString in class AbstractSpecialInvokeExprpublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractSpecialInvokeExpr