| 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 |
|---|---|
org.classdump.luna.parser.SourceElement<Numeral> |
Parser.Num() |
| Modifier and Type | Class and Description |
|---|---|
static class |
Numeral.FloatNumeral |
static class |
Numeral.IntegerNumeral |
| Modifier and Type | Method and Description |
|---|---|
static Numeral |
Numeral.fromString(String s) |
Copyright © 2016–2017. All rights reserved.