public class JInterfaceInvokeExpr extends AbstractInterfaceInvokeExpr
baseBox
argBoxes, methodRef
Constructor and Description |
---|
JInterfaceInvokeExpr(Value base,
SootMethodRef methodRef,
java.util.List<? extends Value> args) |
Modifier and Type | Method and Description |
---|---|
java.lang.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, setArg, setMethodRef
getType, getUseBoxes
public JInterfaceInvokeExpr(Value base, SootMethodRef methodRef, java.util.List<? extends Value> args)
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractInterfaceInvokeExpr