Class WhereVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.ehrbase.aql.parser.AqlBaseVisitor<List<Object>>
org.ehrbase.aql.compiler.WhereVisitor
Type Parameters:
T -
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<List<Object>>, AqlVisitor<List<Object>>

public class WhereVisitor extends AqlBaseVisitor<List<Object>>
Interpret an AQL WHERE clause and set the result into a list of WHERE parts Created by christian on 5/18/2016.