Package | Description |
---|---|
messif.objects.util.impl |
Implementation of simple function evaluator.
|
Modifier and Type | Field and Description |
---|---|
protected ArithmeticOperatorToken.OperatorType |
ArithmeticOperatorToken.operator
Operator type
|
Modifier and Type | Method and Description |
---|---|
static ArithmeticOperatorToken.OperatorType |
ArithmeticOperatorToken.OperatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArithmeticOperatorToken.OperatorType[] |
ArithmeticOperatorToken.OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|