Interface | Description |
---|---|
Code |
Interface for code from compiling an instance of
Sources . |
Compiler |
Compiler.
|
CompilerFactory |
Compiler factory.
|
SingleSourceCode |
Interface for code created by compiling a single
Source script. |
Class | Description |
---|---|
Bytecode |
Bytecode with class name.
|
ClassNameConflictAnalyzer |
Helper class for analyzing class name conflicts.
|
CompiledSourceInfo |
Information about compiled source.
|
DefaultCode |
Default implementation of
Code with all bytecode in memory. |
DefaultSingleSourceCode |
Default implementation of
SingleSourceCode with all bytecode in memory. |