| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| org.classdump.luna.parser.analysis |
Syntactic analysis of Lua programs.
|
| org.classdump.luna.parser.ast |
The abstract syntax tree (AST) representation of Lua programs.
|
| Modifier and Type | Method and Description |
|---|---|
static Module |
IRTranslator.translate(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Parser.Chunk() |
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
NameResolver.resolveNames(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
NameResolver.resolveNames(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Transformer.transform(Chunk chunk) |
Chunk |
Chunk.update(Block block) |
Chunk |
Chunk.with(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
Transformer.transform(Chunk chunk) |
Copyright © 2016–2017. All rights reserved.