Package | Description |
---|---|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Field and Description |
---|---|
protected ValueType |
Value.type
Value type.
|
static ValueType[] |
ValueType.VALUES |
Modifier and Type | Method and Description |
---|---|
ValueType |
Value.getType()
Returns this value's type.
|
static ValueType |
ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|