| 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 CallExpr.MethodCallExpr |
Exprs.methodCall(SourceInfo src,
Expr target,
Name methodName,
List<Expr> args) |
| Modifier and Type | Method and Description |
|---|---|
CallExpr.MethodCallExpr |
CallExpr.MethodCallExpr.update(Expr target,
Name methodName,
List<Expr> args) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
Visitor.transform(CallExpr.MethodCallExpr e) |
Expr |
Transformer.transform(CallExpr.MethodCallExpr e) |
abstract void |
Visitor.visit(CallExpr.MethodCallExpr node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(CallExpr.MethodCallExpr node) |
Copyright © 2016–2017. All rights reserved.