soot.dava.internal.javaRep
Class DNewArrayExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractNewArrayExpr
      extended by soot.dava.internal.javaRep.DNewArrayExpr
All Implemented Interfaces:
Serializable, EquivTo, Precedence, AnyNewExpr, ConvertToBaf, Expr, NewArrayExpr, Switchable, Value

public class DNewArrayExpr
extends AbstractNewArrayExpr
implements Precedence

See Also:
Serialized Form

Constructor Summary
DNewArrayExpr(Type type, Value size)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.internal.AbstractNewArrayExpr
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNewArrayExpr

public DNewArrayExpr(Type type,
                     Value size)
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

clone

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

Specified by:
clone in interface Value
Specified by:
clone in class AbstractNewArrayExpr

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class AbstractNewArrayExpr

toString

public String toString()
Overrides:
toString in class AbstractNewArrayExpr