| Package | Description |
|---|---|
| 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 |
|---|---|
ParenExpr |
ParenExpr.update(MultiExpr multiExpr) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
Visitor.transform(ParenExpr e) |
Expr |
Transformer.transform(ParenExpr e) |
abstract void |
Visitor.visit(ParenExpr node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(ParenExpr node) |
Copyright © 2016–2017. All rights reserved.