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