| Package | Description |
|---|---|
| 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.
|
| org.classdump.luna.parser.util |
Parsing and syntax utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelStatement |
Statements.labelStatement(SourceInfo src,
Name labelName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
LabelAnnotatorTransformer.annotation(LabelStatement node) |
BodyStatement |
LabelAnnotatorTransformer.transform(LabelStatement node) |
| Modifier and Type | Method and Description |
|---|---|
LabelStatement |
LabelStatement.update(Name labelName) |
LabelStatement |
LabelStatement.with(Object o) |
LabelStatement |
LabelStatement.withAttributes(Attributes attr) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
Visitor.transform(LabelStatement node) |
BodyStatement |
Transformer.transform(LabelStatement node) |
abstract void |
Visitor.visit(LabelStatement node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(LabelStatement node) |
Copyright © 2016–2017. All rights reserved.