| Package | Description |
|---|---|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| 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 |
|---|---|
IfStatement |
Parser.IfStatement() |
static IfStatement |
Statements.ifStatement(SourceInfo src,
ConditionalBlock main,
List<ConditionalBlock> elifs,
Block elseBlock) |
| Modifier and Type | Method and Description |
|---|---|
IfStatement |
IfStatement.update(ConditionalBlock main,
List<ConditionalBlock> elifs,
Block elseBlock) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
Visitor.transform(IfStatement node) |
BodyStatement |
Transformer.transform(IfStatement node) |
abstract void |
Visitor.visit(IfStatement node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(IfStatement node) |
Copyright © 2016–2017. All rights reserved.