public class DVirtualInvokeExpr extends GVirtualInvokeExpr
baseBox
argBoxes, methodRef
Constructor and Description |
---|
DVirtualInvokeExpr(Value base,
SootMethodRef methodRef,
java.util.List args,
java.util.HashSet<java.lang.Object> thisLocals) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
getPrecedence
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 DVirtualInvokeExpr(Value base, SootMethodRef methodRef, java.util.List args, java.util.HashSet<java.lang.Object> thisLocals)
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class GVirtualInvokeExpr
public java.lang.String toString()
toString
in class GVirtualInvokeExpr
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class GVirtualInvokeExpr