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:
enterStatement
in 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:
exitStatement
in 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:
enterSelectStatement
in 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:
exitSelectStatement
in 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:
enterSubquery
in 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:
exitSubquery
in 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:
enterTargetEntity
in 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:
exitTargetEntity
in 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:
enterDeleteStatement
in 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:
exitDeleteStatement
in 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:
enterUpdateStatement
in 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:
exitUpdateStatement
in 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:
enterSetClause
in 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:
exitSetClause
in 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:
enterAssignment
in 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:
exitAssignment
in 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:
enterInsertStatement
in 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:
exitInsertStatement
in 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:
enterTargetFields
in 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:
exitTargetFields
in 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:
enterValuesList
in 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:
exitValuesList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterValues
public void enterValues(HqlParser.ValuesContext ctx)
Enter a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter
.The default implementation does nothing.
- Specified by:
enterValues
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitValues
public void exitValues(HqlParser.ValuesContext ctx)
Exit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter
.The default implementation does nothing.
- Specified by:
exitValues
in 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:
enterWithClause
in 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:
exitWithClause
in 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:
enterCte
in 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:
exitCte
in 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:
enterCteAttributes
in 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:
exitCteAttributes
in 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:
enterSearchClause
in 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:
exitSearchClause
in 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:
enterSearchSpecifications
in 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:
exitSearchSpecifications
in 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:
enterSearchSpecification
in 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:
exitSearchSpecification
in 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:
enterCycleClause
in 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:
exitCycleClause
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterSimpleQueryGroup
public void enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext ctx)
Enter a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.The default implementation does nothing.
- Specified by:
enterSimpleQueryGroup
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitSimpleQueryGroup
public void exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext ctx)
Exit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.The default implementation does nothing.
- Specified by:
exitSimpleQueryGroup
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterSetQueryGroup
public void enterSetQueryGroup(HqlParser.SetQueryGroupContext ctx)
Enter a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.The default implementation does nothing.
- Specified by:
enterSetQueryGroup
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitSetQueryGroup
public void exitSetQueryGroup(HqlParser.SetQueryGroupContext ctx)
Exit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.The default implementation does nothing.
- Specified by:
exitSetQueryGroup
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterQuerySpecExpression
public void enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Enter a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.The default implementation does nothing.
- Specified by:
enterQuerySpecExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitQuerySpecExpression
public void exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Exit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.The default implementation does nothing.
- Specified by:
exitQuerySpecExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterNestedQueryExpression
public void enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext ctx)
Enter a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.The default implementation does nothing.
- Specified by:
enterNestedQueryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitNestedQueryExpression
public void exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext ctx)
Exit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.The default implementation does nothing.
- Specified by:
exitNestedQueryExpression
in 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:
enterSetOperator
in 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:
exitSetOperator
in 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:
enterQueryOrder
in 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:
exitQueryOrder
in 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:
enterQuery
in 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:
exitQuery
in 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:
enterFromClause
in 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:
exitFromClause
in 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:
enterEntityWithJoins
in 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:
exitEntityWithJoins
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterRootEntity
public void enterRootEntity(HqlParser.RootEntityContext ctx)
Enter a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.The default implementation does nothing.
- Specified by:
enterRootEntity
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitRootEntity
public void exitRootEntity(HqlParser.RootEntityContext ctx)
Exit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.The default implementation does nothing.
- Specified by:
exitRootEntity
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterRootSubquery
public void enterRootSubquery(HqlParser.RootSubqueryContext ctx)
Enter a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.The default implementation does nothing.
- Specified by:
enterRootSubquery
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitRootSubquery
public void exitRootSubquery(HqlParser.RootSubqueryContext ctx)
Exit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.The default implementation does nothing.
- Specified by:
exitRootSubquery
in 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:
enterEntityName
in 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:
exitEntityName
in 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:
enterVariable
in 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:
exitVariable
in 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:
enterCrossJoin
in 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:
exitCrossJoin
in 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:
enterJpaCollectionJoin
in 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:
exitJpaCollectionJoin
in 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:
enterJoin
in 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:
exitJoin
in 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:
enterJoinType
in 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:
exitJoinType
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterJoinPath
public void enterJoinPath(HqlParser.JoinPathContext ctx)
Enter a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.The default implementation does nothing.
- Specified by:
enterJoinPath
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitJoinPath
public void exitJoinPath(HqlParser.JoinPathContext ctx)
Exit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.The default implementation does nothing.
- Specified by:
exitJoinPath
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterJoinSubquery
public void enterJoinSubquery(HqlParser.JoinSubqueryContext ctx)
Enter a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.The default implementation does nothing.
- Specified by:
enterJoinSubquery
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitJoinSubquery
public void exitJoinSubquery(HqlParser.JoinSubqueryContext ctx)
Exit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.The default implementation does nothing.
- Specified by:
exitJoinSubquery
in 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:
enterJoinRestriction
in 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:
exitJoinRestriction
in 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:
enterSelectClause
in 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:
exitSelectClause
in 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:
enterSelectionList
in 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:
exitSelectionList
in 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:
enterSelection
in 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:
exitSelection
in 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:
enterSelectExpression
in 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:
exitSelectExpression
in 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:
enterMapEntrySelection
in 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:
exitMapEntrySelection
in 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:
enterInstantiation
in 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:
exitInstantiation
in 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:
enterInstantiationTarget
in 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:
exitInstantiationTarget
in 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:
enterInstantiationArguments
in 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:
exitInstantiationArguments
in 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:
enterInstantiationArgument
in 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:
exitInstantiationArgument
in 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:
enterInstantiationArgumentExpression
in 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:
exitInstantiationArgumentExpression
in 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:
enterJpaSelectObjectSyntax
in 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:
exitJpaSelectObjectSyntax
in 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:
enterSimplePath
in 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:
exitSimplePath
in 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:
enterSimplePathElement
in 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:
exitSimplePathElement
in 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:
enterPath
in 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:
exitPath
in 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:
enterPathContinuation
in 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:
exitPathContinuation
in 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:
enterSyntacticDomainPath
in 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:
exitSyntacticDomainPath
in 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:
enterGeneralPathFragment
in 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:
exitGeneralPathFragment
in 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:
enterIndexedPathAccessFragment
in 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:
exitIndexedPathAccessFragment
in 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:
enterTreatedNavigablePath
in 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:
exitTreatedNavigablePath
in 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:
enterCollectionValueNavigablePath
in 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:
exitCollectionValueNavigablePath
in 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:
enterMapKeyNavigablePath
in 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:
exitMapKeyNavigablePath
in 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:
enterGroupByClause
in 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:
exitGroupByClause
in 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:
enterGroupByExpression
in 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:
exitGroupByExpression
in 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:
enterHavingClause
in 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:
exitHavingClause
in 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:
enterOrderByClause
in 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:
exitOrderByClause
in 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:
enterOrderByFragment
in 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:
exitOrderByFragment
in 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:
enterSortSpecification
in 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:
exitSortSpecification
in 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:
enterNullsPrecedence
in 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:
exitNullsPrecedence
in 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:
enterSortExpression
in 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:
exitSortExpression
in 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:
enterSortDirection
in 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:
exitSortDirection
in 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:
enterCollateFunction
in 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:
exitCollateFunction
in 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:
enterCollation
in 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:
exitCollation
in 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:
enterLimitClause
in 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:
exitLimitClause
in 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:
enterOffsetClause
in 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:
exitOffsetClause
in 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:
enterFetchClause
in 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:
exitFetchClause
in 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:
enterParameterOrIntegerLiteral
in 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:
exitParameterOrIntegerLiteral
in 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:
enterParameterOrNumberLiteral
in 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:
exitParameterOrNumberLiteral
in 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:
enterWhereClause
in 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:
exitWhereClause
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterBetweenPredicate
public void enterBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Enter a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterBetweenPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitBetweenPredicate
public void exitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Exit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitBetweenPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterExistsPredicate
public void enterExistsPredicate(HqlParser.ExistsPredicateContext ctx)
Enter a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterExistsPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitExistsPredicate
public void exitExistsPredicate(HqlParser.ExistsPredicateContext ctx)
Exit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitExistsPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterAndPredicate
public void enterAndPredicate(HqlParser.AndPredicateContext ctx)
Enter a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterAndPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitAndPredicate
public void exitAndPredicate(HqlParser.AndPredicateContext ctx)
Exit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitAndPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterGroupedPredicate
public void enterGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Enter a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterGroupedPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitGroupedPredicate
public void exitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Exit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitGroupedPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterLikePredicate
public void enterLikePredicate(HqlParser.LikePredicateContext ctx)
Enter a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterLikePredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitLikePredicate
public void exitLikePredicate(HqlParser.LikePredicateContext ctx)
Exit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitLikePredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterInPredicate
public void enterInPredicate(HqlParser.InPredicateContext ctx)
Enter a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterInPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitInPredicate
public void exitInPredicate(HqlParser.InPredicateContext ctx)
Exit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitInPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterComparisonPredicate
public void enterComparisonPredicate(HqlParser.ComparisonPredicateContext ctx)
Enter a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterComparisonPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitComparisonPredicate
public void exitComparisonPredicate(HqlParser.ComparisonPredicateContext ctx)
Exit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitComparisonPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterExistsCollectionPartPredicate
public void enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext ctx)
Enter a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterExistsCollectionPartPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitExistsCollectionPartPredicate
public void exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext ctx)
Exit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitExistsCollectionPartPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterNegatedPredicate
public void enterNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Enter a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterNegatedPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitNegatedPredicate
public void exitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Exit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitNegatedPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterBooleanExpressionPredicate
public void enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext ctx)
Enter a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterBooleanExpressionPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitBooleanExpressionPredicate
public void exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext ctx)
Exit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitBooleanExpressionPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterOrPredicate
public void enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterOrPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitOrPredicate
public void exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitOrPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterMemberOfPredicate
public void enterMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Enter a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterMemberOfPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitMemberOfPredicate
public void exitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Exit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitMemberOfPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterIsEmptyPredicate
public void enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Enter a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterIsEmptyPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitIsEmptyPredicate
public void exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Exit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitIsEmptyPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterIsNullPredicate
public void enterIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Enter a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
enterIsNullPredicate
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitIsNullPredicate
public void exitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Exit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.The default implementation does nothing.
- Specified by:
exitIsNullPredicate
in 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:
enterComparisonOperator
in 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:
exitComparisonOperator
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterPersistentCollectionReferenceInList
public void enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Enter a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
enterPersistentCollectionReferenceInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitPersistentCollectionReferenceInList
public void exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Exit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
exitPersistentCollectionReferenceInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterExplicitTupleInList
public void enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Enter a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
enterExplicitTupleInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitExplicitTupleInList
public void exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Exit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
exitExplicitTupleInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterSubqueryInList
public void enterSubqueryInList(HqlParser.SubqueryInListContext ctx)
Enter a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
enterSubqueryInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitSubqueryInList
public void exitSubqueryInList(HqlParser.SubqueryInListContext ctx)
Exit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
exitSubqueryInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterParamInList
public void enterParamInList(HqlParser.ParamInListContext ctx)
Enter a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
enterParamInList
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitParamInList
public void exitParamInList(HqlParser.ParamInListContext ctx)
Exit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.The default implementation does nothing.
- Specified by:
exitParamInList
in 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:
enterLikeEscape
in 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:
exitLikeEscape
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterAdditionExpression
public void enterAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterAdditionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitAdditionExpression
public void exitAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitAdditionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterFromDurationExpression
public void enterFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Enter a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterFromDurationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitFromDurationExpression
public void exitFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Exit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitFromDurationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterBarePrimaryExpression
public void enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext ctx)
Enter a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterBarePrimaryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitBarePrimaryExpression
public void exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext ctx)
Exit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitBarePrimaryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterTupleExpression
public void enterTupleExpression(HqlParser.TupleExpressionContext ctx)
Enter a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterTupleExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitTupleExpression
public void exitTupleExpression(HqlParser.TupleExpressionContext ctx)
Exit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitTupleExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryExpression
public void enterUnaryExpression(HqlParser.UnaryExpressionContext ctx)
Enter a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryExpression
public void exitUnaryExpression(HqlParser.UnaryExpressionContext ctx)
Exit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterGroupedExpression
public void enterGroupedExpression(HqlParser.GroupedExpressionContext ctx)
Enter a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterGroupedExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitGroupedExpression
public void exitGroupedExpression(HqlParser.GroupedExpressionContext ctx)
Exit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitGroupedExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterConcatenationExpression
public void enterConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Enter a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterConcatenationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitConcatenationExpression
public void exitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Exit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitConcatenationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterMultiplicationExpression
public void enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterMultiplicationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitMultiplicationExpression
public void exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitMultiplicationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterToDurationExpression
public void enterToDurationExpression(HqlParser.ToDurationExpressionContext ctx)
Enter a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterToDurationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitToDurationExpression
public void exitToDurationExpression(HqlParser.ToDurationExpressionContext ctx)
Exit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitToDurationExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterSubqueryExpression
public void enterSubqueryExpression(HqlParser.SubqueryExpressionContext ctx)
Enter a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterSubqueryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitSubqueryExpression
public void exitSubqueryExpression(HqlParser.SubqueryExpressionContext ctx)
Exit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitSubqueryExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryNumericLiteralExpression
public void enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext ctx)
Enter a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryNumericLiteralExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryNumericLiteralExpression
public void exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext ctx)
Exit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryNumericLiteralExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterCaseExpression
public void enterCaseExpression(HqlParser.CaseExpressionContext ctx)
Enter a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterCaseExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitCaseExpression
public void exitCaseExpression(HqlParser.CaseExpressionContext ctx)
Exit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitCaseExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterLiteralExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitLiteralExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterParameterExpression
public void enterParameterExpression(HqlParser.ParameterExpressionContext ctx)
Enter a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterParameterExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitParameterExpression
public void exitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Exit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitParameterExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterEntityTypeExpression
public void enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Enter a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterEntityTypeExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitEntityTypeExpression
public void exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Exit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitEntityTypeExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterEntityIdExpression
public void enterEntityIdExpression(HqlParser.EntityIdExpressionContext ctx)
Enter a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterEntityIdExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitEntityIdExpression
public void exitEntityIdExpression(HqlParser.EntityIdExpressionContext ctx)
Exit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitEntityIdExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterEntityVersionExpression
public void enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext ctx)
Enter a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterEntityVersionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitEntityVersionExpression
public void exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext ctx)
Exit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitEntityVersionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterEntityNaturalIdExpression
public void enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)
Enter a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterEntityNaturalIdExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitEntityNaturalIdExpression
public void exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)
Exit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitEntityNaturalIdExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterToOneFkExpression
public void enterToOneFkExpression(HqlParser.ToOneFkExpressionContext ctx)
Enter a parse tree produced by theToOneFkExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterToOneFkExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitToOneFkExpression
public void exitToOneFkExpression(HqlParser.ToOneFkExpressionContext ctx)
Exit a parse tree produced by theToOneFkExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitToOneFkExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterSyntacticPathExpression
public void enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext ctx)
Enter a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterSyntacticPathExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitSyntacticPathExpression
public void exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext ctx)
Exit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitSyntacticPathExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterFunctionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitFunctionExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterGeneralPathExpression
public void enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Enter a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterGeneralPathExpression
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitGeneralPathExpression
public void exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Exit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitGeneralPathExpression
in 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:
enterExpressionOrPredicate
in 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:
exitExpressionOrPredicate
in 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:
enterMultiplicativeOperator
in 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:
exitMultiplicativeOperator
in 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:
enterAdditiveOperator
in 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:
exitAdditiveOperator
in 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:
enterSignOperator
in 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:
exitSignOperator
in 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:
enterEntityTypeReference
in 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:
exitEntityTypeReference
in 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:
enterEntityIdReference
in 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:
exitEntityIdReference
in 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:
enterEntityVersionReference
in 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:
exitEntityVersionReference
in 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:
enterEntityNaturalIdReference
in 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:
exitEntityNaturalIdReference
in 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:
enterToOneFkReference
in 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:
exitToOneFkReference
in 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:
enterCaseList
in 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:
exitCaseList
in 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:
enterSimpleCaseList
in 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:
exitSimpleCaseList
in 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:
enterSimpleCaseWhen
in 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:
exitSimpleCaseWhen
in 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:
enterCaseOtherwise
in 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:
exitCaseOtherwise
in 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:
enterSearchedCaseList
in 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:
exitSearchedCaseList
in 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:
enterSearchedCaseWhen
in 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:
exitSearchedCaseWhen
in 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:
enterLiteral
in 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:
exitLiteral
in 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:
enterBooleanLiteral
in 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:
exitBooleanLiteral
in 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:
enterNumericLiteral
in 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:
exitNumericLiteral
in 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:
enterBinaryLiteral
in 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:
exitBinaryLiteral
in 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:
enterTemporalLiteral
in 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:
exitTemporalLiteral
in 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:
enterDateTimeLiteral
in 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:
exitDateTimeLiteral
in 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:
enterLocalDateTimeLiteral
in 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:
exitLocalDateTimeLiteral
in 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:
enterZonedDateTimeLiteral
in 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:
exitZonedDateTimeLiteral
in 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:
enterOffsetDateTimeLiteral
in 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:
exitOffsetDateTimeLiteral
in 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:
enterDateLiteral
in 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:
exitDateLiteral
in 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:
enterTimeLiteral
in 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:
exitTimeLiteral
in 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:
enterDateTime
in 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:
exitDateTime
in 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:
enterLocalDateTime
in 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:
exitLocalDateTime
in 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:
enterZonedDateTime
in 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:
exitZonedDateTime
in 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:
enterOffsetDateTime
in 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:
exitOffsetDateTime
in 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:
enterOffsetDateTimeWithMinutes
in 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:
exitOffsetDateTimeWithMinutes
in 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:
enterDate
in 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:
exitDate
in 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:
enterTime
in 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:
exitTime
in 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:
enterOffset
in 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:
exitOffset
in 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:
enterOffsetWithMinutes
in 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:
exitOffsetWithMinutes
in 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:
enterYear
in 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:
exitYear
in 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:
enterMonth
in 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:
exitMonth
in 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:
enterDay
in 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:
exitDay
in 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:
enterHour
in 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:
exitHour
in 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:
enterMinute
in 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:
exitMinute
in 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:
enterSecond
in 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:
exitSecond
in 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:
enterZoneId
in 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:
exitZoneId
in 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:
enterJdbcTimestampLiteral
in 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:
exitJdbcTimestampLiteral
in 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:
enterJdbcDateLiteral
in 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:
exitJdbcDateLiteral
in 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:
enterJdbcTimeLiteral
in 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:
exitJdbcTimeLiteral
in 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:
enterGenericTemporalLiteralText
in 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:
exitGenericTemporalLiteralText
in 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:
enterGeneralizedLiteral
in 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:
exitGeneralizedLiteral
in 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:
enterGeneralizedLiteralType
in 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:
exitGeneralizedLiteralType
in 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:
enterGeneralizedLiteralText
in 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:
exitGeneralizedLiteralText
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterNamedParameter
public void enterNamedParameter(HqlParser.NamedParameterContext ctx)
Enter a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.The default implementation does nothing.
- Specified by:
enterNamedParameter
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitNamedParameter
public void exitNamedParameter(HqlParser.NamedParameterContext ctx)
Exit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.The default implementation does nothing.
- Specified by:
exitNamedParameter
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterPositionalParameter
public void enterPositionalParameter(HqlParser.PositionalParameterContext ctx)
Enter a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.The default implementation does nothing.
- Specified by:
enterPositionalParameter
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitPositionalParameter
public void exitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Exit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.The default implementation does nothing.
- Specified by:
exitPositionalParameter
in 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:
enterFunction
in 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:
exitFunction
in 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:
enterJpaNonstandardFunction
in 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:
exitJpaNonstandardFunction
in 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:
enterJpaNonstandardFunctionName
in 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:
exitJpaNonstandardFunctionName
in 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:
enterGenericFunction
in 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:
exitGenericFunction
in 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:
enterGenericFunctionName
in 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:
exitGenericFunctionName
in 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:
enterGenericFunctionArguments
in 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:
exitGenericFunctionArguments
in 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:
enterCollectionSizeFunction
in 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:
exitCollectionSizeFunction
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterIndexAggregateFunction
public void enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext ctx)
Enter a parse tree produced byHqlParser.indexAggregateFunction()
.The default implementation does nothing.
- Specified by:
enterIndexAggregateFunction
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitIndexAggregateFunction
public void exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext ctx)
Exit a parse tree produced byHqlParser.indexAggregateFunction()
.The default implementation does nothing.
- Specified by:
exitIndexAggregateFunction
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterElementAggregateFunction
public void enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext ctx)
Enter a parse tree produced byHqlParser.elementAggregateFunction()
.The default implementation does nothing.
- Specified by:
enterElementAggregateFunction
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
exitElementAggregateFunction
public void exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext ctx)
Exit a parse tree produced byHqlParser.elementAggregateFunction()
.The default implementation does nothing.
- Specified by:
exitElementAggregateFunction
in 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:
enterCollectionFunctionMisuse
in 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:
exitCollectionFunctionMisuse
in 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:
enterAggregateFunction
in 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:
exitAggregateFunction
in 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:
enterEveryFunction
in 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:
exitEveryFunction
in 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:
enterAnyFunction
in 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:
exitAnyFunction
in 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:
enterListaggFunction
in 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:
exitListaggFunction
in 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:
enterOnOverflowClause
in 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:
exitOnOverflowClause
in 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:
enterWithinGroupClause
in 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:
exitWithinGroupClause
in 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:
enterFilterClause
in 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:
exitFilterClause
in 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:
enterNullsClause
in 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:
exitNullsClause
in 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:
enterNthSideClause
in 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:
exitNthSideClause
in 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:
enterOverClause
in 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:
exitOverClause
in 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:
enterPartitionClause
in 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:
exitPartitionClause
in 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:
enterFrameClause
in 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:
exitFrameClause
in 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:
enterFrameStart
in 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:
exitFrameStart
in 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:
enterFrameEnd
in 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:
exitFrameEnd
in 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:
enterFrameExclusion
in 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:
exitFrameExclusion
in 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:
enterStandardFunction
in 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:
exitStandardFunction
in 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:
enterCastFunction
in 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:
exitCastFunction
in 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:
enterCastTarget
in 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:
exitCastTarget
in 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:
enterCastTargetType
in 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:
exitCastTargetType
in 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:
enterSubstringFunction
in 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:
exitSubstringFunction
in 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:
enterSubstringFunctionStartArgument
in 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:
exitSubstringFunctionStartArgument
in 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:
enterSubstringFunctionLengthArgument
in 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:
exitSubstringFunctionLengthArgument
in 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:
enterTrimFunction
in 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:
exitTrimFunction
in 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:
enterTrimSpecification
in 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:
exitTrimSpecification
in 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:
enterTrimCharacter
in 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:
exitTrimCharacter
in 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:
enterPadFunction
in 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:
exitPadFunction
in 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:
enterPadSpecification
in 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:
exitPadSpecification
in 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:
enterPadCharacter
in 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:
exitPadCharacter
in 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:
enterPadLength
in 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:
exitPadLength
in 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:
enterOverlayFunction
in 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:
exitOverlayFunction
in 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:
enterOverlayFunctionStringArgument
in 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:
exitOverlayFunctionStringArgument
in 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:
enterOverlayFunctionReplacementArgument
in 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:
exitOverlayFunctionReplacementArgument
in 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:
enterOverlayFunctionStartArgument
in 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:
exitOverlayFunctionStartArgument
in 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:
enterOverlayFunctionLengthArgument
in 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:
exitOverlayFunctionLengthArgument
in 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:
enterCurrentDateFunction
in 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:
exitCurrentDateFunction
in 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:
enterCurrentTimeFunction
in 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:
exitCurrentTimeFunction
in 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:
enterCurrentTimestampFunction
in 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:
exitCurrentTimestampFunction
in 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:
enterInstantFunction
in 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:
exitInstantFunction
in 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:
enterLocalDateTimeFunction
in 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:
exitLocalDateTimeFunction
in 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:
enterOffsetDateTimeFunction
in 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:
exitOffsetDateTimeFunction
in 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:
enterLocalDateFunction
in 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:
exitLocalDateFunction
in 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:
enterLocalTimeFunction
in 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:
exitLocalTimeFunction
in 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:
enterFormatFunction
in 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:
exitFormatFunction
in 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:
enterFormat
in 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:
exitFormat
in 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:
enterExtractFunction
in 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:
exitExtractFunction
in 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:
enterTruncFunction
in 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:
exitTruncFunction
in 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:
enterExtractField
in 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:
exitExtractField
in 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:
enterDatetimeField
in 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:
exitDatetimeField
in 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:
enterDayField
in 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:
exitDayField
in 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:
enterWeekField
in 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:
exitWeekField
in 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:
enterTimeZoneField
in 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:
exitTimeZoneField
in 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:
enterDateOrTimeField
in 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:
exitDateOrTimeField
in 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:
enterPositionFunction
in 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:
exitPositionFunction
in 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:
enterPositionFunctionPatternArgument
in 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:
exitPositionFunctionPatternArgument
in 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:
enterPositionFunctionStringArgument
in 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:
exitPositionFunctionStringArgument
in 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:
enterCube
in 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:
exitCube
in 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:
enterRollup
in 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:
exitRollup
in 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:
enterNakedIdentifier
in 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:
exitNakedIdentifier
in 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:
enterIdentifier
in 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:
exitIdentifier
in interfaceHqlParserListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-