|
Class Summary |
| AbstractExprNode |
Abstract implementation of a expression node. |
| AntlrFilterLexer |
The filter parser's primary lexer. |
| AntlrFilterParser |
An LDAP filter parser. |
| AntlrFilterValueLexer |
A lexer for LDAP search filter value encodings as defined by the ldapbis
draft describing the string representation of search filters. |
| AntlrFilterValueParser |
A filter assertion value encoding parser. |
| AssertionNode |
Node used for the application of arbitrary predicates on return candidates. |
| BranchNode |
Node representing branches within the expression tree corresponding to
logical operators within the filter expression. |
| BranchNormalizedVisitor |
Visitor which traverses a filter tree while normalizing the branch node
order. |
| ExtensibleNode |
Filter expression tree node for extensible assertions. |
| FilterParserImpl |
|
| FilterParserMonitorAdapter |
Adapter for the FilterParser monitor. |
| LeafNode |
Abstract base class for leaf nodes within the expression filter tree. |
| PresenceNode |
Filter expression tree node representing a filter attribute value assertion
for presence. |
| ScopeNode |
Node used not to represent an published assertion but an assertion on the
scope of the search. |
| SimpleNode |
A simple assertion value node. |
| SubstringNode |
Filter expression tree node used to represent a substring assertion. |