| Package | Description |
|---|---|
| cz.jirutka.rsql.parser | |
| cz.jirutka.rsql.parser.ast |
| Class and Description |
|---|
| Node
Common interface of the AST nodes.
|
| RSQLNodesFactory
Factory that creates
Node instances for the parser. |
| Class and Description |
|---|
| AbstractNode |
| AndNode |
| ComparisonNode
Superclass of all the comparison nodes that represents a specific comparison
operator, a selector and an arguments.
|
| ComparisonOp
Built-in comparison operators.
|
| EqualNode |
| GreaterThanNode |
| GreaterThanOrEqualNode |
| InNode |
| LessThanNode |
| LessThanOrEqualNode |
| LogicalNode
Superclass of all the logical nodes that represents a logical operation
that connects a children nodes.
|
| LogicalOp
Logical operators.
|
| Node
Common interface of the AST nodes.
|
| NotEqualNode |
| NotInNode |
| OrNode |
| RSQLVisitor
An interface for visiting AST nodes of the RSQL.
|
Copyright © 2011–2014. All rights reserved.