| Package | Description |
|---|---|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| org.classdump.luna.parser.analysis |
Syntactic analysis of Lua programs.
|
| 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 |
|---|---|
FunctionDefExpr |
Parser.FunctionBody() |
static FunctionDefExpr |
Exprs.functionDef(SourceInfo src,
FunctionDefExpr.Params params,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
LabelAnnotatorTransformer.transform(FunctionDefExpr e) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefExpr |
FunctionDefExpr.update(FunctionDefExpr.Params params,
Block block) |
FunctionDefExpr |
FunctionDefExpr.with(Object o) |
FunctionDefExpr |
FunctionDefExpr.withAttributes(Attributes attr) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
Visitor.transform(FunctionDefExpr e) |
Expr |
Transformer.transform(FunctionDefExpr e) |
abstract void |
Visitor.visit(FunctionDefExpr node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(FunctionDefExpr node) |
Copyright © 2016–2017. All rights reserved.