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 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.
|
String |
toString() |
clone, equals, escapeFilterValue, get, getAnnotations, getAssertionType, hashCode, isSchemaAware, printRefinementToBuffer, setpublic static final ExprNode OBJECT_CLASS_NODE
public boolean isLeaf()
public Object accept(FilterVisitor visitor)
visitor - the filter expression tree structure visitor
TODO - what is this modified element ?public String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.