Class HqlParserBaseListener
- java.lang.Object
-
- io.quarkus.panacheql.internal.HqlParserBaseListener
-
- All Implemented Interfaces:
HqlParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class HqlParserBaseListener extends Object implements HqlParserListener
This class provides an empty implementation ofHqlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description HqlParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterStatement
public void enterStatement(HqlParser.StatementContext ctx)
Enter a parse tree produced byHqlParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(HqlParser.StatementContext ctx)
Exit a parse tree produced byHqlParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectStatement
public void enterSelectStatement(HqlParser.SelectStatementContext ctx)
Enter a parse tree produced byHqlParser.selectStatement().The default implementation does nothing.
- Specified by:
enterSelectStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectStatement
public void exitSelectStatement(HqlParser.SelectStatementContext ctx)
Exit a parse tree produced byHqlParser.selectStatement().The default implementation does nothing.
- Specified by:
exitSelectStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDeleteStatement
public void enterDeleteStatement(HqlParser.DeleteStatementContext ctx)
Enter a parse tree produced byHqlParser.deleteStatement().The default implementation does nothing.
- Specified by:
enterDeleteStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDeleteStatement
public void exitDeleteStatement(HqlParser.DeleteStatementContext ctx)
Exit a parse tree produced byHqlParser.deleteStatement().The default implementation does nothing.
- Specified by:
exitDeleteStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUpdateStatement
public void enterUpdateStatement(HqlParser.UpdateStatementContext ctx)
Enter a parse tree produced byHqlParser.updateStatement().The default implementation does nothing.
- Specified by:
enterUpdateStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUpdateStatement
public void exitUpdateStatement(HqlParser.UpdateStatementContext ctx)
Exit a parse tree produced byHqlParser.updateStatement().The default implementation does nothing.
- Specified by:
exitUpdateStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSetClause
public void enterSetClause(HqlParser.SetClauseContext ctx)
Enter a parse tree produced byHqlParser.setClause().The default implementation does nothing.
- Specified by:
enterSetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSetClause
public void exitSetClause(HqlParser.SetClauseContext ctx)
Exit a parse tree produced byHqlParser.setClause().The default implementation does nothing.
- Specified by:
exitSetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAssignment
public void enterAssignment(HqlParser.AssignmentContext ctx)
Enter a parse tree produced byHqlParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAssignment
public void exitAssignment(HqlParser.AssignmentContext ctx)
Exit a parse tree produced byHqlParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInsertStatement
public void enterInsertStatement(HqlParser.InsertStatementContext ctx)
Enter a parse tree produced byHqlParser.insertStatement().The default implementation does nothing.
- Specified by:
enterInsertStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInsertStatement
public void exitInsertStatement(HqlParser.InsertStatementContext ctx)
Exit a parse tree produced byHqlParser.insertStatement().The default implementation does nothing.
- Specified by:
exitInsertStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInsertSpec
public void enterInsertSpec(HqlParser.InsertSpecContext ctx)
Enter a parse tree produced byHqlParser.insertSpec().The default implementation does nothing.
- Specified by:
enterInsertSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInsertSpec
public void exitInsertSpec(HqlParser.InsertSpecContext ctx)
Exit a parse tree produced byHqlParser.insertSpec().The default implementation does nothing.
- Specified by:
exitInsertSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIntoSpec
public void enterIntoSpec(HqlParser.IntoSpecContext ctx)
Enter a parse tree produced byHqlParser.intoSpec().The default implementation does nothing.
- Specified by:
enterIntoSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIntoSpec
public void exitIntoSpec(HqlParser.IntoSpecContext ctx)
Exit a parse tree produced byHqlParser.intoSpec().The default implementation does nothing.
- Specified by:
exitIntoSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTargetFieldsSpec
public void enterTargetFieldsSpec(HqlParser.TargetFieldsSpecContext ctx)
Enter a parse tree produced byHqlParser.targetFieldsSpec().The default implementation does nothing.
- Specified by:
enterTargetFieldsSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTargetFieldsSpec
public void exitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext ctx)
Exit a parse tree produced byHqlParser.targetFieldsSpec().The default implementation does nothing.
- Specified by:
exitTargetFieldsSpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQuerySpec
public void enterQuerySpec(HqlParser.QuerySpecContext ctx)
Enter a parse tree produced byHqlParser.querySpec().The default implementation does nothing.
- Specified by:
enterQuerySpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQuerySpec
public void exitQuerySpec(HqlParser.QuerySpecContext ctx)
Exit a parse tree produced byHqlParser.querySpec().The default implementation does nothing.
- Specified by:
exitQuerySpecin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFromClause
public void enterFromClause(HqlParser.FromClauseContext ctx)
Enter a parse tree produced byHqlParser.fromClause().The default implementation does nothing.
- Specified by:
enterFromClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFromClause
public void exitFromClause(HqlParser.FromClauseContext ctx)
Exit a parse tree produced byHqlParser.fromClause().The default implementation does nothing.
- Specified by:
exitFromClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFromClauseSpace
public void enterFromClauseSpace(HqlParser.FromClauseSpaceContext ctx)
Enter a parse tree produced byHqlParser.fromClauseSpace().The default implementation does nothing.
- Specified by:
enterFromClauseSpacein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFromClauseSpace
public void exitFromClauseSpace(HqlParser.FromClauseSpaceContext ctx)
Exit a parse tree produced byHqlParser.fromClauseSpace().The default implementation does nothing.
- Specified by:
exitFromClauseSpacein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPathRoot
public void enterPathRoot(HqlParser.PathRootContext ctx)
Enter a parse tree produced byHqlParser.pathRoot().The default implementation does nothing.
- Specified by:
enterPathRootin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPathRoot
public void exitPathRoot(HqlParser.PathRootContext ctx)
Exit a parse tree produced byHqlParser.pathRoot().The default implementation does nothing.
- Specified by:
exitPathRootin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityName
public void enterEntityName(HqlParser.EntityNameContext ctx)
Enter a parse tree produced byHqlParser.entityName().The default implementation does nothing.
- Specified by:
enterEntityNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityName
public void exitEntityName(HqlParser.EntityNameContext ctx)
Exit a parse tree produced byHqlParser.entityName().The default implementation does nothing.
- Specified by:
exitEntityNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentificationVariableDef
public void enterIdentificationVariableDef(HqlParser.IdentificationVariableDefContext ctx)
Enter a parse tree produced byHqlParser.identificationVariableDef().The default implementation does nothing.
- Specified by:
enterIdentificationVariableDefin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentificationVariableDef
public void exitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext ctx)
Exit a parse tree produced byHqlParser.identificationVariableDef().The default implementation does nothing.
- Specified by:
exitIdentificationVariableDefin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCrossJoin
public void enterCrossJoin(HqlParser.CrossJoinContext ctx)
Enter a parse tree produced byHqlParser.crossJoin().The default implementation does nothing.
- Specified by:
enterCrossJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCrossJoin
public void exitCrossJoin(HqlParser.CrossJoinContext ctx)
Exit a parse tree produced byHqlParser.crossJoin().The default implementation does nothing.
- Specified by:
exitCrossJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaCollectionJoin
public void enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Enter a parse tree produced byHqlParser.jpaCollectionJoin().The default implementation does nothing.
- Specified by:
enterJpaCollectionJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaCollectionJoin
public void exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Exit a parse tree produced byHqlParser.jpaCollectionJoin().The default implementation does nothing.
- Specified by:
exitJpaCollectionJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedJoin
public void enterQualifiedJoin(HqlParser.QualifiedJoinContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoin().The default implementation does nothing.
- Specified by:
enterQualifiedJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedJoin
public void exitQualifiedJoin(HqlParser.QualifiedJoinContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoin().The default implementation does nothing.
- Specified by:
exitQualifiedJoinin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJoinTypeQualifier
public void enterJoinTypeQualifier(HqlParser.JoinTypeQualifierContext ctx)
Enter a parse tree produced byHqlParser.joinTypeQualifier().The default implementation does nothing.
- Specified by:
enterJoinTypeQualifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJoinTypeQualifier
public void exitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext ctx)
Exit a parse tree produced byHqlParser.joinTypeQualifier().The default implementation does nothing.
- Specified by:
exitJoinTypeQualifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedJoinRhs
public void enterQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoinRhs().The default implementation does nothing.
- Specified by:
enterQualifiedJoinRhsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedJoinRhs
public void exitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoinRhs().The default implementation does nothing.
- Specified by:
exitQualifiedJoinRhsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedJoinPredicate
public void enterQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoinPredicate().The default implementation does nothing.
- Specified by:
enterQualifiedJoinPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedJoinPredicate
public void exitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoinPredicate().The default implementation does nothing.
- Specified by:
exitQualifiedJoinPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectClause
public void enterSelectClause(HqlParser.SelectClauseContext ctx)
Enter a parse tree produced byHqlParser.selectClause().The default implementation does nothing.
- Specified by:
enterSelectClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectClause
public void exitSelectClause(HqlParser.SelectClauseContext ctx)
Exit a parse tree produced byHqlParser.selectClause().The default implementation does nothing.
- Specified by:
exitSelectClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectionList
public void enterSelectionList(HqlParser.SelectionListContext ctx)
Enter a parse tree produced byHqlParser.selectionList().The default implementation does nothing.
- Specified by:
enterSelectionListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectionList
public void exitSelectionList(HqlParser.SelectionListContext ctx)
Exit a parse tree produced byHqlParser.selectionList().The default implementation does nothing.
- Specified by:
exitSelectionListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelection
public void enterSelection(HqlParser.SelectionContext ctx)
Enter a parse tree produced byHqlParser.selection().The default implementation does nothing.
- Specified by:
enterSelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelection
public void exitSelection(HqlParser.SelectionContext ctx)
Exit a parse tree produced byHqlParser.selection().The default implementation does nothing.
- Specified by:
exitSelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSelectExpression
public void enterSelectExpression(HqlParser.SelectExpressionContext ctx)
Enter a parse tree produced byHqlParser.selectExpression().The default implementation does nothing.
- Specified by:
enterSelectExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSelectExpression
public void exitSelectExpression(HqlParser.SelectExpressionContext ctx)
Exit a parse tree produced byHqlParser.selectExpression().The default implementation does nothing.
- Specified by:
exitSelectExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterResultIdentifier
public void enterResultIdentifier(HqlParser.ResultIdentifierContext ctx)
Enter a parse tree produced byHqlParser.resultIdentifier().The default implementation does nothing.
- Specified by:
enterResultIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitResultIdentifier
public void exitResultIdentifier(HqlParser.ResultIdentifierContext ctx)
Exit a parse tree produced byHqlParser.resultIdentifier().The default implementation does nothing.
- Specified by:
exitResultIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMapEntrySelection
public void enterMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Enter a parse tree produced byHqlParser.mapEntrySelection().The default implementation does nothing.
- Specified by:
enterMapEntrySelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMapEntrySelection
public void exitMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Exit a parse tree produced byHqlParser.mapEntrySelection().The default implementation does nothing.
- Specified by:
exitMapEntrySelectionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamicInstantiation
public void enterDynamicInstantiation(HqlParser.DynamicInstantiationContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiation().The default implementation does nothing.
- Specified by:
enterDynamicInstantiationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamicInstantiation
public void exitDynamicInstantiation(HqlParser.DynamicInstantiationContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiation().The default implementation does nothing.
- Specified by:
exitDynamicInstantiationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationTarget
public void enterDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationTarget().The default implementation does nothing.
- Specified by:
enterDynamicInstantiationTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationTarget
public void exitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationTarget().The default implementation does nothing.
- Specified by:
exitDynamicInstantiationTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArgs
public void enterDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArgs().The default implementation does nothing.
- Specified by:
enterDynamicInstantiationArgsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArgs
public void exitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArgs().The default implementation does nothing.
- Specified by:
exitDynamicInstantiationArgsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArg
public void enterDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArg().The default implementation does nothing.
- Specified by:
enterDynamicInstantiationArgin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArg
public void exitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArg().The default implementation does nothing.
- Specified by:
exitDynamicInstantiationArgin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArgExpression
public void enterDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArgExpression().The default implementation does nothing.
- Specified by:
enterDynamicInstantiationArgExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArgExpression
public void exitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArgExpression().The default implementation does nothing.
- Specified by:
exitDynamicInstantiationArgExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaSelectObjectSyntax
public void enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Enter a parse tree produced byHqlParser.jpaSelectObjectSyntax().The default implementation does nothing.
- Specified by:
enterJpaSelectObjectSyntaxin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaSelectObjectSyntax
public void exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Exit a parse tree produced byHqlParser.jpaSelectObjectSyntax().The default implementation does nothing.
- Specified by:
exitJpaSelectObjectSyntaxin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDotIdentifierSequence
public void enterDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext ctx)
Enter a parse tree produced byHqlParser.dotIdentifierSequence().The default implementation does nothing.
- Specified by:
enterDotIdentifierSequencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDotIdentifierSequence
public void exitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext ctx)
Exit a parse tree produced byHqlParser.dotIdentifierSequence().The default implementation does nothing.
- Specified by:
exitDotIdentifierSequencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDotIdentifierSequenceContinuation
public void enterDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext ctx)
Enter a parse tree produced byHqlParser.dotIdentifierSequenceContinuation().The default implementation does nothing.
- Specified by:
enterDotIdentifierSequenceContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDotIdentifierSequenceContinuation
public void exitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext ctx)
Exit a parse tree produced byHqlParser.dotIdentifierSequenceContinuation().The default implementation does nothing.
- Specified by:
exitDotIdentifierSequenceContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPath
public void enterPath(HqlParser.PathContext ctx)
Enter a parse tree produced byHqlParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPath
public void exitPath(HqlParser.PathContext ctx)
Exit a parse tree produced byHqlParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPathContinuation
public void enterPathContinuation(HqlParser.PathContinuationContext ctx)
Enter a parse tree produced byHqlParser.pathContinuation().The default implementation does nothing.
- Specified by:
enterPathContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPathContinuation
public void exitPathContinuation(HqlParser.PathContinuationContext ctx)
Exit a parse tree produced byHqlParser.pathContinuation().The default implementation does nothing.
- Specified by:
exitPathContinuationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSyntacticDomainPath
public void enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Enter a parse tree produced byHqlParser.syntacticDomainPath().The default implementation does nothing.
- Specified by:
enterSyntacticDomainPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSyntacticDomainPath
public void exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Exit a parse tree produced byHqlParser.syntacticDomainPath().The default implementation does nothing.
- Specified by:
exitSyntacticDomainPathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneralPathFragment
public void enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Enter a parse tree produced byHqlParser.generalPathFragment().The default implementation does nothing.
- Specified by:
enterGeneralPathFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneralPathFragment
public void exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Exit a parse tree produced byHqlParser.generalPathFragment().The default implementation does nothing.
- Specified by:
exitGeneralPathFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIndexedPathAccessFragment
public void enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Enter a parse tree produced byHqlParser.indexedPathAccessFragment().The default implementation does nothing.
- Specified by:
enterIndexedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIndexedPathAccessFragment
public void exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Exit a parse tree produced byHqlParser.indexedPathAccessFragment().The default implementation does nothing.
- Specified by:
exitIndexedPathAccessFragmentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTreatedNavigablePath
public void enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.treatedNavigablePath().The default implementation does nothing.
- Specified by:
enterTreatedNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTreatedNavigablePath
public void exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.treatedNavigablePath().The default implementation does nothing.
- Specified by:
exitTreatedNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionElementNavigablePath
public void enterCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.collectionElementNavigablePath().The default implementation does nothing.
- Specified by:
enterCollectionElementNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionElementNavigablePath
public void exitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.collectionElementNavigablePath().The default implementation does nothing.
- Specified by:
exitCollectionElementNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMapKeyNavigablePath
public void enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.mapKeyNavigablePath().The default implementation does nothing.
- Specified by:
enterMapKeyNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMapKeyNavigablePath
public void exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.mapKeyNavigablePath().The default implementation does nothing.
- Specified by:
exitMapKeyNavigablePathin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupByClause
public void enterGroupByClause(HqlParser.GroupByClauseContext ctx)
Enter a parse tree produced byHqlParser.groupByClause().The default implementation does nothing.
- Specified by:
enterGroupByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupByClause
public void exitGroupByClause(HqlParser.GroupByClauseContext ctx)
Exit a parse tree produced byHqlParser.groupByClause().The default implementation does nothing.
- Specified by:
exitGroupByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupingSpecification
public void enterGroupingSpecification(HqlParser.GroupingSpecificationContext ctx)
Enter a parse tree produced byHqlParser.groupingSpecification().The default implementation does nothing.
- Specified by:
enterGroupingSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupingSpecification
public void exitGroupingSpecification(HqlParser.GroupingSpecificationContext ctx)
Exit a parse tree produced byHqlParser.groupingSpecification().The default implementation does nothing.
- Specified by:
exitGroupingSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupingValue
public void enterGroupingValue(HqlParser.GroupingValueContext ctx)
Enter a parse tree produced byHqlParser.groupingValue().The default implementation does nothing.
- Specified by:
enterGroupingValuein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupingValue
public void exitGroupingValue(HqlParser.GroupingValueContext ctx)
Exit a parse tree produced byHqlParser.groupingValue().The default implementation does nothing.
- Specified by:
exitGroupingValuein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterHavingClause
public void enterHavingClause(HqlParser.HavingClauseContext ctx)
Enter a parse tree produced byHqlParser.havingClause().The default implementation does nothing.
- Specified by:
enterHavingClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitHavingClause
public void exitHavingClause(HqlParser.HavingClauseContext ctx)
Exit a parse tree produced byHqlParser.havingClause().The default implementation does nothing.
- Specified by:
exitHavingClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrderByClause
public void enterOrderByClause(HqlParser.OrderByClauseContext ctx)
Enter a parse tree produced byHqlParser.orderByClause().The default implementation does nothing.
- Specified by:
enterOrderByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrderByClause
public void exitOrderByClause(HqlParser.OrderByClauseContext ctx)
Exit a parse tree produced byHqlParser.orderByClause().The default implementation does nothing.
- Specified by:
exitOrderByClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSortSpecification
public void enterSortSpecification(HqlParser.SortSpecificationContext ctx)
Enter a parse tree produced byHqlParser.sortSpecification().The default implementation does nothing.
- Specified by:
enterSortSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSortSpecification
public void exitSortSpecification(HqlParser.SortSpecificationContext ctx)
Exit a parse tree produced byHqlParser.sortSpecification().The default implementation does nothing.
- Specified by:
exitSortSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollationSpecification
public void enterCollationSpecification(HqlParser.CollationSpecificationContext ctx)
Enter a parse tree produced byHqlParser.collationSpecification().The default implementation does nothing.
- Specified by:
enterCollationSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollationSpecification
public void exitCollationSpecification(HqlParser.CollationSpecificationContext ctx)
Exit a parse tree produced byHqlParser.collationSpecification().The default implementation does nothing.
- Specified by:
exitCollationSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollateName
public void enterCollateName(HqlParser.CollateNameContext ctx)
Enter a parse tree produced byHqlParser.collateName().The default implementation does nothing.
- Specified by:
enterCollateNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollateName
public void exitCollateName(HqlParser.CollateNameContext ctx)
Exit a parse tree produced byHqlParser.collateName().The default implementation does nothing.
- Specified by:
exitCollateNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrderingSpecification
public void enterOrderingSpecification(HqlParser.OrderingSpecificationContext ctx)
Enter a parse tree produced byHqlParser.orderingSpecification().The default implementation does nothing.
- Specified by:
enterOrderingSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrderingSpecification
public void exitOrderingSpecification(HqlParser.OrderingSpecificationContext ctx)
Exit a parse tree produced byHqlParser.orderingSpecification().The default implementation does nothing.
- Specified by:
exitOrderingSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLimitClause
public void enterLimitClause(HqlParser.LimitClauseContext ctx)
Enter a parse tree produced byHqlParser.limitClause().The default implementation does nothing.
- Specified by:
enterLimitClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLimitClause
public void exitLimitClause(HqlParser.LimitClauseContext ctx)
Exit a parse tree produced byHqlParser.limitClause().The default implementation does nothing.
- Specified by:
exitLimitClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOffsetClause
public void enterOffsetClause(HqlParser.OffsetClauseContext ctx)
Enter a parse tree produced byHqlParser.offsetClause().The default implementation does nothing.
- Specified by:
enterOffsetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOffsetClause
public void exitOffsetClause(HqlParser.OffsetClauseContext ctx)
Exit a parse tree produced byHqlParser.offsetClause().The default implementation does nothing.
- Specified by:
exitOffsetClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParameterOrNumberLiteral
public void enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Enter a parse tree produced byHqlParser.parameterOrNumberLiteral().The default implementation does nothing.
- Specified by:
enterParameterOrNumberLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParameterOrNumberLiteral
public void exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Exit a parse tree produced byHqlParser.parameterOrNumberLiteral().The default implementation does nothing.
- Specified by:
exitParameterOrNumberLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterWhereClause
public void enterWhereClause(HqlParser.WhereClauseContext ctx)
Enter a parse tree produced byHqlParser.whereClause().The default implementation does nothing.
- Specified by:
enterWhereClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitWhereClause
public void exitWhereClause(HqlParser.WhereClauseContext ctx)
Exit a parse tree produced byHqlParser.whereClause().The default implementation does nothing.
- Specified by:
exitWhereClausein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBetweenPredicate
public void enterBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Enter a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterBetweenPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBetweenPredicate
public void exitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Exit a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitBetweenPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAndPredicate
public void enterAndPredicate(HqlParser.AndPredicateContext ctx)
Enter a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterAndPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAndPredicate
public void exitAndPredicate(HqlParser.AndPredicateContext ctx)
Exit a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitAndPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInequalityPredicate
public void enterInequalityPredicate(HqlParser.InequalityPredicateContext ctx)
Enter a parse tree produced by theInequalityPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterInequalityPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInequalityPredicate
public void exitInequalityPredicate(HqlParser.InequalityPredicateContext ctx)
Exit a parse tree produced by theInequalityPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitInequalityPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLessThanOrEqualPredicate
public void enterLessThanOrEqualPredicate(HqlParser.LessThanOrEqualPredicateContext ctx)
Enter a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterLessThanOrEqualPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLessThanOrEqualPredicate
public void exitLessThanOrEqualPredicate(HqlParser.LessThanOrEqualPredicateContext ctx)
Exit a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitLessThanOrEqualPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGroupedPredicate
public void enterGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Enter a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterGroupedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGroupedPredicate
public void exitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Exit a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitGroupedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLikePredicate
public void enterLikePredicate(HqlParser.LikePredicateContext ctx)
Enter a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterLikePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLikePredicate
public void exitLikePredicate(HqlParser.LikePredicateContext ctx)
Exit a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitLikePredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterInPredicate
public void enterInPredicate(HqlParser.InPredicateContext ctx)
Enter a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterInPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitInPredicate
public void exitInPredicate(HqlParser.InPredicateContext ctx)
Exit a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitInPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEqualityPredicate
public void enterEqualityPredicate(HqlParser.EqualityPredicateContext ctx)
Enter a parse tree produced by theEqualityPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterEqualityPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEqualityPredicate
public void exitEqualityPredicate(HqlParser.EqualityPredicateContext ctx)
Exit a parse tree produced by theEqualityPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitEqualityPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGreaterThanPredicate
public void enterGreaterThanPredicate(HqlParser.GreaterThanPredicateContext ctx)
Enter a parse tree produced by theGreaterThanPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterGreaterThanPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGreaterThanPredicate
public void exitGreaterThanPredicate(HqlParser.GreaterThanPredicateContext ctx)
Exit a parse tree produced by theGreaterThanPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitGreaterThanPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNegatedPredicate
public void enterNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Enter a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterNegatedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNegatedPredicate
public void exitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Exit a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitNegatedPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOrPredicate
public void enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOrPredicate
public void exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitOrPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMemberOfPredicate
public void enterMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Enter a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterMemberOfPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMemberOfPredicate
public void exitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Exit a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitMemberOfPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsEmptyPredicate
public void enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Enter a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsEmptyPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsEmptyPredicate
public void exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Exit a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsEmptyPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLessThanPredicate
public void enterLessThanPredicate(HqlParser.LessThanPredicateContext ctx)
Enter a parse tree produced by theLessThanPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterLessThanPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLessThanPredicate
public void exitLessThanPredicate(HqlParser.LessThanPredicateContext ctx)
Exit a parse tree produced by theLessThanPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitLessThanPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIsNullPredicate
public void enterIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Enter a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterIsNullPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIsNullPredicate
public void exitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Exit a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitIsNullPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterGreaterThanOrEqualPredicate
public void enterGreaterThanOrEqualPredicate(HqlParser.GreaterThanOrEqualPredicateContext ctx)
Enter a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
enterGreaterThanOrEqualPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitGreaterThanOrEqualPredicate
public void exitGreaterThanOrEqualPredicate(HqlParser.GreaterThanOrEqualPredicateContext ctx)
Exit a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inHqlParser.predicate().The default implementation does nothing.
- Specified by:
exitGreaterThanOrEqualPredicatein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPersistentCollectionReferenceInList
public void enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Enter a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterPersistentCollectionReferenceInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPersistentCollectionReferenceInList
public void exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Exit a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitPersistentCollectionReferenceInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExplicitTupleInList
public void enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Enter a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterExplicitTupleInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExplicitTupleInList
public void exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Exit a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitExplicitTupleInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubQueryInList
public void enterSubQueryInList(HqlParser.SubQueryInListContext ctx)
Enter a parse tree produced by theSubQueryInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
enterSubQueryInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubQueryInList
public void exitSubQueryInList(HqlParser.SubQueryInListContext ctx)
Exit a parse tree produced by theSubQueryInListlabeled alternative inHqlParser.inList().The default implementation does nothing.
- Specified by:
exitSubQueryInListin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLikeEscape
public void enterLikeEscape(HqlParser.LikeEscapeContext ctx)
Enter a parse tree produced byHqlParser.likeEscape().The default implementation does nothing.
- Specified by:
enterLikeEscapein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLikeEscape
public void exitLikeEscape(HqlParser.LikeEscapeContext ctx)
Exit a parse tree produced byHqlParser.likeEscape().The default implementation does nothing.
- Specified by:
exitLikeEscapein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAdditionExpression
public void enterAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterAdditionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAdditionExpression
public void exitAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitAdditionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubQueryExpression
public void enterSubQueryExpression(HqlParser.SubQueryExpressionContext ctx)
Enter a parse tree produced by theSubQueryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterSubQueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubQueryExpression
public void exitSubQueryExpression(HqlParser.SubQueryExpressionContext ctx)
Exit a parse tree produced by theSubQueryExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitSubQueryExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityTypeExpression
public void enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Enter a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterEntityTypeExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityTypeExpression
public void exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Exit a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitEntityTypeExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConcatenationExpression
public void enterConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Enter a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterConcatenationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConcatenationExpression
public void exitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Exit a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitConcatenationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseExpression
public void enterCaseExpression(HqlParser.CaseExpressionContext ctx)
Enter a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterCaseExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseExpression
public void exitCaseExpression(HqlParser.CaseExpressionContext ctx)
Exit a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitCaseExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubtractionExpression
public void enterSubtractionExpression(HqlParser.SubtractionExpressionContext ctx)
Enter a parse tree produced by theSubtractionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterSubtractionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubtractionExpression
public void exitSubtractionExpression(HqlParser.SubtractionExpressionContext ctx)
Exit a parse tree produced by theSubtractionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitSubtractionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryMinusExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryMinusExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPathExpression
public void enterPathExpression(HqlParser.PathExpressionContext ctx)
Enter a parse tree produced by thePathExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPathExpression
public void exitPathExpression(HqlParser.PathExpressionContext ctx)
Exit a parse tree produced by thePathExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitPathExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterParameterExpression
public void enterParameterExpression(HqlParser.ParameterExpressionContext ctx)
Enter a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterParameterExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitParameterExpression
public void exitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Exit a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitParameterExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
public void enterUnaryPlusExpression(HqlParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryPlusExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
public void exitUnaryPlusExpression(HqlParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryPlusExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNullIfExpression
public void enterNullIfExpression(HqlParser.NullIfExpressionContext ctx)
Enter a parse tree produced by theNullIfExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterNullIfExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNullIfExpression
public void exitNullIfExpression(HqlParser.NullIfExpressionContext ctx)
Exit a parse tree produced by theNullIfExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitNullIfExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDivisionExpression
public void enterDivisionExpression(HqlParser.DivisionExpressionContext ctx)
Enter a parse tree produced by theDivisionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterDivisionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDivisionExpression
public void exitDivisionExpression(HqlParser.DivisionExpressionContext ctx)
Exit a parse tree produced by theDivisionExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitDivisionExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
public void enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterMultiplicationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
public void exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitMultiplicationExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCoalesceExpression
public void enterCoalesceExpression(HqlParser.CoalesceExpressionContext ctx)
Enter a parse tree produced by theCoalesceExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterCoalesceExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCoalesceExpression
public void exitCoalesceExpression(HqlParser.CoalesceExpressionContext ctx)
Exit a parse tree produced by theCoalesceExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitCoalesceExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterModuloExpression
public void enterModuloExpression(HqlParser.ModuloExpressionContext ctx)
Enter a parse tree produced by theModuloExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
enterModuloExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitModuloExpression
public void exitModuloExpression(HqlParser.ModuloExpressionContext ctx)
Exit a parse tree produced by theModuloExpressionlabeled alternative inHqlParser.expression().The default implementation does nothing.
- Specified by:
exitModuloExpressionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEntityTypeReference
public void enterEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityTypeReference().The default implementation does nothing.
- Specified by:
enterEntityTypeReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitEntityTypeReference
public void exitEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityTypeReference().The default implementation does nothing.
- Specified by:
exitEntityTypeReferencein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseStatement
public void enterCaseStatement(HqlParser.CaseStatementContext ctx)
Enter a parse tree produced byHqlParser.caseStatement().The default implementation does nothing.
- Specified by:
enterCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseStatement
public void exitCaseStatement(HqlParser.CaseStatementContext ctx)
Exit a parse tree produced byHqlParser.caseStatement().The default implementation does nothing.
- Specified by:
exitCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleCaseStatement
public void enterSimpleCaseStatement(HqlParser.SimpleCaseStatementContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseStatement().The default implementation does nothing.
- Specified by:
enterSimpleCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleCaseStatement
public void exitSimpleCaseStatement(HqlParser.SimpleCaseStatementContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseStatement().The default implementation does nothing.
- Specified by:
exitSimpleCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleCaseWhen
public void enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseWhen().The default implementation does nothing.
- Specified by:
enterSimpleCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleCaseWhen
public void exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseWhen().The default implementation does nothing.
- Specified by:
exitSimpleCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCaseOtherwise
public void enterCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Enter a parse tree produced byHqlParser.caseOtherwise().The default implementation does nothing.
- Specified by:
enterCaseOtherwisein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCaseOtherwise
public void exitCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Exit a parse tree produced byHqlParser.caseOtherwise().The default implementation does nothing.
- Specified by:
exitCaseOtherwisein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchedCaseStatement
public void enterSearchedCaseStatement(HqlParser.SearchedCaseStatementContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseStatement().The default implementation does nothing.
- Specified by:
enterSearchedCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchedCaseStatement
public void exitSearchedCaseStatement(HqlParser.SearchedCaseStatementContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseStatement().The default implementation does nothing.
- Specified by:
exitSearchedCaseStatementin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSearchedCaseWhen
public void enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseWhen().The default implementation does nothing.
- Specified by:
enterSearchedCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSearchedCaseWhen
public void exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseWhen().The default implementation does nothing.
- Specified by:
exitSearchedCaseWhenin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCoalesce
public void enterCoalesce(HqlParser.CoalesceContext ctx)
Enter a parse tree produced byHqlParser.coalesce().The default implementation does nothing.
- Specified by:
enterCoalescein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCoalesce
public void exitCoalesce(HqlParser.CoalesceContext ctx)
Exit a parse tree produced byHqlParser.coalesce().The default implementation does nothing.
- Specified by:
exitCoalescein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNullIf
public void enterNullIf(HqlParser.NullIfContext ctx)
Enter a parse tree produced byHqlParser.nullIf().The default implementation does nothing.
- Specified by:
enterNullIfin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNullIf
public void exitNullIf(HqlParser.NullIfContext ctx)
Exit a parse tree produced byHqlParser.nullIf().The default implementation does nothing.
- Specified by:
exitNullIfin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(HqlParser.LiteralContext ctx)
Enter a parse tree produced byHqlParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(HqlParser.LiteralContext ctx)
Exit a parse tree produced byHqlParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTimestampLiteral
public void enterTimestampLiteral(HqlParser.TimestampLiteralContext ctx)
Enter a parse tree produced byHqlParser.timestampLiteral().The default implementation does nothing.
- Specified by:
enterTimestampLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTimestampLiteral
public void exitTimestampLiteral(HqlParser.TimestampLiteralContext ctx)
Exit a parse tree produced byHqlParser.timestampLiteral().The default implementation does nothing.
- Specified by:
exitTimestampLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateLiteral
public void enterDateLiteral(HqlParser.DateLiteralContext ctx)
Enter a parse tree produced byHqlParser.dateLiteral().The default implementation does nothing.
- Specified by:
enterDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateLiteral
public void exitDateLiteral(HqlParser.DateLiteralContext ctx)
Exit a parse tree produced byHqlParser.dateLiteral().The default implementation does nothing.
- Specified by:
exitDateLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTimeLiteral
public void enterTimeLiteral(HqlParser.TimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.timeLiteral().The default implementation does nothing.
- Specified by:
enterTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTimeLiteral
public void exitTimeLiteral(HqlParser.TimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.timeLiteral().The default implementation does nothing.
- Specified by:
exitTimeLiteralin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDateTimeLiteralText
public void enterDateTimeLiteralText(HqlParser.DateTimeLiteralTextContext ctx)
Enter a parse tree produced byHqlParser.dateTimeLiteralText().The default implementation does nothing.
- Specified by:
enterDateTimeLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDateTimeLiteralText
public void exitDateTimeLiteralText(HqlParser.DateTimeLiteralTextContext ctx)
Exit a parse tree produced byHqlParser.dateTimeLiteralText().The default implementation does nothing.
- Specified by:
exitDateTimeLiteralTextin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNamedParameter
public void enterNamedParameter(HqlParser.NamedParameterContext ctx)
Enter a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
enterNamedParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNamedParameter
public void exitNamedParameter(HqlParser.NamedParameterContext ctx)
Exit a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
exitNamedParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionalParameter
public void enterPositionalParameter(HqlParser.PositionalParameterContext ctx)
Enter a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
enterPositionalParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionalParameter
public void exitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Exit a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().The default implementation does nothing.
- Specified by:
exitPositionalParameterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(HqlParser.FunctionContext ctx)
Enter a parse tree produced byHqlParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(HqlParser.FunctionContext ctx)
Exit a parse tree produced byHqlParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaNonStandardFunction
public void enterJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.jpaNonStandardFunction().The default implementation does nothing.
- Specified by:
enterJpaNonStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaNonStandardFunction
public void exitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.jpaNonStandardFunction().The default implementation does nothing.
- Specified by:
exitJpaNonStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterJpaNonStandardFunctionName
public void enterJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.jpaNonStandardFunctionName().The default implementation does nothing.
- Specified by:
enterJpaNonStandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitJpaNonStandardFunctionName
public void exitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.jpaNonStandardFunctionName().The default implementation does nothing.
- Specified by:
exitJpaNonStandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNonStandardFunction
public void enterNonStandardFunction(HqlParser.NonStandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunction().The default implementation does nothing.
- Specified by:
enterNonStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNonStandardFunction
public void exitNonStandardFunction(HqlParser.NonStandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunction().The default implementation does nothing.
- Specified by:
exitNonStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNonStandardFunctionName
public void enterNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunctionName().The default implementation does nothing.
- Specified by:
enterNonStandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNonStandardFunctionName
public void exitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunctionName().The default implementation does nothing.
- Specified by:
exitNonStandardFunctionNamein interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNonStandardFunctionArguments
public void enterNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunctionArguments().The default implementation does nothing.
- Specified by:
enterNonStandardFunctionArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNonStandardFunctionArguments
public void exitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunctionArguments().The default implementation does nothing.
- Specified by:
exitNonStandardFunctionArgumentsin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionSizeFunction
public void enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Enter a parse tree produced by theCollectionSizeFunctionlabeled alternative inHqlParser.jpaCollectionFunction().The default implementation does nothing.
- Specified by:
enterCollectionSizeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionSizeFunction
public void exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Exit a parse tree produced by theCollectionSizeFunctionlabeled alternative inHqlParser.jpaCollectionFunction().The default implementation does nothing.
- Specified by:
exitCollectionSizeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCollectionIndexFunction
public void enterCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext ctx)
Enter a parse tree produced by theCollectionIndexFunctionlabeled alternative inHqlParser.jpaCollectionFunction().The default implementation does nothing.
- Specified by:
enterCollectionIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCollectionIndexFunction
public void exitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext ctx)
Exit a parse tree produced by theCollectionIndexFunctionlabeled alternative inHqlParser.jpaCollectionFunction().The default implementation does nothing.
- Specified by:
exitCollectionIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMaxIndexFunction
public void enterMaxIndexFunction(HqlParser.MaxIndexFunctionContext ctx)
Enter a parse tree produced by theMaxIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
enterMaxIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMaxIndexFunction
public void exitMaxIndexFunction(HqlParser.MaxIndexFunctionContext ctx)
Exit a parse tree produced by theMaxIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
exitMaxIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMaxElementFunction
public void enterMaxElementFunction(HqlParser.MaxElementFunctionContext ctx)
Enter a parse tree produced by theMaxElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
enterMaxElementFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMaxElementFunction
public void exitMaxElementFunction(HqlParser.MaxElementFunctionContext ctx)
Exit a parse tree produced by theMaxElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
exitMaxElementFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMinIndexFunction
public void enterMinIndexFunction(HqlParser.MinIndexFunctionContext ctx)
Enter a parse tree produced by theMinIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
enterMinIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMinIndexFunction
public void exitMinIndexFunction(HqlParser.MinIndexFunctionContext ctx)
Exit a parse tree produced by theMinIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
exitMinIndexFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMinElementFunction
public void enterMinElementFunction(HqlParser.MinElementFunctionContext ctx)
Enter a parse tree produced by theMinElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
enterMinElementFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMinElementFunction
public void exitMinElementFunction(HqlParser.MinElementFunctionContext ctx)
Exit a parse tree produced by theMinElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().The default implementation does nothing.
- Specified by:
exitMinElementFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAggregateFunction
public void enterAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Enter a parse tree produced byHqlParser.aggregateFunction().The default implementation does nothing.
- Specified by:
enterAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAggregateFunction
public void exitAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Exit a parse tree produced byHqlParser.aggregateFunction().The default implementation does nothing.
- Specified by:
exitAggregateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAvgFunction
public void enterAvgFunction(HqlParser.AvgFunctionContext ctx)
Enter a parse tree produced byHqlParser.avgFunction().The default implementation does nothing.
- Specified by:
enterAvgFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAvgFunction
public void exitAvgFunction(HqlParser.AvgFunctionContext ctx)
Exit a parse tree produced byHqlParser.avgFunction().The default implementation does nothing.
- Specified by:
exitAvgFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSumFunction
public void enterSumFunction(HqlParser.SumFunctionContext ctx)
Enter a parse tree produced byHqlParser.sumFunction().The default implementation does nothing.
- Specified by:
enterSumFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSumFunction
public void exitSumFunction(HqlParser.SumFunctionContext ctx)
Exit a parse tree produced byHqlParser.sumFunction().The default implementation does nothing.
- Specified by:
exitSumFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMinFunction
public void enterMinFunction(HqlParser.MinFunctionContext ctx)
Enter a parse tree produced byHqlParser.minFunction().The default implementation does nothing.
- Specified by:
enterMinFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMinFunction
public void exitMinFunction(HqlParser.MinFunctionContext ctx)
Exit a parse tree produced byHqlParser.minFunction().The default implementation does nothing.
- Specified by:
exitMinFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterMaxFunction
public void enterMaxFunction(HqlParser.MaxFunctionContext ctx)
Enter a parse tree produced byHqlParser.maxFunction().The default implementation does nothing.
- Specified by:
enterMaxFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitMaxFunction
public void exitMaxFunction(HqlParser.MaxFunctionContext ctx)
Exit a parse tree produced byHqlParser.maxFunction().The default implementation does nothing.
- Specified by:
exitMaxFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCountFunction
public void enterCountFunction(HqlParser.CountFunctionContext ctx)
Enter a parse tree produced byHqlParser.countFunction().The default implementation does nothing.
- Specified by:
enterCountFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCountFunction
public void exitCountFunction(HqlParser.CountFunctionContext ctx)
Exit a parse tree produced byHqlParser.countFunction().The default implementation does nothing.
- Specified by:
exitCountFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterStandardFunction
public void enterStandardFunction(HqlParser.StandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.standardFunction().The default implementation does nothing.
- Specified by:
enterStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitStandardFunction
public void exitStandardFunction(HqlParser.StandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.standardFunction().The default implementation does nothing.
- Specified by:
exitStandardFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCastFunction
public void enterCastFunction(HqlParser.CastFunctionContext ctx)
Enter a parse tree produced byHqlParser.castFunction().The default implementation does nothing.
- Specified by:
enterCastFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCastFunction
public void exitCastFunction(HqlParser.CastFunctionContext ctx)
Exit a parse tree produced byHqlParser.castFunction().The default implementation does nothing.
- Specified by:
exitCastFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCastTarget
public void enterCastTarget(HqlParser.CastTargetContext ctx)
Enter a parse tree produced byHqlParser.castTarget().The default implementation does nothing.
- Specified by:
enterCastTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCastTarget
public void exitCastTarget(HqlParser.CastTargetContext ctx)
Exit a parse tree produced byHqlParser.castTarget().The default implementation does nothing.
- Specified by:
exitCastTargetin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterConcatFunction
public void enterConcatFunction(HqlParser.ConcatFunctionContext ctx)
Enter a parse tree produced byHqlParser.concatFunction().The default implementation does nothing.
- Specified by:
enterConcatFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitConcatFunction
public void exitConcatFunction(HqlParser.ConcatFunctionContext ctx)
Exit a parse tree produced byHqlParser.concatFunction().The default implementation does nothing.
- Specified by:
exitConcatFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunction
public void enterSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Enter a parse tree produced byHqlParser.substringFunction().The default implementation does nothing.
- Specified by:
enterSubstringFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunction
public void exitSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Exit a parse tree produced byHqlParser.substringFunction().The default implementation does nothing.
- Specified by:
exitSubstringFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunctionStartArgument
public void enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionStartArgument().The default implementation does nothing.
- Specified by:
enterSubstringFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunctionStartArgument
public void exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionStartArgument().The default implementation does nothing.
- Specified by:
exitSubstringFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstringFunctionLengthArgument
public void enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionLengthArgument().The default implementation does nothing.
- Specified by:
enterSubstringFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstringFunctionLengthArgument
public void exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionLengthArgument().The default implementation does nothing.
- Specified by:
exitSubstringFunctionLengthArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimFunction
public void enterTrimFunction(HqlParser.TrimFunctionContext ctx)
Enter a parse tree produced byHqlParser.trimFunction().The default implementation does nothing.
- Specified by:
enterTrimFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimFunction
public void exitTrimFunction(HqlParser.TrimFunctionContext ctx)
Exit a parse tree produced byHqlParser.trimFunction().The default implementation does nothing.
- Specified by:
exitTrimFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimSpecification
public void enterTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Enter a parse tree produced byHqlParser.trimSpecification().The default implementation does nothing.
- Specified by:
enterTrimSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimSpecification
public void exitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Exit a parse tree produced byHqlParser.trimSpecification().The default implementation does nothing.
- Specified by:
exitTrimSpecificationin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTrimCharacter
public void enterTrimCharacter(HqlParser.TrimCharacterContext ctx)
Enter a parse tree produced byHqlParser.trimCharacter().The default implementation does nothing.
- Specified by:
enterTrimCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTrimCharacter
public void exitTrimCharacter(HqlParser.TrimCharacterContext ctx)
Exit a parse tree produced byHqlParser.trimCharacter().The default implementation does nothing.
- Specified by:
exitTrimCharacterin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterUpperFunction
public void enterUpperFunction(HqlParser.UpperFunctionContext ctx)
Enter a parse tree produced byHqlParser.upperFunction().The default implementation does nothing.
- Specified by:
enterUpperFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitUpperFunction
public void exitUpperFunction(HqlParser.UpperFunctionContext ctx)
Exit a parse tree produced byHqlParser.upperFunction().The default implementation does nothing.
- Specified by:
exitUpperFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLowerFunction
public void enterLowerFunction(HqlParser.LowerFunctionContext ctx)
Enter a parse tree produced byHqlParser.lowerFunction().The default implementation does nothing.
- Specified by:
enterLowerFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLowerFunction
public void exitLowerFunction(HqlParser.LowerFunctionContext ctx)
Exit a parse tree produced byHqlParser.lowerFunction().The default implementation does nothing.
- Specified by:
exitLowerFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLengthFunction
public void enterLengthFunction(HqlParser.LengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.lengthFunction().The default implementation does nothing.
- Specified by:
enterLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLengthFunction
public void exitLengthFunction(HqlParser.LengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.lengthFunction().The default implementation does nothing.
- Specified by:
exitLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocateFunction
public void enterLocateFunction(HqlParser.LocateFunctionContext ctx)
Enter a parse tree produced byHqlParser.locateFunction().The default implementation does nothing.
- Specified by:
enterLocateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocateFunction
public void exitLocateFunction(HqlParser.LocateFunctionContext ctx)
Exit a parse tree produced byHqlParser.locateFunction().The default implementation does nothing.
- Specified by:
exitLocateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocateFunctionSubstrArgument
public void enterLocateFunctionSubstrArgument(HqlParser.LocateFunctionSubstrArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionSubstrArgument().The default implementation does nothing.
- Specified by:
enterLocateFunctionSubstrArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocateFunctionSubstrArgument
public void exitLocateFunctionSubstrArgument(HqlParser.LocateFunctionSubstrArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionSubstrArgument().The default implementation does nothing.
- Specified by:
exitLocateFunctionSubstrArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocateFunctionStringArgument
public void enterLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionStringArgument().The default implementation does nothing.
- Specified by:
enterLocateFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocateFunctionStringArgument
public void exitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionStringArgument().The default implementation does nothing.
- Specified by:
exitLocateFunctionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterLocateFunctionStartArgument
public void enterLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionStartArgument().The default implementation does nothing.
- Specified by:
enterLocateFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitLocateFunctionStartArgument
public void exitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionStartArgument().The default implementation does nothing.
- Specified by:
exitLocateFunctionStartArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterAbsFunction
public void enterAbsFunction(HqlParser.AbsFunctionContext ctx)
Enter a parse tree produced byHqlParser.absFunction().The default implementation does nothing.
- Specified by:
enterAbsFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitAbsFunction
public void exitAbsFunction(HqlParser.AbsFunctionContext ctx)
Exit a parse tree produced byHqlParser.absFunction().The default implementation does nothing.
- Specified by:
exitAbsFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterSqrtFunction
public void enterSqrtFunction(HqlParser.SqrtFunctionContext ctx)
Enter a parse tree produced byHqlParser.sqrtFunction().The default implementation does nothing.
- Specified by:
enterSqrtFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitSqrtFunction
public void exitSqrtFunction(HqlParser.SqrtFunctionContext ctx)
Exit a parse tree produced byHqlParser.sqrtFunction().The default implementation does nothing.
- Specified by:
exitSqrtFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterModFunction
public void enterModFunction(HqlParser.ModFunctionContext ctx)
Enter a parse tree produced byHqlParser.modFunction().The default implementation does nothing.
- Specified by:
enterModFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitModFunction
public void exitModFunction(HqlParser.ModFunctionContext ctx)
Exit a parse tree produced byHqlParser.modFunction().The default implementation does nothing.
- Specified by:
exitModFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterStrFunction
public void enterStrFunction(HqlParser.StrFunctionContext ctx)
Enter a parse tree produced byHqlParser.strFunction().The default implementation does nothing.
- Specified by:
enterStrFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitStrFunction
public void exitStrFunction(HqlParser.StrFunctionContext ctx)
Exit a parse tree produced byHqlParser.strFunction().The default implementation does nothing.
- Specified by:
exitStrFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterModDividendArgument
public void enterModDividendArgument(HqlParser.ModDividendArgumentContext ctx)
Enter a parse tree produced byHqlParser.modDividendArgument().The default implementation does nothing.
- Specified by:
enterModDividendArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitModDividendArgument
public void exitModDividendArgument(HqlParser.ModDividendArgumentContext ctx)
Exit a parse tree produced byHqlParser.modDividendArgument().The default implementation does nothing.
- Specified by:
exitModDividendArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterModDivisorArgument
public void enterModDivisorArgument(HqlParser.ModDivisorArgumentContext ctx)
Enter a parse tree produced byHqlParser.modDivisorArgument().The default implementation does nothing.
- Specified by:
enterModDivisorArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitModDivisorArgument
public void exitModDivisorArgument(HqlParser.ModDivisorArgumentContext ctx)
Exit a parse tree produced byHqlParser.modDivisorArgument().The default implementation does nothing.
- Specified by:
exitModDivisorArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentDateFunction
public void enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentDateFunction().The default implementation does nothing.
- Specified by:
enterCurrentDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentDateFunction
public void exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentDateFunction().The default implementation does nothing.
- Specified by:
exitCurrentDateFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentTimeFunction
public void enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimeFunction().The default implementation does nothing.
- Specified by:
enterCurrentTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentTimeFunction
public void exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimeFunction().The default implementation does nothing.
- Specified by:
exitCurrentTimeFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCurrentTimestampFunction
public void enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimestampFunction().The default implementation does nothing.
- Specified by:
enterCurrentTimestampFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCurrentTimestampFunction
public void exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimestampFunction().The default implementation does nothing.
- Specified by:
exitCurrentTimestampFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExtractFunction
public void enterExtractFunction(HqlParser.ExtractFunctionContext ctx)
Enter a parse tree produced byHqlParser.extractFunction().The default implementation does nothing.
- Specified by:
enterExtractFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExtractFunction
public void exitExtractFunction(HqlParser.ExtractFunctionContext ctx)
Exit a parse tree produced byHqlParser.extractFunction().The default implementation does nothing.
- Specified by:
exitExtractFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterExtractField
public void enterExtractField(HqlParser.ExtractFieldContext ctx)
Enter a parse tree produced byHqlParser.extractField().The default implementation does nothing.
- Specified by:
enterExtractFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitExtractField
public void exitExtractField(HqlParser.ExtractFieldContext ctx)
Exit a parse tree produced byHqlParser.extractField().The default implementation does nothing.
- Specified by:
exitExtractFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterDatetimeField
public void enterDatetimeField(HqlParser.DatetimeFieldContext ctx)
Enter a parse tree produced byHqlParser.datetimeField().The default implementation does nothing.
- Specified by:
enterDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitDatetimeField
public void exitDatetimeField(HqlParser.DatetimeFieldContext ctx)
Exit a parse tree produced byHqlParser.datetimeField().The default implementation does nothing.
- Specified by:
exitDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterNonSecondDatetimeField
public void enterNonSecondDatetimeField(HqlParser.NonSecondDatetimeFieldContext ctx)
Enter a parse tree produced byHqlParser.nonSecondDatetimeField().The default implementation does nothing.
- Specified by:
enterNonSecondDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitNonSecondDatetimeField
public void exitNonSecondDatetimeField(HqlParser.NonSecondDatetimeFieldContext ctx)
Exit a parse tree produced byHqlParser.nonSecondDatetimeField().The default implementation does nothing.
- Specified by:
exitNonSecondDatetimeFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterTimeZoneField
public void enterTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Enter a parse tree produced byHqlParser.timeZoneField().The default implementation does nothing.
- Specified by:
enterTimeZoneFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitTimeZoneField
public void exitTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Exit a parse tree produced byHqlParser.timeZoneField().The default implementation does nothing.
- Specified by:
exitTimeZoneFieldin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionFunction
public void enterPositionFunction(HqlParser.PositionFunctionContext ctx)
Enter a parse tree produced byHqlParser.positionFunction().The default implementation does nothing.
- Specified by:
enterPositionFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionFunction
public void exitPositionFunction(HqlParser.PositionFunctionContext ctx)
Exit a parse tree produced byHqlParser.positionFunction().The default implementation does nothing.
- Specified by:
exitPositionFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionSubstrArgument
public void enterPositionSubstrArgument(HqlParser.PositionSubstrArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionSubstrArgument().The default implementation does nothing.
- Specified by:
enterPositionSubstrArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionSubstrArgument
public void exitPositionSubstrArgument(HqlParser.PositionSubstrArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionSubstrArgument().The default implementation does nothing.
- Specified by:
exitPositionSubstrArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterPositionStringArgument
public void enterPositionStringArgument(HqlParser.PositionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionStringArgument().The default implementation does nothing.
- Specified by:
enterPositionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitPositionStringArgument
public void exitPositionStringArgument(HqlParser.PositionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionStringArgument().The default implementation does nothing.
- Specified by:
exitPositionStringArgumentin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterCharLengthFunction
public void enterCharLengthFunction(HqlParser.CharLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.charLengthFunction().The default implementation does nothing.
- Specified by:
enterCharLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitCharLengthFunction
public void exitCharLengthFunction(HqlParser.CharLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.charLengthFunction().The default implementation does nothing.
- Specified by:
exitCharLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterOctetLengthFunction
public void enterOctetLengthFunction(HqlParser.OctetLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.octetLengthFunction().The default implementation does nothing.
- Specified by:
enterOctetLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitOctetLengthFunction
public void exitOctetLengthFunction(HqlParser.OctetLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.octetLengthFunction().The default implementation does nothing.
- Specified by:
exitOctetLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterBitLengthFunction
public void enterBitLengthFunction(HqlParser.BitLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.bitLengthFunction().The default implementation does nothing.
- Specified by:
enterBitLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitBitLengthFunction
public void exitBitLengthFunction(HqlParser.BitLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.bitLengthFunction().The default implementation does nothing.
- Specified by:
exitBitLengthFunctionin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(HqlParser.IdentifierContext ctx)
Enter a parse tree produced byHqlParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(HqlParser.IdentifierContext ctx)
Exit a parse tree produced byHqlParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceHqlParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-