public class JSpecialInvokeExpr extends AbstractSpecialInvokeExpr
baseBox
argBoxes, methodRef
Constructor and Description |
---|
JSpecialInvokeExpr(Local 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 JSpecialInvokeExpr(Local base, SootMethodRef methodRef, java.util.List<? extends Value> args)
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractSpecialInvokeExpr