class IncDecJExpr extends UnaryJExpr implements AllowedStatementExpression
Constructor and Description |
---|
IncDecJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec) |
IncDecJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec,
boolean postfix) |
getExpression, isPostfix, write
_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
IncDecJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec)
IncDecJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec, boolean postfix)