| Class and Description |
|---|
| AbstractExprNode
Abstract implementation of a expression node.
|
| Assertion
A candidacy predicate which tests if an entry satisfies some condition before
being returned by a search.
|
| AssertionType
All the different kind of assertions.
|
| BranchNode
Node representing branches within the expression tree corresponding to
logical operators within the filter expression.
|
| ExprNode
Root expression node interface which all expression nodes in the filter
expression tree implement.
|
| FilterVisitor
Filter expression tree node visitor interface.
|
| LeafNode
Abstract base class for leaf nodes within the expression filter tree.
|
| SimpleNode
A simple assertion value node.
|
| UndefinedNode
An empty class used for Undefined Nodes.
|
| Class and Description |
|---|
| ExprNode
Root expression node interface which all expression nodes in the filter
expression tree implement.
|
| Class and Description |
|---|
| BranchNode
Node representing branches within the expression tree corresponding to
logical operators within the filter expression.
|
| ExprNode
Root expression node interface which all expression nodes in the filter
expression tree implement.
|
| LeafNode
Abstract base class for leaf nodes within the expression filter tree.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.