org.usergrid.persistence.query.ir
Class QueryNode
java.lang.Object
org.usergrid.persistence.query.ir.QueryNode
- Direct Known Subclasses:
- AllNode, BooleanNode, NotNode, SliceNode, WithinNode
public abstract class QueryNode
- extends Object
The visit the node
- Author:
- tnine
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryNode
public QueryNode()
visit
public abstract void visit(NodeVisitor visitor)
throws Exception
- Visit this node
- Parameters:
node
-
- Throws:
Exception
Copyright © 2013. All Rights Reserved.