| 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 |
|---|---|
org.classdump.luna.parser.SourceElement<StringLiteral> |
Parser.Str() |
| Modifier and Type | Method and Description |
|---|---|
static StringLiteral |
StringLiteral.fromName(Name n) |
static StringLiteral |
StringLiteral.fromString(org.classdump.luna.ByteString s) |
static StringLiteral |
StringLiteral.fromString(String s)
Deprecated.
|
static StringLiteral |
StringLiteral.verbatim(String s) |
| Modifier and Type | Method and Description |
|---|---|
Literal |
Visitor.transform(StringLiteral l) |
Literal |
Transformer.transform(StringLiteral l) |
abstract void |
Visitor.visit(StringLiteral node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattingPrinterVisitor.visit(StringLiteral node) |
Copyright © 2016–2017. All rights reserved.