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