| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.filter | |
| org.apache.directory.api.ldap.model.subtree |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode
Node representing an AND connector in a filter operation
|
class |
NotNode
Node representing an Not connector in a filter operation
|
class |
OrNode
Node representing an OR connector in a filter operation
|
| Modifier and Type | Method and Description |
|---|---|
List<ExprNode> |
FilterVisitor.getOrder(BranchNode node,
List<ExprNode> children)
Get the array of children to visit sequentially to determine the order of
child visitations.
|
List<ExprNode> |
BranchNormalizedVisitor.getOrder(BranchNode node,
List<ExprNode> children) |
| Modifier and Type | Method and Description |
|---|---|
BranchNode |
AntlrSubtreeSpecificationParser.and() |
BranchNode |
AntlrSubtreeSpecificationParser.not() |
BranchNode |
AntlrSubtreeSpecificationParser.or() |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.