Class HqlParserBaseListener
- java.lang.Object
-
- org.hibernate.grammars.hql.HqlParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,HqlParserListener
public class HqlParserBaseListener extends Object implements HqlParserListener
This class provides an empty implementation ofHqlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description HqlParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterStatement
public void enterStatement(HqlParser.StatementContext ctx)
Enter a parse tree produced byHqlParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(HqlParser.StatementContext ctx)
Exit a parse tree produced byHqlParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectStatement
public void enterSelectStatement(HqlParser.SelectStatementContext ctx)
Enter a parse tree produced byHqlParser.selectStatement().The default implementation does nothing.
- Specified by:
enterSelectStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectStatement
public void exitSelectStatement(HqlParser.SelectStatementContext ctx)
Exit a parse tree produced byHqlParser.selectStatement().The default implementation does nothing.
- Specified by:
exitSelectStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery
public void enterSubquery(HqlParser.SubqueryContext ctx)
Enter a parse tree produced byHqlParser.subquery().The default implementation does nothing.
- Specified by:
enterSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery
public void exitSubquery(HqlParser.SubqueryContext ctx)
Exit a parse tree produced byHqlParser.subquery().The default implementation does nothing.
- Specified by:
exitSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTargetEntity
public void enterTargetEntity(HqlParser.TargetEntityContext ctx)
Enter a parse tree produced byHqlParser.targetEntity().The default implementation does nothing.
- Specified by:
enterTargetEntityin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTargetEntity
public void exitTargetEntity(HqlParser.TargetEntityContext ctx)
Exit a parse tree produced byHqlParser.targetEntity().The default implementation does nothing.
- Specified by:
exitTargetEntityin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDeleteStatement
public void enterDeleteStatement(HqlParser.DeleteStatementContext ctx)
Enter a parse tree produced byHqlParser.deleteStatement().The default implementation does nothing.
- Specified by:
enterDeleteStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDeleteStatement
public void exitDeleteStatement(HqlParser.DeleteStatementContext ctx)
Exit a parse tree produced byHqlParser.deleteStatement().The default implementation does nothing.
- Specified by:
exitDeleteStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUpdateStatement
public void enterUpdateStatement(HqlParser.UpdateStatementContext ctx)
Enter a parse tree produced byHqlParser.updateStatement().The default implementation does nothing.
- Specified by:
enterUpdateStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUpdateStatement
public void exitUpdateStatement(HqlParser.UpdateStatementContext ctx)
Exit a parse tree produced byHqlParser.updateStatement().The default implementation does nothing.
- Specified by:
exitUpdateStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSetClause
public void enterSetClause(HqlParser.SetClauseContext ctx)
Enter a parse tree produced byHqlParser.setClause().The default implementation does nothing.
- Specified by:
enterSetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSetClause
public void exitSetClause(HqlParser.SetClauseContext ctx)
Exit a parse tree produced byHqlParser.setClause().The default implementation does nothing.
- Specified by:
exitSetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAssignment
public void enterAssignment(HqlParser.AssignmentContext ctx)
Enter a parse tree produced byHqlParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAssignment
public void exitAssignment(HqlParser.AssignmentContext ctx)
Exit a parse tree produced byHqlParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInsertStatement
public void enterInsertStatement(HqlParser.InsertStatementContext ctx)
Enter a parse tree produced byHqlParser.insertStatement().The default implementation does nothing.
- Specified by:
enterInsertStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInsertStatement
public void exitInsertStatement(HqlParser.InsertStatementContext ctx)
Exit a parse tree produced byHqlParser.insertStatement().The default implementation does nothing.
- Specified by:
exitInsertStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTargetFields
public void enterTargetFields(HqlParser.TargetFieldsContext ctx)
Enter a parse tree produced byHqlParser.targetFields().The default implementation does nothing.
- Specified by:
enterTargetFieldsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTargetFields
public void exitTargetFields(HqlParser.TargetFieldsContext ctx)
Exit a parse tree produced byHqlParser.targetFields().The default implementation does nothing.
- Specified by:
exitTargetFieldsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterValuesList
public void enterValuesList(HqlParser.ValuesListContext ctx)
Enter a parse tree produced byHqlParser.valuesList().The default implementation does nothing.
- Specified by:
enterValuesListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitValuesList
public void exitValuesList(HqlParser.ValuesListContext ctx)
Exit a parse tree produced byHqlParser.valuesList().The default implementation does nothing.
- Specified by:
exitValuesListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterValues
public void enterValues(HqlParser.ValuesContext ctx)
Enter a parse tree produced by thevalueslabeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.The default implementation does nothing.
- Specified by:
enterValuesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitValues
public void exitValues(HqlParser.ValuesContext ctx)
Exit a parse tree produced by thevalueslabeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.The default implementation does nothing.
- Specified by:
exitValuesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConflictClause
public void enterConflictClause(HqlParser.ConflictClauseContext ctx)
Enter a parse tree produced byHqlParser.conflictClause().The default implementation does nothing.
- Specified by:
enterConflictClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConflictClause
public void exitConflictClause(HqlParser.ConflictClauseContext ctx)
Exit a parse tree produced byHqlParser.conflictClause().The default implementation does nothing.
- Specified by:
exitConflictClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConflictTarget
public void enterConflictTarget(HqlParser.ConflictTargetContext ctx)
Enter a parse tree produced byHqlParser.conflictTarget().The default implementation does nothing.
- Specified by:
enterConflictTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConflictTarget
public void exitConflictTarget(HqlParser.ConflictTargetContext ctx)
Exit a parse tree produced byHqlParser.conflictTarget().The default implementation does nothing.
- Specified by:
exitConflictTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConflictAction
public void enterConflictAction(HqlParser.ConflictActionContext ctx)
Enter a parse tree produced byHqlParser.conflictAction().The default implementation does nothing.
- Specified by:
enterConflictActionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConflictAction
public void exitConflictAction(HqlParser.ConflictActionContext ctx)
Exit a parse tree produced byHqlParser.conflictAction().The default implementation does nothing.
- Specified by:
exitConflictActionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterWithClause
public void enterWithClause(HqlParser.WithClauseContext ctx)
Enter a parse tree produced byHqlParser.withClause().The default implementation does nothing.
- Specified by:
enterWithClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitWithClause
public void exitWithClause(HqlParser.WithClauseContext ctx)
Exit a parse tree produced byHqlParser.withClause().The default implementation does nothing.
- Specified by:
exitWithClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCte
public void enterCte(HqlParser.CteContext ctx)
Enter a parse tree produced byHqlParser.cte().The default implementation does nothing.
- Specified by:
enterCtein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCte
public void exitCte(HqlParser.CteContext ctx)
Exit a parse tree produced byHqlParser.cte().The default implementation does nothing.
- Specified by:
exitCtein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCteAttributes
public void enterCteAttributes(HqlParser.CteAttributesContext ctx)
Enter a parse tree produced byHqlParser.cteAttributes().The default implementation does nothing.
- Specified by:
enterCteAttributesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCteAttributes
public void exitCteAttributes(HqlParser.CteAttributesContext ctx)
Exit a parse tree produced byHqlParser.cteAttributes().The default implementation does nothing.
- Specified by:
exitCteAttributesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchClause
public void enterSearchClause(HqlParser.SearchClauseContext ctx)
Enter a parse tree produced byHqlParser.searchClause().The default implementation does nothing.
- Specified by:
enterSearchClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchClause
public void exitSearchClause(HqlParser.SearchClauseContext ctx)
Exit a parse tree produced byHqlParser.searchClause().The default implementation does nothing.
- Specified by:
exitSearchClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchSpecifications
public void enterSearchSpecifications(HqlParser.SearchSpecificationsContext ctx)
Enter a parse tree produced byHqlParser.searchSpecifications().The default implementation does nothing.
- Specified by:
enterSearchSpecificationsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchSpecifications
public void exitSearchSpecifications(HqlParser.SearchSpecificationsContext ctx)
Exit a parse tree produced byHqlParser.searchSpecifications().The default implementation does nothing.
- Specified by:
exitSearchSpecificationsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchSpecification
public void enterSearchSpecification(HqlParser.SearchSpecificationContext ctx)
Enter a parse tree produced byHqlParser.searchSpecification().The default implementation does nothing.
- Specified by:
enterSearchSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchSpecification
public void exitSearchSpecification(HqlParser.SearchSpecificationContext ctx)
Exit a parse tree produced byHqlParser.searchSpecification().The default implementation does nothing.
- Specified by:
exitSearchSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCycleClause
public void enterCycleClause(HqlParser.CycleClauseContext ctx)
Enter a parse tree produced byHqlParser.cycleClause().The default implementation does nothing.
- Specified by:
enterCycleClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCycleClause
public void exitCycleClause(HqlParser.CycleClauseContext ctx)
Exit a parse tree produced byHqlParser.cycleClause().The default implementation does nothing.
- Specified by:
exitCycleClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleQueryGroup
public void enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext ctx)
Enter a parse tree produced by theSimpleQueryGrouplabeled alternative inHqlParser.queryExpression().The default implementation does nothing.
- Specified by:
enterSimpleQueryGroupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleQueryGroup
public void exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext ctx)
Exit a parse tree produced by theSimpleQueryGrouplabeled alternative inHqlParser.queryExpression().The default implementation does nothing.
- Specified by:
exitSimpleQueryGroupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSetQueryGroup
public void enterSetQueryGroup(HqlParser.SetQueryGroupContext ctx)
Enter a parse tree produced by theSetQueryGrouplabeled alternative inHqlParser.queryExpression().The default implementation does nothing.
- Specified by:
enterSetQueryGroupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSetQueryGroup
public void exitSetQueryGroup(HqlParser.SetQueryGroupContext ctx)
Exit a parse tree produced by theSetQueryGrouplabeled alternative inHqlParser.queryExpression().The default implementation does nothing.
- Specified by:
exitSetQueryGroupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQuerySpecExpression
public void enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Enter a parse tree produced by theQuerySpecExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
enterQuerySpecExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQuerySpecExpression
public void exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Exit a parse tree produced by theQuerySpecExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
exitQuerySpecExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNestedQueryExpression
public void enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext ctx)
Enter a parse tree produced by theNestedQueryExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
enterNestedQueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNestedQueryExpression
public void exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext ctx)
Exit a parse tree produced by theNestedQueryExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
exitNestedQueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQueryOrderExpression
public void enterQueryOrderExpression(HqlParser.QueryOrderExpressionContext ctx)
Enter a parse tree produced by theQueryOrderExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
enterQueryOrderExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQueryOrderExpression
public void exitQueryOrderExpression(HqlParser.QueryOrderExpressionContext ctx)
Exit a parse tree produced by theQueryOrderExpressionlabeled alternative inHqlParser.orderedQuery().The default implementation does nothing.
- Specified by:
exitQueryOrderExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSetOperator
public void enterSetOperator(HqlParser.SetOperatorContext ctx)
Enter a parse tree produced byHqlParser.setOperator().The default implementation does nothing.
- Specified by:
enterSetOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSetOperator
public void exitSetOperator(HqlParser.SetOperatorContext ctx)
Exit a parse tree produced byHqlParser.setOperator().The default implementation does nothing.
- Specified by:
exitSetOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQueryOrder
public void enterQueryOrder(HqlParser.QueryOrderContext ctx)
Enter a parse tree produced byHqlParser.queryOrder().The default implementation does nothing.
- Specified by:
enterQueryOrderin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQueryOrder
public void exitQueryOrder(HqlParser.QueryOrderContext ctx)
Exit a parse tree produced byHqlParser.queryOrder().The default implementation does nothing.
- Specified by:
exitQueryOrderin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQuery
public void enterQuery(HqlParser.QueryContext ctx)
Enter a parse tree produced byHqlParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQuery
public void exitQuery(HqlParser.QueryContext ctx)
Exit a parse tree produced byHqlParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFromClause
public void enterFromClause(HqlParser.FromClauseContext ctx)
Enter a parse tree produced byHqlParser.fromClause().The default implementation does nothing.
- Specified by:
enterFromClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFromClause
public void exitFromClause(HqlParser.FromClauseContext ctx)
Exit a parse tree produced byHqlParser.fromClause().The default implementation does nothing.
- Specified by:
exitFromClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityWithJoins
public void enterEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Enter a parse tree produced byHqlParser.entityWithJoins().The default implementation does nothing.
- Specified by:
enterEntityWithJoinsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityWithJoins
public void exitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Exit a parse tree produced byHqlParser.entityWithJoins().The default implementation does nothing.
- Specified by:
exitEntityWithJoinsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterRootEntity
public void enterRootEntity(HqlParser.RootEntityContext ctx)
Enter a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().The default implementation does nothing.
- Specified by:
enterRootEntityin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitRootEntity
public void exitRootEntity(HqlParser.RootEntityContext ctx)
Exit a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().The default implementation does nothing.
- Specified by:
exitRootEntityin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterRootSubquery
public void enterRootSubquery(HqlParser.RootSubqueryContext ctx)
Enter a parse tree produced by theRootSubquerylabeled alternative inHqlParser.fromRoot().The default implementation does nothing.
- Specified by:
enterRootSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitRootSubquery
public void exitRootSubquery(HqlParser.RootSubqueryContext ctx)
Exit a parse tree produced by theRootSubquerylabeled alternative inHqlParser.fromRoot().The default implementation does nothing.
- Specified by:
exitRootSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityName
public void enterEntityName(HqlParser.EntityNameContext ctx)
Enter a parse tree produced byHqlParser.entityName().The default implementation does nothing.
- Specified by:
enterEntityNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityName
public void exitEntityName(HqlParser.EntityNameContext ctx)
Exit a parse tree produced byHqlParser.entityName().The default implementation does nothing.
- Specified by:
exitEntityNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterVariable
public void enterVariable(HqlParser.VariableContext ctx)
Enter a parse tree produced byHqlParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitVariable
public void exitVariable(HqlParser.VariableContext ctx)
Exit a parse tree produced byHqlParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCrossJoin
public void enterCrossJoin(HqlParser.CrossJoinContext ctx)
Enter a parse tree produced byHqlParser.crossJoin().The default implementation does nothing.
- Specified by:
enterCrossJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCrossJoin
public void exitCrossJoin(HqlParser.CrossJoinContext ctx)
Exit a parse tree produced byHqlParser.crossJoin().The default implementation does nothing.
- Specified by:
exitCrossJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaCollectionJoin
public void enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Enter a parse tree produced byHqlParser.jpaCollectionJoin().The default implementation does nothing.
- Specified by:
enterJpaCollectionJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaCollectionJoin
public void exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Exit a parse tree produced byHqlParser.jpaCollectionJoin().The default implementation does nothing.
- Specified by:
exitJpaCollectionJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoin
public void enterJoin(HqlParser.JoinContext ctx)
Enter a parse tree produced byHqlParser.join().The default implementation does nothing.
- Specified by:
enterJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoin
public void exitJoin(HqlParser.JoinContext ctx)
Exit a parse tree produced byHqlParser.join().The default implementation does nothing.
- Specified by:
exitJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoinType
public void enterJoinType(HqlParser.JoinTypeContext ctx)
Enter a parse tree produced byHqlParser.joinType().The default implementation does nothing.
- Specified by:
enterJoinTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoinType
public void exitJoinType(HqlParser.JoinTypeContext ctx)
Exit a parse tree produced byHqlParser.joinType().The default implementation does nothing.
- Specified by:
exitJoinTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoinPath
public void enterJoinPath(HqlParser.JoinPathContext ctx)
Enter a parse tree produced by theJoinPathlabeled alternative inHqlParser.joinTarget().The default implementation does nothing.
- Specified by:
enterJoinPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoinPath
public void exitJoinPath(HqlParser.JoinPathContext ctx)
Exit a parse tree produced by theJoinPathlabeled alternative inHqlParser.joinTarget().The default implementation does nothing.
- Specified by:
exitJoinPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoinSubquery
public void enterJoinSubquery(HqlParser.JoinSubqueryContext ctx)
Enter a parse tree produced by theJoinSubquerylabeled alternative inHqlParser.joinTarget().The default implementation does nothing.
- Specified by:
enterJoinSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoinSubquery
public void exitJoinSubquery(HqlParser.JoinSubqueryContext ctx)
Exit a parse tree produced by theJoinSubquerylabeled alternative inHqlParser.joinTarget().The default implementation does nothing.
- Specified by:
exitJoinSubqueryin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoinRestriction
public void enterJoinRestriction(HqlParser.JoinRestrictionContext ctx)
Enter a parse tree produced byHqlParser.joinRestriction().The default implementation does nothing.
- Specified by:
enterJoinRestrictionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoinRestriction
public void exitJoinRestriction(HqlParser.JoinRestrictionContext ctx)
Exit a parse tree produced byHqlParser.joinRestriction().The default implementation does nothing.
- Specified by:
exitJoinRestrictionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectClause
public void enterSelectClause(HqlParser.SelectClauseContext ctx)
Enter a parse tree produced byHqlParser.selectClause().The default implementation does nothing.
- Specified by:
enterSelectClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectClause
public void exitSelectClause(HqlParser.SelectClauseContext ctx)
Exit a parse tree produced byHqlParser.selectClause().The default implementation does nothing.
- Specified by:
exitSelectClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectionList
public void enterSelectionList(HqlParser.SelectionListContext ctx)
Enter a parse tree produced byHqlParser.selectionList().The default implementation does nothing.
- Specified by:
enterSelectionListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectionList
public void exitSelectionList(HqlParser.SelectionListContext ctx)
Exit a parse tree produced byHqlParser.selectionList().The default implementation does nothing.
- Specified by:
exitSelectionListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelection
public void enterSelection(HqlParser.SelectionContext ctx)
Enter a parse tree produced byHqlParser.selection().The default implementation does nothing.
- Specified by:
enterSelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelection
public void exitSelection(HqlParser.SelectionContext ctx)
Exit a parse tree produced byHqlParser.selection().The default implementation does nothing.
- Specified by:
exitSelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectExpression
public void enterSelectExpression(HqlParser.SelectExpressionContext ctx)
Enter a parse tree produced byHqlParser.selectExpression().The default implementation does nothing.
- Specified by:
enterSelectExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectExpression
public void exitSelectExpression(HqlParser.SelectExpressionContext ctx)
Exit a parse tree produced byHqlParser.selectExpression().The default implementation does nothing.
- Specified by:
exitSelectExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMapEntrySelection
public void enterMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Enter a parse tree produced byHqlParser.mapEntrySelection().The default implementation does nothing.
- Specified by:
enterMapEntrySelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMapEntrySelection
public void exitMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Exit a parse tree produced byHqlParser.mapEntrySelection().The default implementation does nothing.
- Specified by:
exitMapEntrySelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantiation
public void enterInstantiation(HqlParser.InstantiationContext ctx)
Enter a parse tree produced byHqlParser.instantiation().The default implementation does nothing.
- Specified by:
enterInstantiationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantiation
public void exitInstantiation(HqlParser.InstantiationContext ctx)
Exit a parse tree produced byHqlParser.instantiation().The default implementation does nothing.
- Specified by:
exitInstantiationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantiationTarget
public void enterInstantiationTarget(HqlParser.InstantiationTargetContext ctx)
Enter a parse tree produced byHqlParser.instantiationTarget().The default implementation does nothing.
- Specified by:
enterInstantiationTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantiationTarget
public void exitInstantiationTarget(HqlParser.InstantiationTargetContext ctx)
Exit a parse tree produced byHqlParser.instantiationTarget().The default implementation does nothing.
- Specified by:
exitInstantiationTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantiationArguments
public void enterInstantiationArguments(HqlParser.InstantiationArgumentsContext ctx)
Enter a parse tree produced byHqlParser.instantiationArguments().The default implementation does nothing.
- Specified by:
enterInstantiationArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantiationArguments
public void exitInstantiationArguments(HqlParser.InstantiationArgumentsContext ctx)
Exit a parse tree produced byHqlParser.instantiationArguments().The default implementation does nothing.
- Specified by:
exitInstantiationArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantiationArgument
public void enterInstantiationArgument(HqlParser.InstantiationArgumentContext ctx)
Enter a parse tree produced byHqlParser.instantiationArgument().The default implementation does nothing.
- Specified by:
enterInstantiationArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantiationArgument
public void exitInstantiationArgument(HqlParser.InstantiationArgumentContext ctx)
Exit a parse tree produced byHqlParser.instantiationArgument().The default implementation does nothing.
- Specified by:
exitInstantiationArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantiationArgumentExpression
public void enterInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext ctx)
Enter a parse tree produced byHqlParser.instantiationArgumentExpression().The default implementation does nothing.
- Specified by:
enterInstantiationArgumentExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantiationArgumentExpression
public void exitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext ctx)
Exit a parse tree produced byHqlParser.instantiationArgumentExpression().The default implementation does nothing.
- Specified by:
exitInstantiationArgumentExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaSelectObjectSyntax
public void enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Enter a parse tree produced byHqlParser.jpaSelectObjectSyntax().The default implementation does nothing.
- Specified by:
enterJpaSelectObjectSyntaxin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaSelectObjectSyntax
public void exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Exit a parse tree produced byHqlParser.jpaSelectObjectSyntax().The default implementation does nothing.
- Specified by:
exitJpaSelectObjectSyntaxin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimplePath
public void enterSimplePath(HqlParser.SimplePathContext ctx)
Enter a parse tree produced byHqlParser.simplePath().The default implementation does nothing.
- Specified by:
enterSimplePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimplePath
public void exitSimplePath(HqlParser.SimplePathContext ctx)
Exit a parse tree produced byHqlParser.simplePath().The default implementation does nothing.
- Specified by:
exitSimplePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimplePathElement
public void enterSimplePathElement(HqlParser.SimplePathElementContext ctx)
Enter a parse tree produced byHqlParser.simplePathElement().The default implementation does nothing.
- Specified by:
enterSimplePathElementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimplePathElement
public void exitSimplePathElement(HqlParser.SimplePathElementContext ctx)
Exit a parse tree produced byHqlParser.simplePathElement().The default implementation does nothing.
- Specified by:
exitSimplePathElementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPath
public void enterPath(HqlParser.PathContext ctx)
Enter a parse tree produced byHqlParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPath
public void exitPath(HqlParser.PathContext ctx)
Exit a parse tree produced byHqlParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPathContinuation
public void enterPathContinuation(HqlParser.PathContinuationContext ctx)
Enter a parse tree produced byHqlParser.pathContinuation().The default implementation does nothing.
- Specified by:
enterPathContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPathContinuation
public void exitPathContinuation(HqlParser.PathContinuationContext ctx)
Exit a parse tree produced byHqlParser.pathContinuation().The default implementation does nothing.
- Specified by:
exitPathContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSyntacticDomainPath
public void enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Enter a parse tree produced byHqlParser.syntacticDomainPath().The default implementation does nothing.
- Specified by:
enterSyntacticDomainPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSyntacticDomainPath
public void exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Exit a parse tree produced byHqlParser.syntacticDomainPath().The default implementation does nothing.
- Specified by:
exitSyntacticDomainPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralPathFragment
public void enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Enter a parse tree produced byHqlParser.generalPathFragment().The default implementation does nothing.
- Specified by:
enterGeneralPathFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralPathFragment
public void exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Exit a parse tree produced byHqlParser.generalPathFragment().The default implementation does nothing.
- Specified by:
exitGeneralPathFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIndexedPathAccessFragment
public void enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Enter a parse tree produced byHqlParser.indexedPathAccessFragment().The default implementation does nothing.
- Specified by:
enterIndexedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIndexedPathAccessFragment
public void exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Exit a parse tree produced byHqlParser.indexedPathAccessFragment().The default implementation does nothing.
- Specified by:
exitIndexedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSlicedPathAccessFragment
public void enterSlicedPathAccessFragment(HqlParser.SlicedPathAccessFragmentContext ctx)
Enter a parse tree produced byHqlParser.slicedPathAccessFragment().The default implementation does nothing.
- Specified by:
enterSlicedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSlicedPathAccessFragment
public void exitSlicedPathAccessFragment(HqlParser.SlicedPathAccessFragmentContext ctx)
Exit a parse tree produced byHqlParser.slicedPathAccessFragment().The default implementation does nothing.
- Specified by:
exitSlicedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTreatedNavigablePath
public void enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.treatedNavigablePath().The default implementation does nothing.
- Specified by:
enterTreatedNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTreatedNavigablePath
public void exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.treatedNavigablePath().The default implementation does nothing.
- Specified by:
exitTreatedNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionValueNavigablePath
public void enterCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.collectionValueNavigablePath().The default implementation does nothing.
- Specified by:
enterCollectionValueNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionValueNavigablePath
public void exitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.collectionValueNavigablePath().The default implementation does nothing.
- Specified by:
exitCollectionValueNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMapKeyNavigablePath
public void enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.mapKeyNavigablePath().The default implementation does nothing.
- Specified by:
enterMapKeyNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMapKeyNavigablePath
public void exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.mapKeyNavigablePath().The default implementation does nothing.
- Specified by:
exitMapKeyNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupByClause
public void enterGroupByClause(HqlParser.GroupByClauseContext ctx)
Enter a parse tree produced byHqlParser.groupByClause().The default implementation does nothing.
- Specified by:
enterGroupByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupByClause
public void exitGroupByClause(HqlParser.GroupByClauseContext ctx)
Exit a parse tree produced byHqlParser.groupByClause().The default implementation does nothing.
- Specified by:
exitGroupByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupByExpression
public void enterGroupByExpression(HqlParser.GroupByExpressionContext ctx)
Enter a parse tree produced byHqlParser.groupByExpression().The default implementation does nothing.
- Specified by:
enterGroupByExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupByExpression
public void exitGroupByExpression(HqlParser.GroupByExpressionContext ctx)
Exit a parse tree produced byHqlParser.groupByExpression().The default implementation does nothing.
- Specified by:
exitGroupByExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterHavingClause
public void enterHavingClause(HqlParser.HavingClauseContext ctx)
Enter a parse tree produced byHqlParser.havingClause().The default implementation does nothing.
- Specified by:
enterHavingClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitHavingClause
public void exitHavingClause(HqlParser.HavingClauseContext ctx)
Exit a parse tree produced byHqlParser.havingClause().The default implementation does nothing.
- Specified by:
exitHavingClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrderByClause
public void enterOrderByClause(HqlParser.OrderByClauseContext ctx)
Enter a parse tree produced byHqlParser.orderByClause().The default implementation does nothing.
- Specified by:
enterOrderByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrderByClause
public void exitOrderByClause(HqlParser.OrderByClauseContext ctx)
Exit a parse tree produced byHqlParser.orderByClause().The default implementation does nothing.
- Specified by:
exitOrderByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrderByFragment
public void enterOrderByFragment(HqlParser.OrderByFragmentContext ctx)
Enter a parse tree produced byHqlParser.orderByFragment().The default implementation does nothing.
- Specified by:
enterOrderByFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrderByFragment
public void exitOrderByFragment(HqlParser.OrderByFragmentContext ctx)
Exit a parse tree produced byHqlParser.orderByFragment().The default implementation does nothing.
- Specified by:
exitOrderByFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSortSpecification
public void enterSortSpecification(HqlParser.SortSpecificationContext ctx)
Enter a parse tree produced byHqlParser.sortSpecification().The default implementation does nothing.
- Specified by:
enterSortSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSortSpecification
public void exitSortSpecification(HqlParser.SortSpecificationContext ctx)
Exit a parse tree produced byHqlParser.sortSpecification().The default implementation does nothing.
- Specified by:
exitSortSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNullsPrecedence
public void enterNullsPrecedence(HqlParser.NullsPrecedenceContext ctx)
Enter a parse tree produced byHqlParser.nullsPrecedence().The default implementation does nothing.
- Specified by:
enterNullsPrecedencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNullsPrecedence
public void exitNullsPrecedence(HqlParser.NullsPrecedenceContext ctx)
Exit a parse tree produced byHqlParser.nullsPrecedence().The default implementation does nothing.
- Specified by:
exitNullsPrecedencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSortExpression
public void enterSortExpression(HqlParser.SortExpressionContext ctx)
Enter a parse tree produced byHqlParser.sortExpression().The default implementation does nothing.
- Specified by:
enterSortExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSortExpression
public void exitSortExpression(HqlParser.SortExpressionContext ctx)
Exit a parse tree produced byHqlParser.sortExpression().The default implementation does nothing.
- Specified by:
exitSortExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSortDirection
public void enterSortDirection(HqlParser.SortDirectionContext ctx)
Enter a parse tree produced byHqlParser.sortDirection().The default implementation does nothing.
- Specified by:
enterSortDirectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSortDirection
public void exitSortDirection(HqlParser.SortDirectionContext ctx)
Exit a parse tree produced byHqlParser.sortDirection().The default implementation does nothing.
- Specified by:
exitSortDirectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollateFunction
public void enterCollateFunction(HqlParser.CollateFunctionContext ctx)
Enter a parse tree produced byHqlParser.collateFunction().The default implementation does nothing.
- Specified by:
enterCollateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollateFunction
public void exitCollateFunction(HqlParser.CollateFunctionContext ctx)
Exit a parse tree produced byHqlParser.collateFunction().The default implementation does nothing.
- Specified by:
exitCollateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollation
public void enterCollation(HqlParser.CollationContext ctx)
Enter a parse tree produced byHqlParser.collation().The default implementation does nothing.
- Specified by:
enterCollationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollation
public void exitCollation(HqlParser.CollationContext ctx)
Exit a parse tree produced byHqlParser.collation().The default implementation does nothing.
- Specified by:
exitCollationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLimitClause
public void enterLimitClause(HqlParser.LimitClauseContext ctx)
Enter a parse tree produced byHqlParser.limitClause().The default implementation does nothing.
- Specified by:
enterLimitClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLimitClause
public void exitLimitClause(HqlParser.LimitClauseContext ctx)
Exit a parse tree produced byHqlParser.limitClause().The default implementation does nothing.
- Specified by:
exitLimitClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetClause
public void enterOffsetClause(HqlParser.OffsetClauseContext ctx)
Enter a parse tree produced byHqlParser.offsetClause().The default implementation does nothing.
- Specified by:
enterOffsetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetClause
public void exitOffsetClause(HqlParser.OffsetClauseContext ctx)
Exit a parse tree produced byHqlParser.offsetClause().The default implementation does nothing.
- Specified by:
exitOffsetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFetchClause
public void enterFetchClause(HqlParser.FetchClauseContext ctx)
Enter a parse tree produced byHqlParser.fetchClause().The default implementation does nothing.
- Specified by:
enterFetchClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFetchClause
public void exitFetchClause(HqlParser.FetchClauseContext ctx)
Exit a parse tree produced byHqlParser.fetchClause().The default implementation does nothing.
- Specified by:
exitFetchClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFetchCountOrPercent
public void enterFetchCountOrPercent(HqlParser.FetchCountOrPercentContext ctx)
Enter a parse tree produced byHqlParser.fetchCountOrPercent().The default implementation does nothing.
- Specified by:
enterFetchCountOrPercentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFetchCountOrPercent
public void exitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext ctx)
Exit a parse tree produced byHqlParser.fetchCountOrPercent().The default implementation does nothing.
- Specified by:
exitFetchCountOrPercentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParameterOrIntegerLiteral
public void enterParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext ctx)
Enter a parse tree produced byHqlParser.parameterOrIntegerLiteral().The default implementation does nothing.
- Specified by:
enterParameterOrIntegerLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParameterOrIntegerLiteral
public void exitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext ctx)
Exit a parse tree produced byHqlParser.parameterOrIntegerLiteral().The default implementation does nothing.
- Specified by:
exitParameterOrIntegerLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParameterOrNumberLiteral
public void enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Enter a parse tree produced byHqlParser.parameterOrNumberLiteral().The default implementation does nothing.
- Specified by:
enterParameterOrNumberLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParameterOrNumberLiteral
public void exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Exit a parse tree produced byHqlParser.parameterOrNumberLiteral().The default implementation does nothing.
- Specified by:
exitParameterOrNumberLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterWhereClause
public void enterWhereClause(HqlParser.WhereClauseContext ctx)
Enter a parse tree produced byHqlParser.whereClause().The default implementation does nothing.
- Specified by:
enterWhereClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitWhereClause
public void exitWhereClause(HqlParser.WhereClauseContext ctx)
Exit a parse tree produced byHqlParser.whereClause().The default implementation does nothing.
- Specified by:
exitWhereClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsDistinctFromPredicate
public void enterIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext ctx)
Enter a parse tree produced by theIsDistinctFromPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsDistinctFromPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsDistinctFromPredicate
public void exitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext ctx)
Exit a parse tree produced by theIsDistinctFromPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsDistinctFromPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterContainsPredicate
public void enterContainsPredicate(HqlParser.ContainsPredicateContext ctx)
Enter a parse tree produced by theContainsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterContainsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitContainsPredicate
public void exitContainsPredicate(HqlParser.ContainsPredicateContext ctx)
Exit a parse tree produced by theContainsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitContainsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBetweenPredicate
public void enterBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Enter a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterBetweenPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBetweenPredicate
public void exitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Exit a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitBetweenPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExistsPredicate
public void enterExistsPredicate(HqlParser.ExistsPredicateContext ctx)
Enter a parse tree produced by theExistsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterExistsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExistsPredicate
public void exitExistsPredicate(HqlParser.ExistsPredicateContext ctx)
Exit a parse tree produced by theExistsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitExistsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAndPredicate
public void enterAndPredicate(HqlParser.AndPredicateContext ctx)
Enter a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterAndPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAndPredicate
public void exitAndPredicate(HqlParser.AndPredicateContext ctx)
Exit a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitAndPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsFalsePredicate
public void enterIsFalsePredicate(HqlParser.IsFalsePredicateContext ctx)
Enter a parse tree produced by theIsFalsePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsFalsePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsFalsePredicate
public void exitIsFalsePredicate(HqlParser.IsFalsePredicateContext ctx)
Exit a parse tree produced by theIsFalsePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsFalsePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupedPredicate
public void enterGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Enter a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterGroupedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupedPredicate
public void exitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Exit a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitGroupedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLikePredicate
public void enterLikePredicate(HqlParser.LikePredicateContext ctx)
Enter a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterLikePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLikePredicate
public void exitLikePredicate(HqlParser.LikePredicateContext ctx)
Exit a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitLikePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInPredicate
public void enterInPredicate(HqlParser.InPredicateContext ctx)
Enter a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterInPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInPredicate
public void exitInPredicate(HqlParser.InPredicateContext ctx)
Exit a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitInPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIncludesPredicate
public void enterIncludesPredicate(HqlParser.IncludesPredicateContext ctx)
Enter a parse tree produced by theIncludesPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIncludesPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIncludesPredicate
public void exitIncludesPredicate(HqlParser.IncludesPredicateContext ctx)
Exit a parse tree produced by theIncludesPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIncludesPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterComparisonPredicate
public void enterComparisonPredicate(HqlParser.ComparisonPredicateContext ctx)
Enter a parse tree produced by theComparisonPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterComparisonPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitComparisonPredicate
public void exitComparisonPredicate(HqlParser.ComparisonPredicateContext ctx)
Exit a parse tree produced by theComparisonPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitComparisonPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExistsCollectionPartPredicate
public void enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext ctx)
Enter a parse tree produced by theExistsCollectionPartPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterExistsCollectionPartPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExistsCollectionPartPredicate
public void exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext ctx)
Exit a parse tree produced by theExistsCollectionPartPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitExistsCollectionPartPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNegatedPredicate
public void enterNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Enter a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterNegatedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNegatedPredicate
public void exitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Exit a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitNegatedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBooleanExpressionPredicate
public void enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext ctx)
Enter a parse tree produced by theBooleanExpressionPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterBooleanExpressionPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBooleanExpressionPredicate
public void exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext ctx)
Exit a parse tree produced by theBooleanExpressionPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitBooleanExpressionPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrPredicate
public void enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrPredicate
public void exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMemberOfPredicate
public void enterMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Enter a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterMemberOfPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMemberOfPredicate
public void exitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Exit a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitMemberOfPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsEmptyPredicate
public void enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Enter a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsEmptyPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsEmptyPredicate
public void exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Exit a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsEmptyPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsNullPredicate
public void enterIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Enter a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsNullPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsNullPredicate
public void exitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Exit a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsNullPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsTruePredicate
public void enterIsTruePredicate(HqlParser.IsTruePredicateContext ctx)
Enter a parse tree produced by theIsTruePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsTruePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsTruePredicate
public void exitIsTruePredicate(HqlParser.IsTruePredicateContext ctx)
Exit a parse tree produced by theIsTruePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsTruePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIntersectsPredicate
public void enterIntersectsPredicate(HqlParser.IntersectsPredicateContext ctx)
Enter a parse tree produced by theIntersectsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIntersectsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIntersectsPredicate
public void exitIntersectsPredicate(HqlParser.IntersectsPredicateContext ctx)
Exit a parse tree produced by theIntersectsPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIntersectsPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterComparisonOperator
public void enterComparisonOperator(HqlParser.ComparisonOperatorContext ctx)
Enter a parse tree produced byHqlParser.comparisonOperator().The default implementation does nothing.
- Specified by:
enterComparisonOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitComparisonOperator
public void exitComparisonOperator(HqlParser.ComparisonOperatorContext ctx)
Exit a parse tree produced byHqlParser.comparisonOperator().The default implementation does nothing.
- Specified by:
exitComparisonOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPersistentCollectionReferenceInList
public void enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Enter a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterPersistentCollectionReferenceInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPersistentCollectionReferenceInList
public void exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Exit a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitPersistentCollectionReferenceInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExplicitTupleInList
public void enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Enter a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterExplicitTupleInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExplicitTupleInList
public void exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Exit a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitExplicitTupleInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubqueryInList
public void enterSubqueryInList(HqlParser.SubqueryInListContext ctx)
Enter a parse tree produced by theSubqueryInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterSubqueryInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubqueryInList
public void exitSubqueryInList(HqlParser.SubqueryInListContext ctx)
Exit a parse tree produced by theSubqueryInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitSubqueryInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParamInList
public void enterParamInList(HqlParser.ParamInListContext ctx)
Enter a parse tree produced by theParamInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterParamInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParamInList
public void exitParamInList(HqlParser.ParamInListContext ctx)
Exit a parse tree produced by theParamInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitParamInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterArrayInList
public void enterArrayInList(HqlParser.ArrayInListContext ctx)
Enter a parse tree produced by theArrayInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterArrayInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitArrayInList
public void exitArrayInList(HqlParser.ArrayInListContext ctx)
Exit a parse tree produced by theArrayInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitArrayInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLikeEscape
public void enterLikeEscape(HqlParser.LikeEscapeContext ctx)
Enter a parse tree produced byHqlParser.likeEscape().The default implementation does nothing.
- Specified by:
enterLikeEscapein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLikeEscape
public void exitLikeEscape(HqlParser.LikeEscapeContext ctx)
Exit a parse tree produced byHqlParser.likeEscape().The default implementation does nothing.
- Specified by:
exitLikeEscapein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAdditionExpression
public void enterAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterAdditionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAdditionExpression
public void exitAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitAdditionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFromDurationExpression
public void enterFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Enter a parse tree produced by theFromDurationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterFromDurationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFromDurationExpression
public void exitFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Exit a parse tree produced by theFromDurationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitFromDurationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBarePrimaryExpression
public void enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext ctx)
Enter a parse tree produced by theBarePrimaryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterBarePrimaryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBarePrimaryExpression
public void exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext ctx)
Exit a parse tree produced by theBarePrimaryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitBarePrimaryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTupleExpression
public void enterTupleExpression(HqlParser.TupleExpressionContext ctx)
Enter a parse tree produced by theTupleExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterTupleExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTupleExpression
public void exitTupleExpression(HqlParser.TupleExpressionContext ctx)
Exit a parse tree produced by theTupleExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitTupleExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUnaryExpression
public void enterUnaryExpression(HqlParser.UnaryExpressionContext ctx)
Enter a parse tree produced by theUnaryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUnaryExpression
public void exitUnaryExpression(HqlParser.UnaryExpressionContext ctx)
Exit a parse tree produced by theUnaryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupedExpression
public void enterGroupedExpression(HqlParser.GroupedExpressionContext ctx)
Enter a parse tree produced by theGroupedExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterGroupedExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupedExpression
public void exitGroupedExpression(HqlParser.GroupedExpressionContext ctx)
Exit a parse tree produced by theGroupedExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitGroupedExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConcatenationExpression
public void enterConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Enter a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterConcatenationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConcatenationExpression
public void exitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Exit a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitConcatenationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
public void enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterMultiplicationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
public void exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitMultiplicationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterToDurationExpression
public void enterToDurationExpression(HqlParser.ToDurationExpressionContext ctx)
Enter a parse tree produced by theToDurationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterToDurationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitToDurationExpression
public void exitToDurationExpression(HqlParser.ToDurationExpressionContext ctx)
Exit a parse tree produced by theToDurationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitToDurationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubqueryExpression
public void enterSubqueryExpression(HqlParser.SubqueryExpressionContext ctx)
Enter a parse tree produced by theSubqueryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterSubqueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubqueryExpression
public void exitSubqueryExpression(HqlParser.SubqueryExpressionContext ctx)
Exit a parse tree produced by theSubqueryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitSubqueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUnaryNumericLiteralExpression
public void enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext ctx)
Enter a parse tree produced by theUnaryNumericLiteralExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryNumericLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUnaryNumericLiteralExpression
public void exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext ctx)
Exit a parse tree produced by theUnaryNumericLiteralExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryNumericLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseExpression
public void enterCaseExpression(HqlParser.CaseExpressionContext ctx)
Enter a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterCaseExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseExpression
public void exitCaseExpression(HqlParser.CaseExpressionContext ctx)
Exit a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitCaseExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParameterExpression
public void enterParameterExpression(HqlParser.ParameterExpressionContext ctx)
Enter a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterParameterExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParameterExpression
public void exitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Exit a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitParameterExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityTypeExpression
public void enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Enter a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterEntityTypeExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityTypeExpression
public void exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Exit a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitEntityTypeExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityIdExpression
public void enterEntityIdExpression(HqlParser.EntityIdExpressionContext ctx)
Enter a parse tree produced by theEntityIdExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterEntityIdExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityIdExpression
public void exitEntityIdExpression(HqlParser.EntityIdExpressionContext ctx)
Exit a parse tree produced by theEntityIdExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitEntityIdExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityVersionExpression
public void enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext ctx)
Enter a parse tree produced by theEntityVersionExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterEntityVersionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityVersionExpression
public void exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext ctx)
Exit a parse tree produced by theEntityVersionExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitEntityVersionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityNaturalIdExpression
public void enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)
Enter a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterEntityNaturalIdExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityNaturalIdExpression
public void exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)
Exit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitEntityNaturalIdExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSyntacticPathExpression
public void enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext ctx)
Enter a parse tree produced by theSyntacticPathExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSyntacticPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSyntacticPathExpression
public void exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext ctx)
Exit a parse tree produced by theSyntacticPathExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSyntacticPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralPathExpression
public void enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Enter a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterGeneralPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralPathExpression
public void exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Exit a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitGeneralPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExpressionOrPredicate
public void enterExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext ctx)
Enter a parse tree produced byHqlParser.expressionOrPredicate().The default implementation does nothing.
- Specified by:
enterExpressionOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExpressionOrPredicate
public void exitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext ctx)
Exit a parse tree produced byHqlParser.expressionOrPredicate().The default implementation does nothing.
- Specified by:
exitExpressionOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionQuantifier
public void enterCollectionQuantifier(HqlParser.CollectionQuantifierContext ctx)
Enter a parse tree produced byHqlParser.collectionQuantifier().The default implementation does nothing.
- Specified by:
enterCollectionQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionQuantifier
public void exitCollectionQuantifier(HqlParser.CollectionQuantifierContext ctx)
Exit a parse tree produced byHqlParser.collectionQuantifier().The default implementation does nothing.
- Specified by:
exitCollectionQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterElementValueQuantifier
public void enterElementValueQuantifier(HqlParser.ElementValueQuantifierContext ctx)
Enter a parse tree produced byHqlParser.elementValueQuantifier().The default implementation does nothing.
- Specified by:
enterElementValueQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitElementValueQuantifier
public void exitElementValueQuantifier(HqlParser.ElementValueQuantifierContext ctx)
Exit a parse tree produced byHqlParser.elementValueQuantifier().The default implementation does nothing.
- Specified by:
exitElementValueQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIndexKeyQuantifier
public void enterIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext ctx)
Enter a parse tree produced byHqlParser.indexKeyQuantifier().The default implementation does nothing.
- Specified by:
enterIndexKeyQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIndexKeyQuantifier
public void exitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext ctx)
Exit a parse tree produced byHqlParser.indexKeyQuantifier().The default implementation does nothing.
- Specified by:
exitIndexKeyQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterElementsValuesQuantifier
public void enterElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext ctx)
Enter a parse tree produced byHqlParser.elementsValuesQuantifier().The default implementation does nothing.
- Specified by:
enterElementsValuesQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitElementsValuesQuantifier
public void exitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext ctx)
Exit a parse tree produced byHqlParser.elementsValuesQuantifier().The default implementation does nothing.
- Specified by:
exitElementsValuesQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIndicesKeysQuantifier
public void enterIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext ctx)
Enter a parse tree produced byHqlParser.indicesKeysQuantifier().The default implementation does nothing.
- Specified by:
enterIndicesKeysQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIndicesKeysQuantifier
public void exitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext ctx)
Exit a parse tree produced byHqlParser.indicesKeysQuantifier().The default implementation does nothing.
- Specified by:
exitIndicesKeysQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMultiplicativeOperator
public void enterMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext ctx)
Enter a parse tree produced byHqlParser.multiplicativeOperator().The default implementation does nothing.
- Specified by:
enterMultiplicativeOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMultiplicativeOperator
public void exitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext ctx)
Exit a parse tree produced byHqlParser.multiplicativeOperator().The default implementation does nothing.
- Specified by:
exitMultiplicativeOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAdditiveOperator
public void enterAdditiveOperator(HqlParser.AdditiveOperatorContext ctx)
Enter a parse tree produced byHqlParser.additiveOperator().The default implementation does nothing.
- Specified by:
enterAdditiveOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAdditiveOperator
public void exitAdditiveOperator(HqlParser.AdditiveOperatorContext ctx)
Exit a parse tree produced byHqlParser.additiveOperator().The default implementation does nothing.
- Specified by:
exitAdditiveOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSignOperator
public void enterSignOperator(HqlParser.SignOperatorContext ctx)
Enter a parse tree produced byHqlParser.signOperator().The default implementation does nothing.
- Specified by:
enterSignOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSignOperator
public void exitSignOperator(HqlParser.SignOperatorContext ctx)
Exit a parse tree produced byHqlParser.signOperator().The default implementation does nothing.
- Specified by:
exitSignOperatorin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityTypeReference
public void enterEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityTypeReference().The default implementation does nothing.
- Specified by:
enterEntityTypeReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityTypeReference
public void exitEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityTypeReference().The default implementation does nothing.
- Specified by:
exitEntityTypeReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityIdReference
public void enterEntityIdReference(HqlParser.EntityIdReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityIdReference().The default implementation does nothing.
- Specified by:
enterEntityIdReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityIdReference
public void exitEntityIdReference(HqlParser.EntityIdReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityIdReference().The default implementation does nothing.
- Specified by:
exitEntityIdReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityVersionReference
public void enterEntityVersionReference(HqlParser.EntityVersionReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityVersionReference().The default implementation does nothing.
- Specified by:
enterEntityVersionReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityVersionReference
public void exitEntityVersionReference(HqlParser.EntityVersionReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityVersionReference().The default implementation does nothing.
- Specified by:
exitEntityVersionReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityNaturalIdReference
public void enterEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityNaturalIdReference().The default implementation does nothing.
- Specified by:
enterEntityNaturalIdReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityNaturalIdReference
public void exitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityNaturalIdReference().The default implementation does nothing.
- Specified by:
exitEntityNaturalIdReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterToOneFkReference
public void enterToOneFkReference(HqlParser.ToOneFkReferenceContext ctx)
Enter a parse tree produced byHqlParser.toOneFkReference().The default implementation does nothing.
- Specified by:
enterToOneFkReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitToOneFkReference
public void exitToOneFkReference(HqlParser.ToOneFkReferenceContext ctx)
Exit a parse tree produced byHqlParser.toOneFkReference().The default implementation does nothing.
- Specified by:
exitToOneFkReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseList
public void enterCaseList(HqlParser.CaseListContext ctx)
Enter a parse tree produced byHqlParser.caseList().The default implementation does nothing.
- Specified by:
enterCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseList
public void exitCaseList(HqlParser.CaseListContext ctx)
Exit a parse tree produced byHqlParser.caseList().The default implementation does nothing.
- Specified by:
exitCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleCaseList
public void enterSimpleCaseList(HqlParser.SimpleCaseListContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseList().The default implementation does nothing.
- Specified by:
enterSimpleCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleCaseList
public void exitSimpleCaseList(HqlParser.SimpleCaseListContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseList().The default implementation does nothing.
- Specified by:
exitSimpleCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleCaseWhen
public void enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseWhen().The default implementation does nothing.
- Specified by:
enterSimpleCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleCaseWhen
public void exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseWhen().The default implementation does nothing.
- Specified by:
exitSimpleCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseOtherwise
public void enterCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Enter a parse tree produced byHqlParser.caseOtherwise().The default implementation does nothing.
- Specified by:
enterCaseOtherwisein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseOtherwise
public void exitCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Exit a parse tree produced byHqlParser.caseOtherwise().The default implementation does nothing.
- Specified by:
exitCaseOtherwisein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchedCaseList
public void enterSearchedCaseList(HqlParser.SearchedCaseListContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseList().The default implementation does nothing.
- Specified by:
enterSearchedCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchedCaseList
public void exitSearchedCaseList(HqlParser.SearchedCaseListContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseList().The default implementation does nothing.
- Specified by:
exitSearchedCaseListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchedCaseWhen
public void enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseWhen().The default implementation does nothing.
- Specified by:
enterSearchedCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchedCaseWhen
public void exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseWhen().The default implementation does nothing.
- Specified by:
exitSearchedCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(HqlParser.LiteralContext ctx)
Enter a parse tree produced byHqlParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(HqlParser.LiteralContext ctx)
Exit a parse tree produced byHqlParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(HqlParser.BooleanLiteralContext ctx)
Enter a parse tree produced byHqlParser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(HqlParser.BooleanLiteralContext ctx)
Exit a parse tree produced byHqlParser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(HqlParser.NumericLiteralContext ctx)
Enter a parse tree produced byHqlParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(HqlParser.NumericLiteralContext ctx)
Exit a parse tree produced byHqlParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBinaryLiteral
public void enterBinaryLiteral(HqlParser.BinaryLiteralContext ctx)
Enter a parse tree produced byHqlParser.binaryLiteral().The default implementation does nothing.
- Specified by:
enterBinaryLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBinaryLiteral
public void exitBinaryLiteral(HqlParser.BinaryLiteralContext ctx)
Exit a parse tree produced byHqlParser.binaryLiteral().The default implementation does nothing.
- Specified by:
exitBinaryLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTemporalLiteral
public void enterTemporalLiteral(HqlParser.TemporalLiteralContext ctx)
Enter a parse tree produced byHqlParser.temporalLiteral().The default implementation does nothing.
- Specified by:
enterTemporalLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTemporalLiteral
public void exitTemporalLiteral(HqlParser.TemporalLiteralContext ctx)
Exit a parse tree produced byHqlParser.temporalLiteral().The default implementation does nothing.
- Specified by:
exitTemporalLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateTimeLiteral
public void enterDateTimeLiteral(HqlParser.DateTimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.dateTimeLiteral().The default implementation does nothing.
- Specified by:
enterDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateTimeLiteral
public void exitDateTimeLiteral(HqlParser.DateTimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.dateTimeLiteral().The default implementation does nothing.
- Specified by:
exitDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocalDateTimeLiteral
public void enterLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.localDateTimeLiteral().The default implementation does nothing.
- Specified by:
enterLocalDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocalDateTimeLiteral
public void exitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.localDateTimeLiteral().The default implementation does nothing.
- Specified by:
exitLocalDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterZonedDateTimeLiteral
public void enterZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.zonedDateTimeLiteral().The default implementation does nothing.
- Specified by:
enterZonedDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitZonedDateTimeLiteral
public void exitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.zonedDateTimeLiteral().The default implementation does nothing.
- Specified by:
exitZonedDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetDateTimeLiteral
public void enterOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.offsetDateTimeLiteral().The default implementation does nothing.
- Specified by:
enterOffsetDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetDateTimeLiteral
public void exitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.offsetDateTimeLiteral().The default implementation does nothing.
- Specified by:
exitOffsetDateTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateLiteral
public void enterDateLiteral(HqlParser.DateLiteralContext ctx)
Enter a parse tree produced byHqlParser.dateLiteral().The default implementation does nothing.
- Specified by:
enterDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateLiteral
public void exitDateLiteral(HqlParser.DateLiteralContext ctx)
Exit a parse tree produced byHqlParser.dateLiteral().The default implementation does nothing.
- Specified by:
exitDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTimeLiteral
public void enterTimeLiteral(HqlParser.TimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.timeLiteral().The default implementation does nothing.
- Specified by:
enterTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTimeLiteral
public void exitTimeLiteral(HqlParser.TimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.timeLiteral().The default implementation does nothing.
- Specified by:
exitTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateTime
public void enterDateTime(HqlParser.DateTimeContext ctx)
Enter a parse tree produced byHqlParser.dateTime().The default implementation does nothing.
- Specified by:
enterDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateTime
public void exitDateTime(HqlParser.DateTimeContext ctx)
Exit a parse tree produced byHqlParser.dateTime().The default implementation does nothing.
- Specified by:
exitDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocalDateTime
public void enterLocalDateTime(HqlParser.LocalDateTimeContext ctx)
Enter a parse tree produced byHqlParser.localDateTime().The default implementation does nothing.
- Specified by:
enterLocalDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocalDateTime
public void exitLocalDateTime(HqlParser.LocalDateTimeContext ctx)
Exit a parse tree produced byHqlParser.localDateTime().The default implementation does nothing.
- Specified by:
exitLocalDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterZonedDateTime
public void enterZonedDateTime(HqlParser.ZonedDateTimeContext ctx)
Enter a parse tree produced byHqlParser.zonedDateTime().The default implementation does nothing.
- Specified by:
enterZonedDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitZonedDateTime
public void exitZonedDateTime(HqlParser.ZonedDateTimeContext ctx)
Exit a parse tree produced byHqlParser.zonedDateTime().The default implementation does nothing.
- Specified by:
exitZonedDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetDateTime
public void enterOffsetDateTime(HqlParser.OffsetDateTimeContext ctx)
Enter a parse tree produced byHqlParser.offsetDateTime().The default implementation does nothing.
- Specified by:
enterOffsetDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetDateTime
public void exitOffsetDateTime(HqlParser.OffsetDateTimeContext ctx)
Exit a parse tree produced byHqlParser.offsetDateTime().The default implementation does nothing.
- Specified by:
exitOffsetDateTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetDateTimeWithMinutes
public void enterOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext ctx)
Enter a parse tree produced byHqlParser.offsetDateTimeWithMinutes().The default implementation does nothing.
- Specified by:
enterOffsetDateTimeWithMinutesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetDateTimeWithMinutes
public void exitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext ctx)
Exit a parse tree produced byHqlParser.offsetDateTimeWithMinutes().The default implementation does nothing.
- Specified by:
exitOffsetDateTimeWithMinutesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDate
public void enterDate(HqlParser.DateContext ctx)
Enter a parse tree produced byHqlParser.date().The default implementation does nothing.
- Specified by:
enterDatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDate
public void exitDate(HqlParser.DateContext ctx)
Exit a parse tree produced byHqlParser.date().The default implementation does nothing.
- Specified by:
exitDatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTime
public void enterTime(HqlParser.TimeContext ctx)
Enter a parse tree produced byHqlParser.time().The default implementation does nothing.
- Specified by:
enterTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTime
public void exitTime(HqlParser.TimeContext ctx)
Exit a parse tree produced byHqlParser.time().The default implementation does nothing.
- Specified by:
exitTimein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffset
public void enterOffset(HqlParser.OffsetContext ctx)
Enter a parse tree produced byHqlParser.offset().The default implementation does nothing.
- Specified by:
enterOffsetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffset
public void exitOffset(HqlParser.OffsetContext ctx)
Exit a parse tree produced byHqlParser.offset().The default implementation does nothing.
- Specified by:
exitOffsetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetWithMinutes
public void enterOffsetWithMinutes(HqlParser.OffsetWithMinutesContext ctx)
Enter a parse tree produced byHqlParser.offsetWithMinutes().The default implementation does nothing.
- Specified by:
enterOffsetWithMinutesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetWithMinutes
public void exitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext ctx)
Exit a parse tree produced byHqlParser.offsetWithMinutes().The default implementation does nothing.
- Specified by:
exitOffsetWithMinutesin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterYear
public void enterYear(HqlParser.YearContext ctx)
Enter a parse tree produced byHqlParser.year().The default implementation does nothing.
- Specified by:
enterYearin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitYear
public void exitYear(HqlParser.YearContext ctx)
Exit a parse tree produced byHqlParser.year().The default implementation does nothing.
- Specified by:
exitYearin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMonth
public void enterMonth(HqlParser.MonthContext ctx)
Enter a parse tree produced byHqlParser.month().The default implementation does nothing.
- Specified by:
enterMonthin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMonth
public void exitMonth(HqlParser.MonthContext ctx)
Exit a parse tree produced byHqlParser.month().The default implementation does nothing.
- Specified by:
exitMonthin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDay
public void enterDay(HqlParser.DayContext ctx)
Enter a parse tree produced byHqlParser.day().The default implementation does nothing.
- Specified by:
enterDayin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDay
public void exitDay(HqlParser.DayContext ctx)
Exit a parse tree produced byHqlParser.day().The default implementation does nothing.
- Specified by:
exitDayin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterHour
public void enterHour(HqlParser.HourContext ctx)
Enter a parse tree produced byHqlParser.hour().The default implementation does nothing.
- Specified by:
enterHourin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitHour
public void exitHour(HqlParser.HourContext ctx)
Exit a parse tree produced byHqlParser.hour().The default implementation does nothing.
- Specified by:
exitHourin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMinute
public void enterMinute(HqlParser.MinuteContext ctx)
Enter a parse tree produced byHqlParser.minute().The default implementation does nothing.
- Specified by:
enterMinutein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMinute
public void exitMinute(HqlParser.MinuteContext ctx)
Exit a parse tree produced byHqlParser.minute().The default implementation does nothing.
- Specified by:
exitMinutein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSecond
public void enterSecond(HqlParser.SecondContext ctx)
Enter a parse tree produced byHqlParser.second().The default implementation does nothing.
- Specified by:
enterSecondin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSecond
public void exitSecond(HqlParser.SecondContext ctx)
Exit a parse tree produced byHqlParser.second().The default implementation does nothing.
- Specified by:
exitSecondin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterZoneId
public void enterZoneId(HqlParser.ZoneIdContext ctx)
Enter a parse tree produced byHqlParser.zoneId().The default implementation does nothing.
- Specified by:
enterZoneIdin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitZoneId
public void exitZoneId(HqlParser.ZoneIdContext ctx)
Exit a parse tree produced byHqlParser.zoneId().The default implementation does nothing.
- Specified by:
exitZoneIdin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJdbcTimestampLiteral
public void enterJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext ctx)
Enter a parse tree produced byHqlParser.jdbcTimestampLiteral().The default implementation does nothing.
- Specified by:
enterJdbcTimestampLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJdbcTimestampLiteral
public void exitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext ctx)
Exit a parse tree produced byHqlParser.jdbcTimestampLiteral().The default implementation does nothing.
- Specified by:
exitJdbcTimestampLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJdbcDateLiteral
public void enterJdbcDateLiteral(HqlParser.JdbcDateLiteralContext ctx)
Enter a parse tree produced byHqlParser.jdbcDateLiteral().The default implementation does nothing.
- Specified by:
enterJdbcDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJdbcDateLiteral
public void exitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext ctx)
Exit a parse tree produced byHqlParser.jdbcDateLiteral().The default implementation does nothing.
- Specified by:
exitJdbcDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJdbcTimeLiteral
public void enterJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.jdbcTimeLiteral().The default implementation does nothing.
- Specified by:
enterJdbcTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJdbcTimeLiteral
public void exitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.jdbcTimeLiteral().The default implementation does nothing.
- Specified by:
exitJdbcTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGenericTemporalLiteralText
public void enterGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext ctx)
Enter a parse tree produced byHqlParser.genericTemporalLiteralText().The default implementation does nothing.
- Specified by:
enterGenericTemporalLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGenericTemporalLiteralText
public void exitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext ctx)
Exit a parse tree produced byHqlParser.genericTemporalLiteralText().The default implementation does nothing.
- Specified by:
exitGenericTemporalLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterArrayLiteral
public void enterArrayLiteral(HqlParser.ArrayLiteralContext ctx)
Enter a parse tree produced byHqlParser.arrayLiteral().The default implementation does nothing.
- Specified by:
enterArrayLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitArrayLiteral
public void exitArrayLiteral(HqlParser.ArrayLiteralContext ctx)
Exit a parse tree produced byHqlParser.arrayLiteral().The default implementation does nothing.
- Specified by:
exitArrayLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralizedLiteral
public void enterGeneralizedLiteral(HqlParser.GeneralizedLiteralContext ctx)
Enter a parse tree produced byHqlParser.generalizedLiteral().The default implementation does nothing.
- Specified by:
enterGeneralizedLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralizedLiteral
public void exitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext ctx)
Exit a parse tree produced byHqlParser.generalizedLiteral().The default implementation does nothing.
- Specified by:
exitGeneralizedLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralizedLiteralType
public void enterGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext ctx)
Enter a parse tree produced byHqlParser.generalizedLiteralType().The default implementation does nothing.
- Specified by:
enterGeneralizedLiteralTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralizedLiteralType
public void exitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext ctx)
Exit a parse tree produced byHqlParser.generalizedLiteralType().The default implementation does nothing.
- Specified by:
exitGeneralizedLiteralTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralizedLiteralText
public void enterGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext ctx)
Enter a parse tree produced byHqlParser.generalizedLiteralText().The default implementation does nothing.
- Specified by:
enterGeneralizedLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralizedLiteralText
public void exitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext ctx)
Exit a parse tree produced byHqlParser.generalizedLiteralText().The default implementation does nothing.
- Specified by:
exitGeneralizedLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNamedParameter
public void enterNamedParameter(HqlParser.NamedParameterContext ctx)
Enter a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
enterNamedParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNamedParameter
public void exitNamedParameter(HqlParser.NamedParameterContext ctx)
Exit a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
exitNamedParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionalParameter
public void enterPositionalParameter(HqlParser.PositionalParameterContext ctx)
Enter a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
enterPositionalParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionalParameter
public void exitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Exit a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
exitPositionalParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(HqlParser.FunctionContext ctx)
Enter a parse tree produced byHqlParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(HqlParser.FunctionContext ctx)
Exit a parse tree produced byHqlParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaNonstandardFunction
public void enterJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.jpaNonstandardFunction().The default implementation does nothing.
- Specified by:
enterJpaNonstandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaNonstandardFunction
public void exitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.jpaNonstandardFunction().The default implementation does nothing.
- Specified by:
exitJpaNonstandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaNonstandardFunctionName
public void enterJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.jpaNonstandardFunctionName().The default implementation does nothing.
- Specified by:
enterJpaNonstandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaNonstandardFunctionName
public void exitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.jpaNonstandardFunctionName().The default implementation does nothing.
- Specified by:
exitJpaNonstandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterColumnFunction
public void enterColumnFunction(HqlParser.ColumnFunctionContext ctx)
Enter a parse tree produced byHqlParser.columnFunction().The default implementation does nothing.
- Specified by:
enterColumnFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitColumnFunction
public void exitColumnFunction(HqlParser.ColumnFunctionContext ctx)
Exit a parse tree produced byHqlParser.columnFunction().The default implementation does nothing.
- Specified by:
exitColumnFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGenericFunction
public void enterGenericFunction(HqlParser.GenericFunctionContext ctx)
Enter a parse tree produced byHqlParser.genericFunction().The default implementation does nothing.
- Specified by:
enterGenericFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGenericFunction
public void exitGenericFunction(HqlParser.GenericFunctionContext ctx)
Exit a parse tree produced byHqlParser.genericFunction().The default implementation does nothing.
- Specified by:
exitGenericFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGenericFunctionName
public void enterGenericFunctionName(HqlParser.GenericFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.genericFunctionName().The default implementation does nothing.
- Specified by:
enterGenericFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGenericFunctionName
public void exitGenericFunctionName(HqlParser.GenericFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.genericFunctionName().The default implementation does nothing.
- Specified by:
exitGenericFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGenericFunctionArguments
public void enterGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext ctx)
Enter a parse tree produced byHqlParser.genericFunctionArguments().The default implementation does nothing.
- Specified by:
enterGenericFunctionArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGenericFunctionArguments
public void exitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext ctx)
Exit a parse tree produced byHqlParser.genericFunctionArguments().The default implementation does nothing.
- Specified by:
exitGenericFunctionArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionSizeFunction
public void enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Enter a parse tree produced byHqlParser.collectionSizeFunction().The default implementation does nothing.
- Specified by:
enterCollectionSizeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionSizeFunction
public void exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Exit a parse tree produced byHqlParser.collectionSizeFunction().The default implementation does nothing.
- Specified by:
exitCollectionSizeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterElementAggregateFunction
public void enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext ctx)
Enter a parse tree produced by theElementAggregateFunctionlabeled alternative inHqlParser.collectionAggregateFunction().The default implementation does nothing.
- Specified by:
enterElementAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitElementAggregateFunction
public void exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext ctx)
Exit a parse tree produced by theElementAggregateFunctionlabeled alternative inHqlParser.collectionAggregateFunction().The default implementation does nothing.
- Specified by:
exitElementAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIndexAggregateFunction
public void enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext ctx)
Enter a parse tree produced by theIndexAggregateFunctionlabeled alternative inHqlParser.collectionAggregateFunction().The default implementation does nothing.
- Specified by:
enterIndexAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIndexAggregateFunction
public void exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext ctx)
Exit a parse tree produced by theIndexAggregateFunctionlabeled alternative inHqlParser.collectionAggregateFunction().The default implementation does nothing.
- Specified by:
exitIndexAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionFunctionMisuse
public void enterCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext ctx)
Enter a parse tree produced byHqlParser.collectionFunctionMisuse().The default implementation does nothing.
- Specified by:
enterCollectionFunctionMisusein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionFunctionMisuse
public void exitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext ctx)
Exit a parse tree produced byHqlParser.collectionFunctionMisuse().The default implementation does nothing.
- Specified by:
exitCollectionFunctionMisusein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAggregateFunction
public void enterAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Enter a parse tree produced byHqlParser.aggregateFunction().The default implementation does nothing.
- Specified by:
enterAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAggregateFunction
public void exitAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Exit a parse tree produced byHqlParser.aggregateFunction().The default implementation does nothing.
- Specified by:
exitAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEveryFunction
public void enterEveryFunction(HqlParser.EveryFunctionContext ctx)
Enter a parse tree produced byHqlParser.everyFunction().The default implementation does nothing.
- Specified by:
enterEveryFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEveryFunction
public void exitEveryFunction(HqlParser.EveryFunctionContext ctx)
Exit a parse tree produced byHqlParser.everyFunction().The default implementation does nothing.
- Specified by:
exitEveryFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAnyFunction
public void enterAnyFunction(HqlParser.AnyFunctionContext ctx)
Enter a parse tree produced byHqlParser.anyFunction().The default implementation does nothing.
- Specified by:
enterAnyFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAnyFunction
public void exitAnyFunction(HqlParser.AnyFunctionContext ctx)
Exit a parse tree produced byHqlParser.anyFunction().The default implementation does nothing.
- Specified by:
exitAnyFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEveryAllQuantifier
public void enterEveryAllQuantifier(HqlParser.EveryAllQuantifierContext ctx)
Enter a parse tree produced byHqlParser.everyAllQuantifier().The default implementation does nothing.
- Specified by:
enterEveryAllQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEveryAllQuantifier
public void exitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext ctx)
Exit a parse tree produced byHqlParser.everyAllQuantifier().The default implementation does nothing.
- Specified by:
exitEveryAllQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAnySomeQuantifier
public void enterAnySomeQuantifier(HqlParser.AnySomeQuantifierContext ctx)
Enter a parse tree produced byHqlParser.anySomeQuantifier().The default implementation does nothing.
- Specified by:
enterAnySomeQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAnySomeQuantifier
public void exitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext ctx)
Exit a parse tree produced byHqlParser.anySomeQuantifier().The default implementation does nothing.
- Specified by:
exitAnySomeQuantifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterListaggFunction
public void enterListaggFunction(HqlParser.ListaggFunctionContext ctx)
Enter a parse tree produced byHqlParser.listaggFunction().The default implementation does nothing.
- Specified by:
enterListaggFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitListaggFunction
public void exitListaggFunction(HqlParser.ListaggFunctionContext ctx)
Exit a parse tree produced byHqlParser.listaggFunction().The default implementation does nothing.
- Specified by:
exitListaggFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOnOverflowClause
public void enterOnOverflowClause(HqlParser.OnOverflowClauseContext ctx)
Enter a parse tree produced byHqlParser.onOverflowClause().The default implementation does nothing.
- Specified by:
enterOnOverflowClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOnOverflowClause
public void exitOnOverflowClause(HqlParser.OnOverflowClauseContext ctx)
Exit a parse tree produced byHqlParser.onOverflowClause().The default implementation does nothing.
- Specified by:
exitOnOverflowClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterWithinGroupClause
public void enterWithinGroupClause(HqlParser.WithinGroupClauseContext ctx)
Enter a parse tree produced byHqlParser.withinGroupClause().The default implementation does nothing.
- Specified by:
enterWithinGroupClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitWithinGroupClause
public void exitWithinGroupClause(HqlParser.WithinGroupClauseContext ctx)
Exit a parse tree produced byHqlParser.withinGroupClause().The default implementation does nothing.
- Specified by:
exitWithinGroupClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFilterClause
public void enterFilterClause(HqlParser.FilterClauseContext ctx)
Enter a parse tree produced byHqlParser.filterClause().The default implementation does nothing.
- Specified by:
enterFilterClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFilterClause
public void exitFilterClause(HqlParser.FilterClauseContext ctx)
Exit a parse tree produced byHqlParser.filterClause().The default implementation does nothing.
- Specified by:
exitFilterClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNullsClause
public void enterNullsClause(HqlParser.NullsClauseContext ctx)
Enter a parse tree produced byHqlParser.nullsClause().The default implementation does nothing.
- Specified by:
enterNullsClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNullsClause
public void exitNullsClause(HqlParser.NullsClauseContext ctx)
Exit a parse tree produced byHqlParser.nullsClause().The default implementation does nothing.
- Specified by:
exitNullsClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNthSideClause
public void enterNthSideClause(HqlParser.NthSideClauseContext ctx)
Enter a parse tree produced byHqlParser.nthSideClause().The default implementation does nothing.
- Specified by:
enterNthSideClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNthSideClause
public void exitNthSideClause(HqlParser.NthSideClauseContext ctx)
Exit a parse tree produced byHqlParser.nthSideClause().The default implementation does nothing.
- Specified by:
exitNthSideClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverClause
public void enterOverClause(HqlParser.OverClauseContext ctx)
Enter a parse tree produced byHqlParser.overClause().The default implementation does nothing.
- Specified by:
enterOverClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverClause
public void exitOverClause(HqlParser.OverClauseContext ctx)
Exit a parse tree produced byHqlParser.overClause().The default implementation does nothing.
- Specified by:
exitOverClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPartitionClause
public void enterPartitionClause(HqlParser.PartitionClauseContext ctx)
Enter a parse tree produced byHqlParser.partitionClause().The default implementation does nothing.
- Specified by:
enterPartitionClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPartitionClause
public void exitPartitionClause(HqlParser.PartitionClauseContext ctx)
Exit a parse tree produced byHqlParser.partitionClause().The default implementation does nothing.
- Specified by:
exitPartitionClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFrameClause
public void enterFrameClause(HqlParser.FrameClauseContext ctx)
Enter a parse tree produced byHqlParser.frameClause().The default implementation does nothing.
- Specified by:
enterFrameClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFrameClause
public void exitFrameClause(HqlParser.FrameClauseContext ctx)
Exit a parse tree produced byHqlParser.frameClause().The default implementation does nothing.
- Specified by:
exitFrameClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFrameStart
public void enterFrameStart(HqlParser.FrameStartContext ctx)
Enter a parse tree produced byHqlParser.frameStart().The default implementation does nothing.
- Specified by:
enterFrameStartin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFrameStart
public void exitFrameStart(HqlParser.FrameStartContext ctx)
Exit a parse tree produced byHqlParser.frameStart().The default implementation does nothing.
- Specified by:
exitFrameStartin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFrameEnd
public void enterFrameEnd(HqlParser.FrameEndContext ctx)
Enter a parse tree produced byHqlParser.frameEnd().The default implementation does nothing.
- Specified by:
enterFrameEndin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFrameEnd
public void exitFrameEnd(HqlParser.FrameEndContext ctx)
Exit a parse tree produced byHqlParser.frameEnd().The default implementation does nothing.
- Specified by:
exitFrameEndin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFrameExclusion
public void enterFrameExclusion(HqlParser.FrameExclusionContext ctx)
Enter a parse tree produced byHqlParser.frameExclusion().The default implementation does nothing.
- Specified by:
enterFrameExclusionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFrameExclusion
public void exitFrameExclusion(HqlParser.FrameExclusionContext ctx)
Exit a parse tree produced byHqlParser.frameExclusion().The default implementation does nothing.
- Specified by:
exitFrameExclusionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterStandardFunction
public void enterStandardFunction(HqlParser.StandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.standardFunction().The default implementation does nothing.
- Specified by:
enterStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitStandardFunction
public void exitStandardFunction(HqlParser.StandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.standardFunction().The default implementation does nothing.
- Specified by:
exitStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCastFunction
public void enterCastFunction(HqlParser.CastFunctionContext ctx)
Enter a parse tree produced byHqlParser.castFunction().The default implementation does nothing.
- Specified by:
enterCastFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCastFunction
public void exitCastFunction(HqlParser.CastFunctionContext ctx)
Exit a parse tree produced byHqlParser.castFunction().The default implementation does nothing.
- Specified by:
exitCastFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCastTarget
public void enterCastTarget(HqlParser.CastTargetContext ctx)
Enter a parse tree produced byHqlParser.castTarget().The default implementation does nothing.
- Specified by:
enterCastTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCastTarget
public void exitCastTarget(HqlParser.CastTargetContext ctx)
Exit a parse tree produced byHqlParser.castTarget().The default implementation does nothing.
- Specified by:
exitCastTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCastTargetType
public void enterCastTargetType(HqlParser.CastTargetTypeContext ctx)
Enter a parse tree produced byHqlParser.castTargetType().The default implementation does nothing.
- Specified by:
enterCastTargetTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCastTargetType
public void exitCastTargetType(HqlParser.CastTargetTypeContext ctx)
Exit a parse tree produced byHqlParser.castTargetType().The default implementation does nothing.
- Specified by:
exitCastTargetTypein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunction
public void enterSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Enter a parse tree produced byHqlParser.substringFunction().The default implementation does nothing.
- Specified by:
enterSubstringFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunction
public void exitSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Exit a parse tree produced byHqlParser.substringFunction().The default implementation does nothing.
- Specified by:
exitSubstringFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunctionStartArgument
public void enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionStartArgument().The default implementation does nothing.
- Specified by:
enterSubstringFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunctionStartArgument
public void exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionStartArgument().The default implementation does nothing.
- Specified by:
exitSubstringFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunctionLengthArgument
public void enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionLengthArgument().The default implementation does nothing.
- Specified by:
enterSubstringFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunctionLengthArgument
public void exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionLengthArgument().The default implementation does nothing.
- Specified by:
exitSubstringFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimFunction
public void enterTrimFunction(HqlParser.TrimFunctionContext ctx)
Enter a parse tree produced byHqlParser.trimFunction().The default implementation does nothing.
- Specified by:
enterTrimFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimFunction
public void exitTrimFunction(HqlParser.TrimFunctionContext ctx)
Exit a parse tree produced byHqlParser.trimFunction().The default implementation does nothing.
- Specified by:
exitTrimFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimSpecification
public void enterTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Enter a parse tree produced byHqlParser.trimSpecification().The default implementation does nothing.
- Specified by:
enterTrimSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimSpecification
public void exitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Exit a parse tree produced byHqlParser.trimSpecification().The default implementation does nothing.
- Specified by:
exitTrimSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimCharacter
public void enterTrimCharacter(HqlParser.TrimCharacterContext ctx)
Enter a parse tree produced byHqlParser.trimCharacter().The default implementation does nothing.
- Specified by:
enterTrimCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimCharacter
public void exitTrimCharacter(HqlParser.TrimCharacterContext ctx)
Exit a parse tree produced byHqlParser.trimCharacter().The default implementation does nothing.
- Specified by:
exitTrimCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPadFunction
public void enterPadFunction(HqlParser.PadFunctionContext ctx)
Enter a parse tree produced byHqlParser.padFunction().The default implementation does nothing.
- Specified by:
enterPadFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPadFunction
public void exitPadFunction(HqlParser.PadFunctionContext ctx)
Exit a parse tree produced byHqlParser.padFunction().The default implementation does nothing.
- Specified by:
exitPadFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPadSpecification
public void enterPadSpecification(HqlParser.PadSpecificationContext ctx)
Enter a parse tree produced byHqlParser.padSpecification().The default implementation does nothing.
- Specified by:
enterPadSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPadSpecification
public void exitPadSpecification(HqlParser.PadSpecificationContext ctx)
Exit a parse tree produced byHqlParser.padSpecification().The default implementation does nothing.
- Specified by:
exitPadSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPadCharacter
public void enterPadCharacter(HqlParser.PadCharacterContext ctx)
Enter a parse tree produced byHqlParser.padCharacter().The default implementation does nothing.
- Specified by:
enterPadCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPadCharacter
public void exitPadCharacter(HqlParser.PadCharacterContext ctx)
Exit a parse tree produced byHqlParser.padCharacter().The default implementation does nothing.
- Specified by:
exitPadCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPadLength
public void enterPadLength(HqlParser.PadLengthContext ctx)
Enter a parse tree produced byHqlParser.padLength().The default implementation does nothing.
- Specified by:
enterPadLengthin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPadLength
public void exitPadLength(HqlParser.PadLengthContext ctx)
Exit a parse tree produced byHqlParser.padLength().The default implementation does nothing.
- Specified by:
exitPadLengthin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverlayFunction
public void enterOverlayFunction(HqlParser.OverlayFunctionContext ctx)
Enter a parse tree produced byHqlParser.overlayFunction().The default implementation does nothing.
- Specified by:
enterOverlayFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverlayFunction
public void exitOverlayFunction(HqlParser.OverlayFunctionContext ctx)
Exit a parse tree produced byHqlParser.overlayFunction().The default implementation does nothing.
- Specified by:
exitOverlayFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverlayFunctionStringArgument
public void enterOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.overlayFunctionStringArgument().The default implementation does nothing.
- Specified by:
enterOverlayFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverlayFunctionStringArgument
public void exitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.overlayFunctionStringArgument().The default implementation does nothing.
- Specified by:
exitOverlayFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverlayFunctionReplacementArgument
public void enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext ctx)
Enter a parse tree produced byHqlParser.overlayFunctionReplacementArgument().The default implementation does nothing.
- Specified by:
enterOverlayFunctionReplacementArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverlayFunctionReplacementArgument
public void exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext ctx)
Exit a parse tree produced byHqlParser.overlayFunctionReplacementArgument().The default implementation does nothing.
- Specified by:
exitOverlayFunctionReplacementArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverlayFunctionStartArgument
public void enterOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.overlayFunctionStartArgument().The default implementation does nothing.
- Specified by:
enterOverlayFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverlayFunctionStartArgument
public void exitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.overlayFunctionStartArgument().The default implementation does nothing.
- Specified by:
exitOverlayFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOverlayFunctionLengthArgument
public void enterOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext ctx)
Enter a parse tree produced byHqlParser.overlayFunctionLengthArgument().The default implementation does nothing.
- Specified by:
enterOverlayFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOverlayFunctionLengthArgument
public void exitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext ctx)
Exit a parse tree produced byHqlParser.overlayFunctionLengthArgument().The default implementation does nothing.
- Specified by:
exitOverlayFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentDateFunction
public void enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentDateFunction().The default implementation does nothing.
- Specified by:
enterCurrentDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentDateFunction
public void exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentDateFunction().The default implementation does nothing.
- Specified by:
exitCurrentDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentTimeFunction
public void enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimeFunction().The default implementation does nothing.
- Specified by:
enterCurrentTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentTimeFunction
public void exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimeFunction().The default implementation does nothing.
- Specified by:
exitCurrentTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentTimestampFunction
public void enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimestampFunction().The default implementation does nothing.
- Specified by:
enterCurrentTimestampFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentTimestampFunction
public void exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimestampFunction().The default implementation does nothing.
- Specified by:
exitCurrentTimestampFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInstantFunction
public void enterInstantFunction(HqlParser.InstantFunctionContext ctx)
Enter a parse tree produced byHqlParser.instantFunction().The default implementation does nothing.
- Specified by:
enterInstantFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInstantFunction
public void exitInstantFunction(HqlParser.InstantFunctionContext ctx)
Exit a parse tree produced byHqlParser.instantFunction().The default implementation does nothing.
- Specified by:
exitInstantFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocalDateTimeFunction
public void enterLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.localDateTimeFunction().The default implementation does nothing.
- Specified by:
enterLocalDateTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocalDateTimeFunction
public void exitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.localDateTimeFunction().The default implementation does nothing.
- Specified by:
exitLocalDateTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetDateTimeFunction
public void enterOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.offsetDateTimeFunction().The default implementation does nothing.
- Specified by:
enterOffsetDateTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetDateTimeFunction
public void exitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.offsetDateTimeFunction().The default implementation does nothing.
- Specified by:
exitOffsetDateTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocalDateFunction
public void enterLocalDateFunction(HqlParser.LocalDateFunctionContext ctx)
Enter a parse tree produced byHqlParser.localDateFunction().The default implementation does nothing.
- Specified by:
enterLocalDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocalDateFunction
public void exitLocalDateFunction(HqlParser.LocalDateFunctionContext ctx)
Exit a parse tree produced byHqlParser.localDateFunction().The default implementation does nothing.
- Specified by:
exitLocalDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocalTimeFunction
public void enterLocalTimeFunction(HqlParser.LocalTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.localTimeFunction().The default implementation does nothing.
- Specified by:
enterLocalTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocalTimeFunction
public void exitLocalTimeFunction(HqlParser.LocalTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.localTimeFunction().The default implementation does nothing.
- Specified by:
exitLocalTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFormatFunction
public void enterFormatFunction(HqlParser.FormatFunctionContext ctx)
Enter a parse tree produced byHqlParser.formatFunction().The default implementation does nothing.
- Specified by:
enterFormatFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFormatFunction
public void exitFormatFunction(HqlParser.FormatFunctionContext ctx)
Exit a parse tree produced byHqlParser.formatFunction().The default implementation does nothing.
- Specified by:
exitFormatFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFormat
public void enterFormat(HqlParser.FormatContext ctx)
Enter a parse tree produced byHqlParser.format().The default implementation does nothing.
- Specified by:
enterFormatin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFormat
public void exitFormat(HqlParser.FormatContext ctx)
Exit a parse tree produced byHqlParser.format().The default implementation does nothing.
- Specified by:
exitFormatin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExtractFunction
public void enterExtractFunction(HqlParser.ExtractFunctionContext ctx)
Enter a parse tree produced byHqlParser.extractFunction().The default implementation does nothing.
- Specified by:
enterExtractFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExtractFunction
public void exitExtractFunction(HqlParser.ExtractFunctionContext ctx)
Exit a parse tree produced byHqlParser.extractFunction().The default implementation does nothing.
- Specified by:
exitExtractFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTruncFunction
public void enterTruncFunction(HqlParser.TruncFunctionContext ctx)
Enter a parse tree produced byHqlParser.truncFunction().The default implementation does nothing.
- Specified by:
enterTruncFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTruncFunction
public void exitTruncFunction(HqlParser.TruncFunctionContext ctx)
Exit a parse tree produced byHqlParser.truncFunction().The default implementation does nothing.
- Specified by:
exitTruncFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExtractField
public void enterExtractField(HqlParser.ExtractFieldContext ctx)
Enter a parse tree produced byHqlParser.extractField().The default implementation does nothing.
- Specified by:
enterExtractFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExtractField
public void exitExtractField(HqlParser.ExtractFieldContext ctx)
Exit a parse tree produced byHqlParser.extractField().The default implementation does nothing.
- Specified by:
exitExtractFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDatetimeField
public void enterDatetimeField(HqlParser.DatetimeFieldContext ctx)
Enter a parse tree produced byHqlParser.datetimeField().The default implementation does nothing.
- Specified by:
enterDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDatetimeField
public void exitDatetimeField(HqlParser.DatetimeFieldContext ctx)
Exit a parse tree produced byHqlParser.datetimeField().The default implementation does nothing.
- Specified by:
exitDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDayField
public void enterDayField(HqlParser.DayFieldContext ctx)
Enter a parse tree produced byHqlParser.dayField().The default implementation does nothing.
- Specified by:
enterDayFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDayField
public void exitDayField(HqlParser.DayFieldContext ctx)
Exit a parse tree produced byHqlParser.dayField().The default implementation does nothing.
- Specified by:
exitDayFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterWeekField
public void enterWeekField(HqlParser.WeekFieldContext ctx)
Enter a parse tree produced byHqlParser.weekField().The default implementation does nothing.
- Specified by:
enterWeekFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitWeekField
public void exitWeekField(HqlParser.WeekFieldContext ctx)
Exit a parse tree produced byHqlParser.weekField().The default implementation does nothing.
- Specified by:
exitWeekFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTimeZoneField
public void enterTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Enter a parse tree produced byHqlParser.timeZoneField().The default implementation does nothing.
- Specified by:
enterTimeZoneFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTimeZoneField
public void exitTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Exit a parse tree produced byHqlParser.timeZoneField().The default implementation does nothing.
- Specified by:
exitTimeZoneFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateOrTimeField
public void enterDateOrTimeField(HqlParser.DateOrTimeFieldContext ctx)
Enter a parse tree produced byHqlParser.dateOrTimeField().The default implementation does nothing.
- Specified by:
enterDateOrTimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateOrTimeField
public void exitDateOrTimeField(HqlParser.DateOrTimeFieldContext ctx)
Exit a parse tree produced byHqlParser.dateOrTimeField().The default implementation does nothing.
- Specified by:
exitDateOrTimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionFunction
public void enterPositionFunction(HqlParser.PositionFunctionContext ctx)
Enter a parse tree produced byHqlParser.positionFunction().The default implementation does nothing.
- Specified by:
enterPositionFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionFunction
public void exitPositionFunction(HqlParser.PositionFunctionContext ctx)
Exit a parse tree produced byHqlParser.positionFunction().The default implementation does nothing.
- Specified by:
exitPositionFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionFunctionPatternArgument
public void enterPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionFunctionPatternArgument().The default implementation does nothing.
- Specified by:
enterPositionFunctionPatternArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionFunctionPatternArgument
public void exitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionFunctionPatternArgument().The default implementation does nothing.
- Specified by:
exitPositionFunctionPatternArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionFunctionStringArgument
public void enterPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionFunctionStringArgument().The default implementation does nothing.
- Specified by:
enterPositionFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionFunctionStringArgument
public void exitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionFunctionStringArgument().The default implementation does nothing.
- Specified by:
exitPositionFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCube
public void enterCube(HqlParser.CubeContext ctx)
Enter a parse tree produced byHqlParser.cube().The default implementation does nothing.
- Specified by:
enterCubein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCube
public void exitCube(HqlParser.CubeContext ctx)
Exit a parse tree produced byHqlParser.cube().The default implementation does nothing.
- Specified by:
exitCubein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterRollup
public void enterRollup(HqlParser.RollupContext ctx)
Enter a parse tree produced byHqlParser.rollup().The default implementation does nothing.
- Specified by:
enterRollupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitRollup
public void exitRollup(HqlParser.RollupContext ctx)
Exit a parse tree produced byHqlParser.rollup().The default implementation does nothing.
- Specified by:
exitRollupin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNakedIdentifier
public void enterNakedIdentifier(HqlParser.NakedIdentifierContext ctx)
Enter a parse tree produced byHqlParser.nakedIdentifier().The default implementation does nothing.
- Specified by:
enterNakedIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNakedIdentifier
public void exitNakedIdentifier(HqlParser.NakedIdentifierContext ctx)
Exit a parse tree produced byHqlParser.nakedIdentifier().The default implementation does nothing.
- Specified by:
exitNakedIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(HqlParser.IdentifierContext ctx)
Enter a parse tree produced byHqlParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(HqlParser.IdentifierContext ctx)
Exit a parse tree produced byHqlParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceHqlParserListener- 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
-
-