public class ASTNode extends Object implements TreeNode
Constructor and Description |
---|
ASTNode(ASTNode parent,
org.apache.directory.shared.ldap.filter.ExprNode exprNode) |
Modifier and Type | Method and Description |
---|---|
Enumeration<ASTNode> |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
org.apache.directory.shared.ldap.filter.ExprNode |
getExprNode() |
int |
getIndex(TreeNode child) |
TreeNode |
getParent() |
boolean |
isLeaf() |
String |
toString() |
public ASTNode(ASTNode parent, org.apache.directory.shared.ldap.filter.ExprNode exprNode)
public Enumeration<ASTNode> children()
public boolean getAllowsChildren()
getAllowsChildren
in interface TreeNode
public TreeNode getChildAt(int childIndex)
getChildAt
in interface TreeNode
public int getChildCount()
getChildCount
in interface TreeNode
public org.apache.directory.shared.ldap.filter.ExprNode getExprNode()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.