| Class | Description |
|---|---|
| StackMachine |
Implementation of the
ExecutionEngine interface that is implemented using a simple stack machine. |
| StackMachineCompiler |
Implementation of the
Compiler interface that generates opcodes used by the
StackMachine execution engine. |
| StackMachineEntry |
Implementation of the
Opcode interface specific to the StackMachine execution engine. |
| Enum | Description |
|---|---|
| StackMachineEntry.EntryType |
Enumerates the type of machine entry
|
ExecutionEngineCopyright © 2010-2016 The Direct Project. All Rights Reserved.