Class AqlBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,AqlListener
- Direct Known Subclasses:
QueryCompilerPass1,QueryCompilerPass2
AqlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byAqlParser.archetypedClassExpr().voidEnter a parse tree produced byAqlParser.castFunction().voidEnter a parse tree produced byAqlParser.classExpr().voidEnter a parse tree produced byAqlParser.containExpressionBool().voidEnter a parse tree produced byAqlParser.contains().voidEnter a parse tree produced byAqlParser.containsExpression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byAqlParser.extension().voidEnter a parse tree produced byAqlParser.from().voidEnter a parse tree produced byAqlParser.fromEHR().voidEnter a parse tree produced byAqlParser.fromExpr().voidEnter a parse tree produced byAqlParser.fromForeignData().voidEnter a parse tree produced byAqlParser.function().voidEnter a parse tree produced byAqlParser.identifiedEquality().voidEnter a parse tree produced byAqlParser.identifiedExpr().voidEnter a parse tree produced byAqlParser.identifiedOperand().voidEnter a parse tree produced byAqlParser.identifiedPath().voidEnter a parse tree produced byAqlParser.invokeExpr().voidEnter a parse tree produced byAqlParser.invokeOperand().voidEnter a parse tree produced byAqlParser.joinPredicate().voidEnter a parse tree produced byAqlParser.limit().voidEnter a parse tree produced byAqlParser.matchesOperand().voidEnter a parse tree produced byAqlParser.nodePredicateAnd().voidEnter a parse tree produced byAqlParser.nodePredicateComparable().voidEnter a parse tree produced byAqlParser.nodePredicateOr().voidEnter a parse tree produced byAqlParser.nodePredicateRegEx().voidEnter a parse tree produced byAqlParser.objectPath().voidEnter a parse tree produced byAqlParser.offset().voidEnter a parse tree produced byAqlParser.operand().voidEnter a parse tree produced byAqlParser.orderBy().voidEnter a parse tree produced byAqlParser.orderByExpr().voidEnter a parse tree produced byAqlParser.orderBySeq().voidEnter a parse tree produced byAqlParser.pathPart().voidEnter a parse tree produced byAqlParser.predicate().voidEnter a parse tree produced byAqlParser.predicateAnd().voidEnter a parse tree produced byAqlParser.predicateEquality().voidEnter a parse tree produced byAqlParser.predicateExpr().voidEnter a parse tree produced byAqlParser.predicateOperand().voidEnter a parse tree produced byAqlParser.query().voidEnter a parse tree produced byAqlParser.queryExpr().voidEnter a parse tree produced byAqlParser.select().voidEnter a parse tree produced byAqlParser.selectExpr().voidEnter a parse tree produced byAqlParser.simpleClassExpr().voidEnter a parse tree produced byAqlParser.standardPredicate().voidEnter a parse tree produced byAqlParser.stdExpression().voidEnter a parse tree produced byAqlParser.topExpr().voidEnter a parse tree produced byAqlParser.valueListItems().voidEnter a parse tree produced byAqlParser.versionClassExpr().voidEnter a parse tree produced byAqlParser.versionedClassExpr().voidEnter a parse tree produced byAqlParser.versionpredicate().voidEnter a parse tree produced byAqlParser.versionpredicateOptions().voidEnter a parse tree produced byAqlParser.where().voidExit a parse tree produced byAqlParser.archetypedClassExpr().voidExit a parse tree produced byAqlParser.castFunction().voidExit a parse tree produced byAqlParser.classExpr().voidExit a parse tree produced byAqlParser.containExpressionBool().voidExit a parse tree produced byAqlParser.contains().voidExit a parse tree produced byAqlParser.containsExpression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byAqlParser.extension().voidExit a parse tree produced byAqlParser.from().voidExit a parse tree produced byAqlParser.fromEHR().voidExit a parse tree produced byAqlParser.fromExpr().voidExit a parse tree produced byAqlParser.fromForeignData().voidExit a parse tree produced byAqlParser.function().voidExit a parse tree produced byAqlParser.identifiedEquality().voidExit a parse tree produced byAqlParser.identifiedExpr().voidExit a parse tree produced byAqlParser.identifiedOperand().voidExit a parse tree produced byAqlParser.identifiedPath().voidExit a parse tree produced byAqlParser.invokeExpr().voidExit a parse tree produced byAqlParser.invokeOperand().voidExit a parse tree produced byAqlParser.joinPredicate().voidExit a parse tree produced byAqlParser.limit().voidExit a parse tree produced byAqlParser.matchesOperand().voidExit a parse tree produced byAqlParser.nodePredicateAnd().voidExit a parse tree produced byAqlParser.nodePredicateComparable().voidExit a parse tree produced byAqlParser.nodePredicateOr().voidExit a parse tree produced byAqlParser.nodePredicateRegEx().voidExit a parse tree produced byAqlParser.objectPath().voidExit a parse tree produced byAqlParser.offset().voidExit a parse tree produced byAqlParser.operand().voidExit a parse tree produced byAqlParser.orderBy().voidExit a parse tree produced byAqlParser.orderByExpr().voidExit a parse tree produced byAqlParser.orderBySeq().voidExit a parse tree produced byAqlParser.pathPart().voidExit a parse tree produced byAqlParser.predicate().voidExit a parse tree produced byAqlParser.predicateAnd().voidExit a parse tree produced byAqlParser.predicateEquality().voidExit a parse tree produced byAqlParser.predicateExpr().voidExit a parse tree produced byAqlParser.predicateOperand().voidExit a parse tree produced byAqlParser.query().voidExit a parse tree produced byAqlParser.queryExpr().voidExit a parse tree produced byAqlParser.select().voidExit a parse tree produced byAqlParser.selectExpr().voidExit a parse tree produced byAqlParser.simpleClassExpr().voidExit a parse tree produced byAqlParser.standardPredicate().voidExit a parse tree produced byAqlParser.stdExpression().voidExit a parse tree produced byAqlParser.topExpr().voidExit a parse tree produced byAqlParser.valueListItems().voidExit a parse tree produced byAqlParser.versionClassExpr().voidExit a parse tree produced byAqlParser.versionedClassExpr().voidExit a parse tree produced byAqlParser.versionpredicate().voidExit a parse tree produced byAqlParser.versionpredicateOptions().voidExit a parse tree produced byAqlParser.where().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
AqlBaseListener
public AqlBaseListener()
-
-
Method Details
-
enterQuery
Enter a parse tree produced byAqlParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitQuery
Exit a parse tree produced byAqlParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterQueryExpr
Enter a parse tree produced byAqlParser.queryExpr().The default implementation does nothing.
- Specified by:
enterQueryExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitQueryExpr
Exit a parse tree produced byAqlParser.queryExpr().The default implementation does nothing.
- Specified by:
exitQueryExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterSelect
Enter a parse tree produced byAqlParser.select().The default implementation does nothing.
- Specified by:
enterSelectin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitSelect
Exit a parse tree produced byAqlParser.select().The default implementation does nothing.
- Specified by:
exitSelectin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterTopExpr
Enter a parse tree produced byAqlParser.topExpr().The default implementation does nothing.
- Specified by:
enterTopExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitTopExpr
Exit a parse tree produced byAqlParser.topExpr().The default implementation does nothing.
- Specified by:
exitTopExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced byAqlParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced byAqlParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterCastFunction
Enter a parse tree produced byAqlParser.castFunction().The default implementation does nothing.
- Specified by:
enterCastFunctionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitCastFunction
Exit a parse tree produced byAqlParser.castFunction().The default implementation does nothing.
- Specified by:
exitCastFunctionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterExtension
Enter a parse tree produced byAqlParser.extension().The default implementation does nothing.
- Specified by:
enterExtensionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitExtension
Exit a parse tree produced byAqlParser.extension().The default implementation does nothing.
- Specified by:
exitExtensionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterWhere
Enter a parse tree produced byAqlParser.where().The default implementation does nothing.
- Specified by:
enterWherein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitWhere
Exit a parse tree produced byAqlParser.where().The default implementation does nothing.
- Specified by:
exitWherein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterOrderBy
Enter a parse tree produced byAqlParser.orderBy().The default implementation does nothing.
- Specified by:
enterOrderByin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitOrderBy
Exit a parse tree produced byAqlParser.orderBy().The default implementation does nothing.
- Specified by:
exitOrderByin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterLimit
Enter a parse tree produced byAqlParser.limit().The default implementation does nothing.
- Specified by:
enterLimitin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitLimit
Exit a parse tree produced byAqlParser.limit().The default implementation does nothing.
- Specified by:
exitLimitin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterOffset
Enter a parse tree produced byAqlParser.offset().The default implementation does nothing.
- Specified by:
enterOffsetin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitOffset
Exit a parse tree produced byAqlParser.offset().The default implementation does nothing.
- Specified by:
exitOffsetin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterOrderBySeq
Enter a parse tree produced byAqlParser.orderBySeq().The default implementation does nothing.
- Specified by:
enterOrderBySeqin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitOrderBySeq
Exit a parse tree produced byAqlParser.orderBySeq().The default implementation does nothing.
- Specified by:
exitOrderBySeqin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterOrderByExpr
Enter a parse tree produced byAqlParser.orderByExpr().The default implementation does nothing.
- Specified by:
enterOrderByExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitOrderByExpr
Exit a parse tree produced byAqlParser.orderByExpr().The default implementation does nothing.
- Specified by:
exitOrderByExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterSelectExpr
Enter a parse tree produced byAqlParser.selectExpr().The default implementation does nothing.
- Specified by:
enterSelectExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitSelectExpr
Exit a parse tree produced byAqlParser.selectExpr().The default implementation does nothing.
- Specified by:
exitSelectExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterStdExpression
Enter a parse tree produced byAqlParser.stdExpression().The default implementation does nothing.
- Specified by:
enterStdExpressionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitStdExpression
Exit a parse tree produced byAqlParser.stdExpression().The default implementation does nothing.
- Specified by:
exitStdExpressionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterFrom
Enter a parse tree produced byAqlParser.from().The default implementation does nothing.
- Specified by:
enterFromin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitFrom
Exit a parse tree produced byAqlParser.from().The default implementation does nothing.
- Specified by:
exitFromin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterFromEHR
Enter a parse tree produced byAqlParser.fromEHR().The default implementation does nothing.
- Specified by:
enterFromEHRin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitFromEHR
Exit a parse tree produced byAqlParser.fromEHR().The default implementation does nothing.
- Specified by:
exitFromEHRin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterFromForeignData
Enter a parse tree produced byAqlParser.fromForeignData().The default implementation does nothing.
- Specified by:
enterFromForeignDatain interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitFromForeignData
Exit a parse tree produced byAqlParser.fromForeignData().The default implementation does nothing.
- Specified by:
exitFromForeignDatain interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterFromExpr
Enter a parse tree produced byAqlParser.fromExpr().The default implementation does nothing.
- Specified by:
enterFromExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitFromExpr
Exit a parse tree produced byAqlParser.fromExpr().The default implementation does nothing.
- Specified by:
exitFromExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterContainsExpression
Enter a parse tree produced byAqlParser.containsExpression().The default implementation does nothing.
- Specified by:
enterContainsExpressionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitContainsExpression
Exit a parse tree produced byAqlParser.containsExpression().The default implementation does nothing.
- Specified by:
exitContainsExpressionin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterContainExpressionBool
Enter a parse tree produced byAqlParser.containExpressionBool().The default implementation does nothing.
- Specified by:
enterContainExpressionBoolin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitContainExpressionBool
Exit a parse tree produced byAqlParser.containExpressionBool().The default implementation does nothing.
- Specified by:
exitContainExpressionBoolin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterContains
Enter a parse tree produced byAqlParser.contains().The default implementation does nothing.
- Specified by:
enterContainsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitContains
Exit a parse tree produced byAqlParser.contains().The default implementation does nothing.
- Specified by:
exitContainsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterIdentifiedExpr
Enter a parse tree produced byAqlParser.identifiedExpr().The default implementation does nothing.
- Specified by:
enterIdentifiedExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitIdentifiedExpr
Exit a parse tree produced byAqlParser.identifiedExpr().The default implementation does nothing.
- Specified by:
exitIdentifiedExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterIdentifiedEquality
Enter a parse tree produced byAqlParser.identifiedEquality().The default implementation does nothing.
- Specified by:
enterIdentifiedEqualityin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitIdentifiedEquality
Exit a parse tree produced byAqlParser.identifiedEquality().The default implementation does nothing.
- Specified by:
exitIdentifiedEqualityin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterIdentifiedOperand
Enter a parse tree produced byAqlParser.identifiedOperand().The default implementation does nothing.
- Specified by:
enterIdentifiedOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitIdentifiedOperand
Exit a parse tree produced byAqlParser.identifiedOperand().The default implementation does nothing.
- Specified by:
exitIdentifiedOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterIdentifiedPath
Enter a parse tree produced byAqlParser.identifiedPath().The default implementation does nothing.
- Specified by:
enterIdentifiedPathin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitIdentifiedPath
Exit a parse tree produced byAqlParser.identifiedPath().The default implementation does nothing.
- Specified by:
exitIdentifiedPathin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPredicate
Enter a parse tree produced byAqlParser.predicate().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced byAqlParser.predicate().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterNodePredicateOr
Enter a parse tree produced byAqlParser.nodePredicateOr().The default implementation does nothing.
- Specified by:
enterNodePredicateOrin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitNodePredicateOr
Exit a parse tree produced byAqlParser.nodePredicateOr().The default implementation does nothing.
- Specified by:
exitNodePredicateOrin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterNodePredicateAnd
Enter a parse tree produced byAqlParser.nodePredicateAnd().The default implementation does nothing.
- Specified by:
enterNodePredicateAndin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitNodePredicateAnd
Exit a parse tree produced byAqlParser.nodePredicateAnd().The default implementation does nothing.
- Specified by:
exitNodePredicateAndin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterNodePredicateComparable
Enter a parse tree produced byAqlParser.nodePredicateComparable().The default implementation does nothing.
- Specified by:
enterNodePredicateComparablein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitNodePredicateComparable
Exit a parse tree produced byAqlParser.nodePredicateComparable().The default implementation does nothing.
- Specified by:
exitNodePredicateComparablein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterNodePredicateRegEx
Enter a parse tree produced byAqlParser.nodePredicateRegEx().The default implementation does nothing.
- Specified by:
enterNodePredicateRegExin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitNodePredicateRegEx
Exit a parse tree produced byAqlParser.nodePredicateRegEx().The default implementation does nothing.
- Specified by:
exitNodePredicateRegExin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterMatchesOperand
Enter a parse tree produced byAqlParser.matchesOperand().The default implementation does nothing.
- Specified by:
enterMatchesOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitMatchesOperand
Exit a parse tree produced byAqlParser.matchesOperand().The default implementation does nothing.
- Specified by:
exitMatchesOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterValueListItems
Enter a parse tree produced byAqlParser.valueListItems().The default implementation does nothing.
- Specified by:
enterValueListItemsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitValueListItems
Exit a parse tree produced byAqlParser.valueListItems().The default implementation does nothing.
- Specified by:
exitValueListItemsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterVersionpredicate
Enter a parse tree produced byAqlParser.versionpredicate().The default implementation does nothing.
- Specified by:
enterVersionpredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitVersionpredicate
Exit a parse tree produced byAqlParser.versionpredicate().The default implementation does nothing.
- Specified by:
exitVersionpredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterVersionpredicateOptions
Enter a parse tree produced byAqlParser.versionpredicateOptions().The default implementation does nothing.
- Specified by:
enterVersionpredicateOptionsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitVersionpredicateOptions
Exit a parse tree produced byAqlParser.versionpredicateOptions().The default implementation does nothing.
- Specified by:
exitVersionpredicateOptionsin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterStandardPredicate
Enter a parse tree produced byAqlParser.standardPredicate().The default implementation does nothing.
- Specified by:
enterStandardPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitStandardPredicate
Exit a parse tree produced byAqlParser.standardPredicate().The default implementation does nothing.
- Specified by:
exitStandardPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterJoinPredicate
Enter a parse tree produced byAqlParser.joinPredicate().The default implementation does nothing.
- Specified by:
enterJoinPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitJoinPredicate
Exit a parse tree produced byAqlParser.joinPredicate().The default implementation does nothing.
- Specified by:
exitJoinPredicatein interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPredicateExpr
Enter a parse tree produced byAqlParser.predicateExpr().The default implementation does nothing.
- Specified by:
enterPredicateExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPredicateExpr
Exit a parse tree produced byAqlParser.predicateExpr().The default implementation does nothing.
- Specified by:
exitPredicateExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPredicateAnd
Enter a parse tree produced byAqlParser.predicateAnd().The default implementation does nothing.
- Specified by:
enterPredicateAndin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPredicateAnd
Exit a parse tree produced byAqlParser.predicateAnd().The default implementation does nothing.
- Specified by:
exitPredicateAndin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPredicateEquality
Enter a parse tree produced byAqlParser.predicateEquality().The default implementation does nothing.
- Specified by:
enterPredicateEqualityin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPredicateEquality
Exit a parse tree produced byAqlParser.predicateEquality().The default implementation does nothing.
- Specified by:
exitPredicateEqualityin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPredicateOperand
Enter a parse tree produced byAqlParser.predicateOperand().The default implementation does nothing.
- Specified by:
enterPredicateOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPredicateOperand
Exit a parse tree produced byAqlParser.predicateOperand().The default implementation does nothing.
- Specified by:
exitPredicateOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterOperand
Enter a parse tree produced byAqlParser.operand().The default implementation does nothing.
- Specified by:
enterOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitOperand
Exit a parse tree produced byAqlParser.operand().The default implementation does nothing.
- Specified by:
exitOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterInvokeOperand
Enter a parse tree produced byAqlParser.invokeOperand().The default implementation does nothing.
- Specified by:
enterInvokeOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitInvokeOperand
Exit a parse tree produced byAqlParser.invokeOperand().The default implementation does nothing.
- Specified by:
exitInvokeOperandin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterInvokeExpr
Enter a parse tree produced byAqlParser.invokeExpr().The default implementation does nothing.
- Specified by:
enterInvokeExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitInvokeExpr
Exit a parse tree produced byAqlParser.invokeExpr().The default implementation does nothing.
- Specified by:
exitInvokeExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterObjectPath
Enter a parse tree produced byAqlParser.objectPath().The default implementation does nothing.
- Specified by:
enterObjectPathin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitObjectPath
Exit a parse tree produced byAqlParser.objectPath().The default implementation does nothing.
- Specified by:
exitObjectPathin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterPathPart
Enter a parse tree produced byAqlParser.pathPart().The default implementation does nothing.
- Specified by:
enterPathPartin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitPathPart
Exit a parse tree produced byAqlParser.pathPart().The default implementation does nothing.
- Specified by:
exitPathPartin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterClassExpr
Enter a parse tree produced byAqlParser.classExpr().The default implementation does nothing.
- Specified by:
enterClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitClassExpr
Exit a parse tree produced byAqlParser.classExpr().The default implementation does nothing.
- Specified by:
exitClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterSimpleClassExpr
Enter a parse tree produced byAqlParser.simpleClassExpr().The default implementation does nothing.
- Specified by:
enterSimpleClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitSimpleClassExpr
Exit a parse tree produced byAqlParser.simpleClassExpr().The default implementation does nothing.
- Specified by:
exitSimpleClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterArchetypedClassExpr
Enter a parse tree produced byAqlParser.archetypedClassExpr().The default implementation does nothing.
- Specified by:
enterArchetypedClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitArchetypedClassExpr
Exit a parse tree produced byAqlParser.archetypedClassExpr().The default implementation does nothing.
- Specified by:
exitArchetypedClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterVersionedClassExpr
Enter a parse tree produced byAqlParser.versionedClassExpr().The default implementation does nothing.
- Specified by:
enterVersionedClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitVersionedClassExpr
Exit a parse tree produced byAqlParser.versionedClassExpr().The default implementation does nothing.
- Specified by:
exitVersionedClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterVersionClassExpr
Enter a parse tree produced byAqlParser.versionClassExpr().The default implementation does nothing.
- Specified by:
enterVersionClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
exitVersionClassExpr
Exit a parse tree produced byAqlParser.versionClassExpr().The default implementation does nothing.
- Specified by:
exitVersionClassExprin interfaceAqlListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-