soot.dava.internal.javaRep
Class DNewArrayExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractNewArrayExpr
        |
        +--soot.dava.internal.javaRep.DNewArrayExpr

public class DNewArrayExpr
extends AbstractNewArrayExpr
implements Precedence

See Also:
Serialized Form

Constructor Summary
DNewArrayExpr(Type type, Value size)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 java.lang.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 java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractNewArrayExpr

toString

public void toString(UnitPrinter up)
Overrides:
toString in class AbstractNewArrayExpr

toString

public java.lang.String toString()
Overrides:
toString in class AbstractNewArrayExpr