| Interface | Description |
|---|---|
| Node |
Common interface of the AST nodes.
|
| RSQLVisitor<R,A> |
An interface for visiting AST nodes of the RSQL.
|
| Class | Description |
|---|---|
| AbstractNode | |
| AndNode | |
| ComparisonNode |
This node represents a comparison with operator, selector and arguments,
e.g.
|
| ComparisonOperator | |
| LogicalNode |
Superclass of all logical nodes that represents a logical operation that connects
children nodes.
|
| NoArgRSQLVisitorAdapter<R> |
An adapter for the
RSQLVisitor interface with a simpler contract that omits the optional
second argument. |
| NodesFactory |
Factory that creates
Node instances for the parser. |
| OrNode | |
| RSQLOperators |
| Enum | Description |
|---|---|
| LogicalOperator |
Copyright © 2011–2016. All rights reserved.