| Interface | Description |
|---|---|
| ExpressionNode | |
| Node |
All AST nodes must implement this interface.
|
| SQLTemplateParserConstants |
Token literal values and constants.
|
| SQLTemplateParserTreeConstants |
| Class | Description |
|---|---|
| ASTArray | |
| ASTBlock |
This is a root node of parsed template.
|
| ASTBoolScalar | |
| ASTDirective | |
| ASTExpression | |
| ASTFloatScalar | |
| ASTIfElse | |
| ASTIntScalar | |
| ASTMethod | |
| ASTStringScalar | |
| ASTText | |
| ASTVariable | |
| IdentifierNode | |
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JJTSQLTemplateParserState | |
| ScalarNode<V> | |
| SimpleNode | |
| SQLTemplateParser |
Parser of Cayenne Templates.
|
| SQLTemplateParserTokenManager |
Token Manager.
|
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.