Package org.ehrbase.aql.compiler
Class AqlExpression
java.lang.Object
org.ehrbase.aql.compiler.AqlExpression
- Direct Known Subclasses:
AqlExpressionWithParameters
Wrap the walkers for pass1 and pass2 as well as invoke the WHERE getQueryOptMetaData
The purpose of this class is to assemble all query parts from the AQL expression. The parts are then passed to specific binders to translate and/or perform the query to a backend. Created by christian on 4/1/2016. Refactored 13.8.2019
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AqlExpression
public AqlExpression()
-
-
Method Details
-
parse
-
parse
-
dump
-
getParseTree
public org.antlr.v4.runtime.tree.ParseTree getParseTree()
-