public class JInterfaceInvokeExpr extends AbstractInterfaceInvokeExpr
baseBox
argBoxes, methodRef
Constructor and Description |
---|
JInterfaceInvokeExpr(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 JInterfaceInvokeExpr(Value base, SootMethodRef methodRef, List<? extends Value> args)