| Interface | Description |
|---|---|
| ArgumentType<E,T> |
The argument type is a simple wrapper interface to argument nodes.
|
| DynamicType.BiParser<E,T> | |
| DynamicType.SingleParser<T> |
| Class | Description |
|---|---|
| DynamicType<E,T> | |
| IntegerType<E> |
The integer type parses an integer number from the string reader.
|
| StringType<E> |
The string type parses a string from the string reader.
|