Interface | Description |
---|---|
Node |
This is a node interface for the CQL abstract syntax tree.
|
QueryFacet<V> |
Query facet.
|
QueryFilter<V> |
A Filter for a query.
|
QueryOption<V> |
Qery option.
|
Visitor |
CQL abstract syntax tree visitor.
|
Class | Description |
---|---|
AbstractNode |
This abstract node class is the base class for the CQL abstract syntax tree.
|
BooleanGroup |
Abstract syntax tree of CQL - Boolean Group.
|
CQLGenerator |
This is a CQL abstract syntax tree generator useful for normalizing CQL queries.
|
CQLParser | |
Identifier |
An Identifier is a SimpleName or a String in double quotes.
|
Index |
Abstract syntax tree of CQL - Index.
|
Modifier |
Modifier.
|
ModifierList |
Modifier list.
|
PrefixAssignment |
Prefix assignment.
|
Query |
CQL query.
|
Relation |
Relation to a ModifierList.
|
ScopedClause |
Scoped clause.
|
SearchClause |
Search clause.
|
SimpleName |
A SimpleName consists of a String which is not surrounded by double quotes.
|
SingleSpec |
Single spec.
|
SortedQuery |
Sorted query.
|
SortSpec |
Abstract syntax tree of CQL, the sort specification.
|
Term |
A CQL Term.
|
Enum | Description |
---|---|
BooleanOperator |
Abstract syntax tree of CQL - boolean operator enumeration.
|
Comparitor |
CQL operators.
|
Exception | Description |
---|---|
SyntaxException |
CQL Syntax exception.
|
Classes for CQL queries.