| Package | Description |
|---|---|
| org.classdump.luna.parser.ast |
The abstract syntax tree (AST) representation of Lua programs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallExpr |
static class |
CallExpr.FunctionCallExpr |
static class |
CallExpr.MethodCallExpr |
class |
VarargsExpr |
| Modifier and Type | Method and Description |
|---|---|
MultiExpr |
ParenExpr.multiExpr() |
| Modifier and Type | Method and Description |
|---|---|
ParenExpr |
ParenExpr.update(MultiExpr multiExpr) |
| Constructor and Description |
|---|
ParenExpr(Attributes attr,
MultiExpr multiExpr) |
Copyright © 2016–2017. All rights reserved.