soot.dava.internal.javaRep
Class DNewInvokeExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractInvokeExpr
      extended by soot.grimp.internal.GNewInvokeExpr
          extended by soot.dava.internal.javaRep.DNewInvokeExpr
All Implemented Interfaces:
Serializable, EquivTo, NewInvokeExpr, Precedence, Expr, InvokeExpr, StaticInvokeExpr, Switchable, Value

public class DNewInvokeExpr
extends GNewInvokeExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractInvokeExpr
argBoxes, methodRef
 
Constructor Summary
DNewInvokeExpr(RefType type, SootMethodRef methodRef, List args)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.grimp.internal.GNewInvokeExpr
apply, equivHashCode, equivTo, getBaseType, getPrecedence, getType, getUseBoxes, setBaseType, toString, toString
 
Methods inherited from class soot.jimple.internal.AbstractInvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.InvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
 

Constructor Detail

DNewInvokeExpr

public DNewInvokeExpr(RefType type,
                      SootMethodRef methodRef,
                      List args)
Method Detail

clone

public Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Overrides:
clone in class GNewInvokeExpr