| Class | Description | 
|---|---|
| AbstractInNode | |
| AndNode | 
 This is the AndNode, expressing an 'and' between conditions. 
 | 
| ColumnNode | 
 This is a column Node. 
 | 
| ContainsItemNode | 
 node holding a single item inside contains, or a hole expression pointed by value 
 | 
| ContainsItemsRootNode | 
 node holding a root inside contains - points at a subtree of containItemNodes 
 | 
| ContainsNode | 
 An expression node for a contains argument. 
 | 
| EqualNode | 
 This is the equal operator Node. 
 | 
| ExpNode | 
 This is the main expression node. 
 | 
| GTENode | 
 This is the greater-than-equal operator Node. 
 | 
| GTNode | 
 This is the greater-than operator Node. 
 | 
| InnerQueryNode | 
 Represents an inner (sub) query in a WHERE clause condition. 
 | 
| InNode | 
 The InNode. 
 | 
| IsNullNode | 
 This is the IS NULL operator Node. 
 | 
| LikeNode | 
 This is the LIKE operator Node. 
 | 
| LiteralNode | 
 This is the Literal node. 
 | 
| LTENode | 
 This is the less-than-equal operator Node. 
 | 
| LTNode | 
 This is the less-than operator Node. 
 | 
| NotEqualNode | 
 This is the not-equal operator Node. 
 | 
| NotInNode | 
 The NotInNode. 
 | 
| NotLikeNode | 
 This is the NOT LIKE operator Node. 
 | 
| OrNode | 
 This is the OR Node that represents an 'OR' between conditions 
 | 
| PreparedNode | 
 This is a Prepared node. 
 | 
| RelationNode | 
 Created by Barak Bar Orion 8/24/15. 
 | 
| RLikeNode | 
 This is the an operator that is used for java regular expression matching 
 | 
| RowNumNode | 
 This node represents the rownum command. 
 | 
| SerializableToken | 
 Make javacc Token serializable by extending this class 
 | 
| ValueNode | 
 This is a parent class for the ColumnNode and the LiteralNodes. 
 | 
Copyright © GigaSpaces.