| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledModule |
LuaCompiler.compile(String sourceText,
String sourceFileName,
String rootClassName)
Compiles the Lua source string
sourceText into Java bytecode, giving the main
class the name rootClassName, and using sourceFileName as the name
of the source file (for debugging information), |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
Parser.generateParseException()
Generate ParseException.
|
Copyright © 2016–2017. All rights reserved.