public class GVirtualInvokeExpr extends AbstractVirtualInvokeExpr implements Precedence
baseBox
argBoxes, methodRef
Constructor and Description |
---|
GVirtualInvokeExpr(Value base,
SootMethodRef methodRef,
List args) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
String |
toString() |
void |
toString(UnitPrinter up) |
apply, convertToBaf, equivHashCode, equivTo
getBase, getBaseBox, getUseBoxes, setBase
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBase, getBaseBox, setBase
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
getUseBoxes
public GVirtualInvokeExpr(Value base, SootMethodRef methodRef, List args)
public int getPrecedence()
getPrecedence
in interface Precedence
public String toString()
toString
in class AbstractVirtualInvokeExpr
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class AbstractVirtualInvokeExpr