| 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 VarExpr |
Exprs.var(SourceInfo src,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
VarExpr |
VarExpr.with(Object o) |
VarExpr |
VarExpr.withAttributes(Attributes attr) |
| Modifier and Type | Method and Description |
|---|---|
LValueExpr |
Visitor.transform(VarExpr e) |
LValueExpr |
Transformer.transform(VarExpr e) |
abstract void |
Visitor.visit(VarExpr node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(VarExpr node) |
Copyright © 2016–2017. All rights reserved.