public class DNewInvokeExpr extends GNewInvokeExpr
argBoxes, methodRef
Constructor and Description |
---|
DNewInvokeExpr(RefType type,
SootMethodRef methodRef,
java.util.List args) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
apply, equivHashCode, equivTo, getBaseType, getPrecedence, getType, setBaseType, toString, toString
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getUseBoxes, setArg, setMethodRef
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
getUseBoxes
public DNewInvokeExpr(RefType type, SootMethodRef methodRef, java.util.List args)
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class GNewInvokeExpr