Modifier and Type | Field and Description |
---|---|
private Tokens.$PUNCT.BINOP |
BinaryJExpr.op |
Modifier and Type | Method and Description |
---|---|
static Tokens.$PUNCT.BINOP |
Tokens.$PUNCT.BINOP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tokens.$PUNCT.BINOP[] |
Tokens.$PUNCT.BINOP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AssignmentJExpr(Tokens.$PUNCT.BINOP op,
AbstractJExpr e1,
AbstractJExpr e2) |
BinaryJExpr(Tokens.$PUNCT.BINOP op,
AbstractJExpr e1,
AbstractJExpr e2,
int prec) |
BinaryJExpr(Tokens.$PUNCT.BINOP op,
AbstractJExpr e1,
AbstractJExpr e2,
int prec,
Assoc assoc) |