Modifier and Type | Method and Description |
---|---|
Operator.Associativity |
Operator.getAssociativity()
Gets this operator's associativity.
|
static Operator.Associativity |
Operator.Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Associativity[] |
Operator.Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operator(String symbol,
int operandCount,
Operator.Associativity associativity,
int precedence)
Constructor.
|
Copyright © 2014. All Rights Reserved.