| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| Class and Description |
|---|
| ParseException
This exception is thrown when parse errors are encountered.
|
| TokenMgrError
Token Manager Error.
|
| Class and Description |
|---|
| ParseException
This exception is thrown when parse errors are encountered.
|
| ParserConstants
Token literal values and constants.
|
| ParserTokenManager
Token Manager.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Token
Describes the input token stream.
|
Copyright © 2016–2017. All rights reserved.