public class DNewArrayExpr extends AbstractNewArrayExpr implements Precedence
| Constructor and Description |
|---|
DNewArrayExpr(Type type,
Value size) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSizepublic int getPrecedence()
getPrecedence in interface Precedencepublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractNewArrayExprpublic void toString(UnitPrinter up)
toString in interface ValuetoString in class AbstractNewArrayExprpublic java.lang.String toString()
toString in class AbstractNewArrayExpr