org.usergrid.persistence.query.ir
Class AllNode

java.lang.Object
  extended by org.usergrid.persistence.query.ir.QueryNode
      extended by org.usergrid.persistence.query.ir.AllNode

public class AllNode
extends QueryNode


Constructor Summary
AllNode()
           
 
Method Summary
 String toString()
           
 void visit(NodeVisitor visitor)
          Visit this node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllNode

public AllNode()
Method Detail

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.