Uses of Interface
org.ehrbase.aql.parser.AqlVisitor
Packages that use AqlVisitor
-
Uses of AqlVisitor in org.ehrbase.aql.compiler
Classes in org.ehrbase.aql.compiler that implement AqlVisitorModifier and TypeClassDescriptionclassInterpret an AQL WHERE clause and set the result into a list of WHERE parts Created by christian on 5/18/2016. -
Uses of AqlVisitor in org.ehrbase.aql.parser
Classes in org.ehrbase.aql.parser that implement AqlVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofAqlVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.