public class GVirtualInvokeExpr extends AbstractVirtualInvokeExpr implements Precedence
baseBox
argBoxes, methodRef
Constructor and Description |
---|
GVirtualInvokeExpr(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, 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, setArg, setMethodRef
getType, getUseBoxes
public GVirtualInvokeExpr(Value base, SootMethodRef methodRef, java.util.List args)
public int getPrecedence()
getPrecedence
in interface Precedence
public java.lang.String toString()
toString
in class AbstractVirtualInvokeExpr
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class AbstractVirtualInvokeExpr
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractVirtualInvokeExpr