| 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 IndexExpr |
Exprs.index(SourceInfo src,
Expr object,
Expr key) |
| Modifier and Type | Method and Description |
|---|---|
IndexExpr |
IndexExpr.update(Expr object,
Expr key) |
| Modifier and Type | Method and Description |
|---|---|
LValueExpr |
Visitor.transform(IndexExpr e) |
LValueExpr |
Transformer.transform(IndexExpr e) |
abstract void |
Visitor.visit(IndexExpr node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(IndexExpr node) |
Copyright © 2016–2017. All rights reserved.