| Package | Description |
|---|---|
| org.rigwit.forth |
Forth Virtual Machine
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForthStandardReader
Read the standard input as a stream of characters (as if it where
a file).
|
class |
ForthStreamReader
Read the input from an input stream, buffering one line at a time.
|
class |
ForthStringReader
Reads input directly from the Forth data space.
|
class |
ForthTerminalReader
Read input from the Terminal.
|
| Modifier and Type | Field and Description |
|---|---|
ForthReader |
VM.reader
The input stream reader.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ForthReader |
ForthReader.restoreInput(VM vm)
Restore the current input environment from the system stack.
|
ForthReader |
ForthStandardReader.restoreInput(VM vm) |
ForthReader |
ForthStreamReader.restoreInput(VM vm)
Restore the current input environment from the system stack.
|
ForthReader |
ForthStringReader.restoreInput(VM vm) |
ForthReader |
ForthTerminalReader.restoreInput(VM vm)
Restore the current input environment from the system stack.
|