class UnaryJExpr extends AbstractJExpr
| Modifier and Type | Field and Description |
|---|---|
private AbstractJExpr |
expr |
private Tokens.$PUNCT.UNOP |
op |
private boolean |
postfix |
| Constructor and Description |
|---|
UnaryJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr) |
UnaryJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec) |
UnaryJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec,
boolean postfix) |
| Modifier and Type | Method and Description |
|---|---|
(package private) AbstractJExpr |
getExpression() |
(package private) boolean |
isPostfix() |
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, timesprivate final Tokens.$PUNCT.UNOP op
private final AbstractJExpr expr
private final boolean postfix
UnaryJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr)
UnaryJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec)
UnaryJExpr(Tokens.$PUNCT.UNOP op, AbstractJExpr expr, int prec, boolean postfix)
AbstractJExpr getExpression()
boolean isPostfix()
public void write(SourceFileWriter writer) throws java.io.IOException
java.io.IOException