Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element |
Contains the element types.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Class and Description |
---|
ArgumentType
Describes argument types.
|
Block
A set of operations in one block.
|
BlockEntry
Describes a single block entry stub for a block table.
|
Cue
A cue is a piece of significant response sent back to the player on
a single request-response loop.
|
Operation
A single low-level machine operation.
|
OperationType
An executable operation run by the TAME virtual machine.
|
Saveable
Describes an object that can be saved/loaded.
|
TraceType
Enumeration of trace types in a command trace for debugging.
|
Value
All values in the interpreter are of this type, which stores a type.
|
ValueSet
Convenience class for Value lookup tables.
|
Class and Description |
---|
Block
A set of operations in one block.
|
BlockEntry
Describes a single block entry stub for a block table.
|
BlockEntryType
The block entry type.
|
FunctionEntry
Entry point descriptor for function calls on TAME elements.
|
Saveable
Describes an object that can be saved/loaded.
|
Class and Description |
---|
StateSaveable
Describes an object whose state that can be saved/loaded.
|
Value
All values in the interpreter are of this type, which stores a type.
|
ValueSet
Convenience class for Value lookup tables.
|
Class and Description |
---|
ArgumentType
Describes argument types.
|
ArithmeticOperator
Arithmetic operators.
|
Block
A set of operations in one block.
|
BlockEntry
Describes a single block entry stub for a block table.
|
BlockEntryType
The block entry type.
|
BlockTable
The table of block entry to executable block.
|
CallableType
An executable object called by the TAME virtual machine.
|
Cue
A cue is a piece of significant response sent back to the player on
a single request-response loop.
|
FunctionEntry
Entry point descriptor for function calls on TAME elements.
|
FunctionTable
The table of function name to function entry.
|
Operation
A single low-level machine operation.
|
ReferenceSaveable
Describes an object that can be saved/loaded but preserves value references.
|
Saveable
Describes an object that can be saved/loaded.
|
TraceType
Enumeration of trace types in a command trace for debugging.
|
Value
All values in the interpreter are of this type, which stores a type.
|
ValueSet
Convenience class for Value lookup tables.
|
ValueType
Value type enumeration.
|