org.usergrid.persistence.query.ir
Class NotNode
java.lang.Object
org.usergrid.persistence.query.ir.QueryNode
org.usergrid.persistence.query.ir.NotNode
public class NotNode
- extends QueryNode
- Author:
- tnine
child
protected QueryNode child
allNode
protected QueryNode allNode
NotNode
public NotNode(QueryNode child,
QueryNode allNode)
- Parameters:
child
- allNode
- may be null if there are parents to this
getChild
public QueryNode getChild()
- Returns:
- the child
getAllNode
public QueryNode getAllNode()
- Returns:
- the all
visit
public void visit(NodeVisitor visitor)
throws Exception
- Description copied from class:
QueryNode
- Visit this node
- Specified by:
visit
in class QueryNode
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.