Class | Description |
---|---|
Builder |
Tree builder.
|
Cache |
Concurrent (thread-safe) FIFO tree cache (using classes from
java.util.concurrent ). |
Parser |
Handcrafted top-down parser.
|
Parser.ExtensionHandler |
Provide limited support for syntax extensions.
|
Scanner |
Handcrafted scanner.
|
Scanner.ExtensionToken | |
Scanner.Token |
Enum | Description |
---|---|
Builder.Feature |
Feature enumeration type.
|
Parser.ExtensionPoint | |
Scanner.Symbol |
Symbol type
|
Exception | Description |
---|---|
Parser.ParseException |
Parse exception type
|
Scanner.ScanException |
Scan exception type
|
Copyright © 2006–2017 Odysseus Software GmbH. All rights reserved.