Uses of Interface
org.ehrbase.aql.parser.AqlListener
Packages that use AqlListener
-
Uses of AqlListener in org.ehrbase.aql.compiler
Classes in org.ehrbase.aql.compiler that implement AqlListenerModifier and TypeClassDescriptionclassAQL compilation pass 1
This pass consists in evaluating the CONTAINS clauses and generate an internal representation of the contain expressions and operators.classAQL compilation pass 2 -
Uses of AqlListener in org.ehrbase.aql.parser
Classes in org.ehrbase.aql.parser that implement AqlListenerModifier and TypeClassDescriptionclassThis 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.