Package | Description |
---|---|
com.google.code.mathparser.operator |
Modifier and Type | Method and Description |
---|---|
OperatorAssociativity |
Operator.getAssociativity() |
static OperatorAssociativity |
OperatorAssociativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorAssociativity[] |
OperatorAssociativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operator(String symbol,
int precedence,
OperatorAssociativity associativity,
int neededArguments,
OperatorBehaviour behaviour) |
Copyright © 2013. All Rights Reserved.