class NewDimJArrayExpr extends AbstractJExpr
Modifier and Type | Field and Description |
---|---|
private AbstractJExpr |
dim |
private ArrayJType |
type |
Constructor and Description |
---|
NewDimJArrayExpr(ArrayJType type,
AbstractJExpr dim) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
void |
write(SourceFileWriter writer) |
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, of, or, paren, plus, prec, shl, shr, times
private final ArrayJType type
private final AbstractJExpr dim
NewDimJArrayExpr(ArrayJType type, AbstractJExpr dim)
public void write(SourceFileWriter writer) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object