public class DNewArrayExpr extends AbstractNewArrayExpr implements Precedence
Constructor and Description |
---|
DNewArrayExpr(Type type,
Value size) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
String |
toString() |
void |
toString(UnitPrinter up) |
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSize
public int getPrecedence()
getPrecedence
in interface Precedence
public Object clone()
Value
clone
in interface Value
clone
in class AbstractNewArrayExpr
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class AbstractNewArrayExpr
public String toString()
toString
in class AbstractNewArrayExpr
Copyright © 2019 Sable. All rights reserved.