| Interface | Description |
|---|---|
| AssignableValue | |
| Method | |
| ParsingContext | |
| ProcessIO | |
| ResultCache |
result cache for storing.
|
| VMExecutor.Suspendable<T> | |
| VMFuture<T> |
bean like implementation of a future
|
| ZCompilerConstants |
Token literal values and constants.
|
| Class | Description |
|---|---|
| Address | |
| Channel |
TODO: there is some dumb sync in this class that needs to be reviewed.
|
| Channel.Factory | |
| CompileContext | |
| ExecutionContext |
Virtual Machine Execution Context
|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JavaMethodCall | |
| MemoryBuilder | |
| NullParsingContext | |
| ParsingContext.Location | |
| ProcessIOStreams | |
| Program |
A ZEL program (function)
|
| Program.HasClass | |
| ProgramBuilder | |
| RefOptimizer |
Changes reference by name instructions to reference by index.
|
| SimpleResultCache |
simple implementation for resultcache.
|
| Token |
Describes the input token stream.
|
| VMASyncFuture<T> |
bean like implementation of a future
|
| VMExecutor | |
| VMExecutor.Lazy | |
| VMSyncFuture<T> |
bean like implementation of a future
|
| ZCompiler | |
| ZCompilerTokenManager |
Token Manager.
|
| ZelFrame |
| Enum | Description |
|---|---|
| Address.Scope | |
| Program.ExecutionType | |
| Program.Type |
| Exception | Description |
|---|---|
| CompileException | |
| ExecAbortException | |
| ParseException |
This exception is thrown when parse errors are encountered.
|
| SuspendedException | |
| ZExecutionException |
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2019 SPF4J. All rights reserved.