| Interface | Description |
|---|---|
| HQLParserTokenTypes |
| Class | Description |
|---|---|
| DataTypeHelper |
A helper to manage data types of objects referenced by FQL statements
(specifically, where clauses).
|
| FunctionKey |
Descriptor of a user-defined function, suitable for use as a key in a hash table.
|
| HQLAst |
Provides symbolic token name lookups that are specific to the HQL AST.
|
| HQLLexer |
Tokenizes an HQL query statement (input as a stream of characters) into a
stream of tokens suitable for the
HQLParser. |
| HQLParser |
Creates an Abstract Syntax Tree (AST) representation of an HQL expression
in infix notation from an input stream of tokens (provided by the
HQLLexer). |