| 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 | Field and Description |
|---|---|
static NilLiteral |
NilLiteral.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Literal |
Visitor.transform(NilLiteral l) |
Literal |
Transformer.transform(NilLiteral l) |
abstract void |
Visitor.visit(NilLiteral node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(NilLiteral node) |
Copyright © 2016–2017. All rights reserved.