Uses of Class
org.apache.directory.api.ldap.model.filter.BranchNode

Packages that use BranchNode
org.apache.directory.api.ldap.model.filter   
org.apache.directory.api.ldap.model.subtree   
 

Uses of BranchNode in org.apache.directory.api.ldap.model.filter
 

Subclasses of BranchNode in org.apache.directory.api.ldap.model.filter
 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
 

Methods in org.apache.directory.api.ldap.model.filter with parameters of type BranchNode
 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)
           
 

Uses of BranchNode in org.apache.directory.api.ldap.model.subtree
 

Methods in org.apache.directory.api.ldap.model.subtree that return BranchNode
 BranchNode AntlrSubtreeSpecificationParser.and()
           
 BranchNode AntlrSubtreeSpecificationParser.not()
           
 BranchNode AntlrSubtreeSpecificationParser.or()
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.