public final class UndefinedNode extends AbstractExprNode
| Modifier and Type | Field and Description |
|---|---|
static UndefinedNode |
UNDEFINED_NODE
A static instance of this node
|
annotations, assertionType, isSchemaAware| Modifier | Constructor and Description |
|---|---|
private |
UndefinedNode()
Creates a new instance of UndefinedNode.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(FilterVisitor visitor)
Element/node accept method for visitor pattern.
|
boolean |
isLeaf()
Tests to see if this node is a leaf or branch node.
|
java.lang.String |
toString() |
clone, equals, escapeFilterValue, get, getAnnotations, getAssertionType, hashCode, isSchemaAware, printRefinementToBuffer, setpublic static final UndefinedNode UNDEFINED_NODE
public boolean isLeaf()
public java.lang.Object accept(FilterVisitor visitor)
visitor - the filter expression tree structure visitor
TODO - what is this modified element ?public java.lang.String toString()
toString in class AbstractExprNodeObject.toString()