class ArrayLookupJExpr extends AbstractJAssignableExpr
Modifier and Type | Field and Description |
---|---|
private AbstractJExpr |
expr |
private AbstractJExpr |
idx |
Constructor and Description |
---|
ArrayLookupJExpr(AbstractJExpr expr,
AbstractJExpr idx) |
Modifier and Type | Method and Description |
---|---|
void |
write(SourceFileWriter writer) |
addAssign, andAssign, assign, blockComment, divAssign, lineComment, lshrAssign, modAssign, mulAssign, orAssign, postDec, postInc, preDec, preInc, shlAssign, shrAssign, subAssign, xorAssign
_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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_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, or, paren, plus, shl, shr, times
private final AbstractJExpr expr
private final AbstractJExpr idx
ArrayLookupJExpr(AbstractJExpr expr, AbstractJExpr idx)
public void write(SourceFileWriter writer) throws java.io.IOException
java.io.IOException