public class JStaticInvokeExpr extends AbstractStaticInvokeExpr
argBoxes, methodRef
Constructor and Description |
---|
JStaticInvokeExpr(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
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, getUseBoxes, setArg, setMethodRef
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
getUseBoxes
public JStaticInvokeExpr(SootMethodRef methodRef, java.util.List<? extends Value> args)
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractStaticInvokeExpr