| 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 GenericForStatement |
Statements.genericForStatement(SourceInfo src,
List<Name> names,
List<Expr> exprs,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
GenericForStatement |
GenericForStatement.update(List<Name> names,
List<Expr> exprs,
Block block) |
GenericForStatement |
GenericForStatement.with(Object o) |
GenericForStatement |
GenericForStatement.withAttributes(Attributes attr) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
Visitor.transform(GenericForStatement node) |
BodyStatement |
Transformer.transform(GenericForStatement node) |
abstract void |
Visitor.visit(GenericForStatement node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(GenericForStatement node) |
Copyright © 2016–2017. All rights reserved.