public class JVirtualInvokeExpr extends AbstractVirtualInvokeExpr
baseBox
argBoxes, methodRef
Constructor and Description |
---|
JVirtualInvokeExpr(Value base,
SootMethodRef methodRef,
List<? extends Value> args) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this Value.
|
apply, convertToBaf, equivHashCode, equivTo, toString, toString
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 JVirtualInvokeExpr(Value base, SootMethodRef methodRef, List<? extends Value> args)