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