| Class | Description |
|---|---|
| CompiledModule | |
| CompilerChunkLoader |
A chunk loader that uses the compiler to convert Lua source
text to Java classfiles, and loads these classfiles into the VM using a
ClassLoader. |
| CompilerSettings |
An immutable class encapsulating the settings of the compilation of Lua to Java bytecode
by
LuaCompiler. |
| FunctionId | |
| IRFunc | |
| IRTranslator | |
| LuaCompiler |
A Lua-to-Java-bytecode compiler.
|
| Module | |
| ModuleBuilder |
| Enum | Description |
|---|---|
| CompilerSettings.CPUAccountingMode |
CPU accounting mode.
|
Copyright © 2016–2017. All rights reserved.