| 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 CallStatement |
Statements.callStatement(SourceInfo src,
CallExpr callExpr) |
| Modifier and Type | Method and Description |
|---|---|
CallStatement |
CallStatement.update(CallExpr callExpr) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
Visitor.transform(CallStatement node) |
BodyStatement |
Transformer.transform(CallStatement node) |
abstract void |
Visitor.visit(CallStatement node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(CallStatement node) |
Copyright © 2016–2017. All rights reserved.