| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CallStatement |
Statements.callStatement(SourceInfo src,
CallExpr callExpr) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CallExpr.FunctionCallExpr |
static class |
CallExpr.MethodCallExpr |
| Modifier and Type | Method and Description |
|---|---|
CallExpr |
CallStatement.callExpr() |
| Modifier and Type | Method and Description |
|---|---|
CallStatement |
CallStatement.update(CallExpr callExpr) |
| Constructor and Description |
|---|
CallStatement(Attributes attr,
CallExpr callExpr) |
Copyright © 2016–2017. All rights reserved.