| 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 |
|---|---|
static WhileStatement |
Statements.whileStatement(SourceInfo src,
Expr condition,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
WhileStatement |
WhileStatement.update(Expr condition,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
Visitor.transform(WhileStatement node) |
BodyStatement |
Transformer.transform(WhileStatement node) |
abstract void |
Visitor.visit(WhileStatement node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(WhileStatement node) |
Copyright © 2016–2017. All rights reserved.