Interface | Description |
---|---|
AstBinary.Operator | |
AstUnary.Operator | |
ExpressionNode |
Expression node interface.
|
FunctionNode |
Function node interface.
|
IdentifierNode |
Identifier node interface.
|
Node |
Basic node interface.
|
TreeBuilder |
Tree builder interface.
|
TreeCache |
Tree cache interface.
|
TypeConverter |
Enum | Description |
---|---|
Builder.Feature |
Feature enumeration type.
|
ExpressionFactoryImpl.Profile |
A profile provides a default set of language features that will define the builder's
behavior.
|
Parser.ExtensionPoint | |
Scanner.Symbol |
Symbol type
|
Exception | Description |
---|---|
Parser.ParseException |
Parse exception type
|
Scanner.ScanException |
Scan exception type
|
TreeBuilderException |
Exception type thrown in build phase (scan/parse).
|
Copyright © 2015. All rights reserved.