Package org.jboss.jdeparser
Class IncDecJExpr
java.lang.Object
org.jboss.jdeparser.AbstractJExpr
org.jboss.jdeparser.UnaryJExpr
org.jboss.jdeparser.IncDecJExpr
- All Implemented Interfaces:
AllowedStatementExpression
,JExpr
,Writable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIncDecJExpr
(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec) IncDecJExpr
(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec, boolean postfix) -
Method Summary
Methods inherited from class org.jboss.jdeparser.UnaryJExpr
getExpression, isPostfix, write
Methods inherited from class org.jboss.jdeparser.AbstractJExpr
_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
-
Constructor Details
-
IncDecJExpr
IncDecJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec) -
IncDecJExpr
IncDecJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec, boolean postfix)
-