org.apache.directory.api.ldap.model.filter
Class UndefinedNode
java.lang.Object
org.apache.directory.api.ldap.model.filter.AbstractExprNode
org.apache.directory.api.ldap.model.filter.UndefinedNode
- All Implemented Interfaces:
- Cloneable, ExprNode
public final class UndefinedNode
- extends AbstractExprNode
An empty class used for Undefined Nodes.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
UNDEFINED_NODE
public static final ExprNode UNDEFINED_NODE
- A static instance of this node
isLeaf
public boolean isLeaf()
- Tests to see if this node is a leaf or branch node.
This implementation always returns false.
- Returns:
- true if the node is a leaf,false otherwise
accept
public Object accept(FilterVisitor visitor)
- Element/node accept method for visitor pattern.
This implementation always returns null.
- Parameters:
visitor - the filter expression tree structure visitor
TODO - what is this modified element ?
- Returns:
- the modified element
toString
public String toString()
-
- Overrides:
toString in class AbstractExprNode
- See Also:
Object.toString()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.