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| Modifier | Constructor and Description |
|---|---|
private |
ObjectClassNode()
Creates a new instance of ObjectClassNode.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
isSchemaAware()
Tells if this Node is Schema aware.
|
String |
toString() |
clone, equals, get, getAnnotations, getAssertionType, hashCode, printRefinementToBuffer, setpublic static final ExprNode OBJECT_CLASS_NODE
private ObjectClassNode()
public boolean isLeaf()
public Object accept(FilterVisitor visitor)
visitor - the filter expression tree structure visitorpublic boolean isSchemaAware()
public String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.