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, setSizepublic int getPrecedence()
getPrecedence in interface Precedencepublic Object clone()
Valueclone in interface Valueclone in class AbstractNewArrayExprpublic void toString(UnitPrinter up)
toString in interface ValuetoString in class AbstractNewArrayExprpublic String toString()
toString in class AbstractNewArrayExprCopyright © 2020 Soot OSS. All rights reserved.