Uses of Interface
org.ehrbase.aql.parser.AqlListener
-
Packages that use AqlListener Package Description org.ehrbase.aql.compiler org.ehrbase.aql.parser -
-
Uses of AqlListener in org.ehrbase.aql.compiler
Classes in org.ehrbase.aql.compiler that implement AqlListener Modifier and Type Class Description classQueryCompilerPass1AQL compilation pass 1
This pass consists in evaluating the CONTAINS clauses and generate an internal representation of the contain expressions and operators.classQueryCompilerPass2AQL compilation pass 2 -
Uses of AqlListener in org.ehrbase.aql.parser
Classes in org.ehrbase.aql.parser that implement AqlListener Modifier and Type Class Description classAqlBaseListenerThis class provides an empty implementation ofAqlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-