public final class ObjectClassNode extends AbstractExprNode
| Modifier and Type | Field and Description |
|---|---|
static ExprNode |
OBJECT_CLASS_NODE
A static instance of this node
|
annotations, assertionType, isSchemaAware| Modifier | Constructor and Description |
|---|---|
private |
ObjectClassNode()
Creates a new instance of ObjectClassNode.
|
| 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 ExprNode OBJECT_CLASS_NODE
private ObjectClassNode()
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()