Package | Description |
---|---|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Field and Description |
---|---|
static ArithmeticOperator[] |
ArithmeticOperator.VALUES
Array of arithmetic operators to avoid memory allocations.
|
Modifier and Type | Method and Description |
---|---|
static ArithmeticOperator |
ArithmeticOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArithmeticOperator[] |
ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|