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 TreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic org.apache.directory.shared.ldap.filter.ExprNode getExprNode()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.