Modifier and Type | Field and Description |
---|---|
private Tokens.$PUNCT.UNOP |
UnaryJExpr.op |
Modifier and Type | Method and Description |
---|---|
static Tokens.$PUNCT.UNOP |
Tokens.$PUNCT.UNOP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tokens.$PUNCT.UNOP[] |
Tokens.$PUNCT.UNOP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IncDecJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec) |
IncDecJExpr(Tokens.$PUNCT.UNOP op,
AbstractJExpr expr,
int prec,
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) |