org.usergrid.persistence.query.ir
Interface NodeVisitor
- All Known Implementing Classes:
- SearchVisitor
public interface NodeVisitor
- Author:
- tnine
visit
void visit(AndNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
visit
void visit(NotNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
visit
void visit(OrNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
visit
void visit(SliceNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
visit
void visit(WithinNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
visit
void visit(AllNode node)
throws Exception
- Parameters:
node
-
- Throws:
Exception
Copyright © 2013. All Rights Reserved.