Package io.quarkus.panacheql.internal
Interface HqlParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
HqlParserBaseListener
public interface HqlParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byHqlParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterStatement
void enterStatement(HqlParser.StatementContext ctx)
Enter a parse tree produced byHqlParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
void exitStatement(HqlParser.StatementContext ctx)
Exit a parse tree produced byHqlParser.statement().- Parameters:
ctx- the parse tree
-
enterSelectStatement
void enterSelectStatement(HqlParser.SelectStatementContext ctx)
Enter a parse tree produced byHqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitSelectStatement
void exitSelectStatement(HqlParser.SelectStatementContext ctx)
Exit a parse tree produced byHqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterDeleteStatement
void enterDeleteStatement(HqlParser.DeleteStatementContext ctx)
Enter a parse tree produced byHqlParser.deleteStatement().- Parameters:
ctx- the parse tree
-
exitDeleteStatement
void exitDeleteStatement(HqlParser.DeleteStatementContext ctx)
Exit a parse tree produced byHqlParser.deleteStatement().- Parameters:
ctx- the parse tree
-
enterUpdateStatement
void enterUpdateStatement(HqlParser.UpdateStatementContext ctx)
Enter a parse tree produced byHqlParser.updateStatement().- Parameters:
ctx- the parse tree
-
exitUpdateStatement
void exitUpdateStatement(HqlParser.UpdateStatementContext ctx)
Exit a parse tree produced byHqlParser.updateStatement().- Parameters:
ctx- the parse tree
-
enterSetClause
void enterSetClause(HqlParser.SetClauseContext ctx)
Enter a parse tree produced byHqlParser.setClause().- Parameters:
ctx- the parse tree
-
exitSetClause
void exitSetClause(HqlParser.SetClauseContext ctx)
Exit a parse tree produced byHqlParser.setClause().- Parameters:
ctx- the parse tree
-
enterAssignment
void enterAssignment(HqlParser.AssignmentContext ctx)
Enter a parse tree produced byHqlParser.assignment().- Parameters:
ctx- the parse tree
-
exitAssignment
void exitAssignment(HqlParser.AssignmentContext ctx)
Exit a parse tree produced byHqlParser.assignment().- Parameters:
ctx- the parse tree
-
enterInsertStatement
void enterInsertStatement(HqlParser.InsertStatementContext ctx)
Enter a parse tree produced byHqlParser.insertStatement().- Parameters:
ctx- the parse tree
-
exitInsertStatement
void exitInsertStatement(HqlParser.InsertStatementContext ctx)
Exit a parse tree produced byHqlParser.insertStatement().- Parameters:
ctx- the parse tree
-
enterInsertSpec
void enterInsertSpec(HqlParser.InsertSpecContext ctx)
Enter a parse tree produced byHqlParser.insertSpec().- Parameters:
ctx- the parse tree
-
exitInsertSpec
void exitInsertSpec(HqlParser.InsertSpecContext ctx)
Exit a parse tree produced byHqlParser.insertSpec().- Parameters:
ctx- the parse tree
-
enterIntoSpec
void enterIntoSpec(HqlParser.IntoSpecContext ctx)
Enter a parse tree produced byHqlParser.intoSpec().- Parameters:
ctx- the parse tree
-
exitIntoSpec
void exitIntoSpec(HqlParser.IntoSpecContext ctx)
Exit a parse tree produced byHqlParser.intoSpec().- Parameters:
ctx- the parse tree
-
enterTargetFieldsSpec
void enterTargetFieldsSpec(HqlParser.TargetFieldsSpecContext ctx)
Enter a parse tree produced byHqlParser.targetFieldsSpec().- Parameters:
ctx- the parse tree
-
exitTargetFieldsSpec
void exitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext ctx)
Exit a parse tree produced byHqlParser.targetFieldsSpec().- Parameters:
ctx- the parse tree
-
enterQuerySpec
void enterQuerySpec(HqlParser.QuerySpecContext ctx)
Enter a parse tree produced byHqlParser.querySpec().- Parameters:
ctx- the parse tree
-
exitQuerySpec
void exitQuerySpec(HqlParser.QuerySpecContext ctx)
Exit a parse tree produced byHqlParser.querySpec().- Parameters:
ctx- the parse tree
-
enterFromClause
void enterFromClause(HqlParser.FromClauseContext ctx)
Enter a parse tree produced byHqlParser.fromClause().- Parameters:
ctx- the parse tree
-
exitFromClause
void exitFromClause(HqlParser.FromClauseContext ctx)
Exit a parse tree produced byHqlParser.fromClause().- Parameters:
ctx- the parse tree
-
enterFromClauseSpace
void enterFromClauseSpace(HqlParser.FromClauseSpaceContext ctx)
Enter a parse tree produced byHqlParser.fromClauseSpace().- Parameters:
ctx- the parse tree
-
exitFromClauseSpace
void exitFromClauseSpace(HqlParser.FromClauseSpaceContext ctx)
Exit a parse tree produced byHqlParser.fromClauseSpace().- Parameters:
ctx- the parse tree
-
enterPathRoot
void enterPathRoot(HqlParser.PathRootContext ctx)
Enter a parse tree produced byHqlParser.pathRoot().- Parameters:
ctx- the parse tree
-
exitPathRoot
void exitPathRoot(HqlParser.PathRootContext ctx)
Exit a parse tree produced byHqlParser.pathRoot().- Parameters:
ctx- the parse tree
-
enterEntityName
void enterEntityName(HqlParser.EntityNameContext ctx)
Enter a parse tree produced byHqlParser.entityName().- Parameters:
ctx- the parse tree
-
exitEntityName
void exitEntityName(HqlParser.EntityNameContext ctx)
Exit a parse tree produced byHqlParser.entityName().- Parameters:
ctx- the parse tree
-
enterIdentificationVariableDef
void enterIdentificationVariableDef(HqlParser.IdentificationVariableDefContext ctx)
Enter a parse tree produced byHqlParser.identificationVariableDef().- Parameters:
ctx- the parse tree
-
exitIdentificationVariableDef
void exitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext ctx)
Exit a parse tree produced byHqlParser.identificationVariableDef().- Parameters:
ctx- the parse tree
-
enterCrossJoin
void enterCrossJoin(HqlParser.CrossJoinContext ctx)
Enter a parse tree produced byHqlParser.crossJoin().- Parameters:
ctx- the parse tree
-
exitCrossJoin
void exitCrossJoin(HqlParser.CrossJoinContext ctx)
Exit a parse tree produced byHqlParser.crossJoin().- Parameters:
ctx- the parse tree
-
enterJpaCollectionJoin
void enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Enter a parse tree produced byHqlParser.jpaCollectionJoin().- Parameters:
ctx- the parse tree
-
exitJpaCollectionJoin
void exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Exit a parse tree produced byHqlParser.jpaCollectionJoin().- Parameters:
ctx- the parse tree
-
enterQualifiedJoin
void enterQualifiedJoin(HqlParser.QualifiedJoinContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoin().- Parameters:
ctx- the parse tree
-
exitQualifiedJoin
void exitQualifiedJoin(HqlParser.QualifiedJoinContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoin().- Parameters:
ctx- the parse tree
-
enterJoinTypeQualifier
void enterJoinTypeQualifier(HqlParser.JoinTypeQualifierContext ctx)
Enter a parse tree produced byHqlParser.joinTypeQualifier().- Parameters:
ctx- the parse tree
-
exitJoinTypeQualifier
void exitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext ctx)
Exit a parse tree produced byHqlParser.joinTypeQualifier().- Parameters:
ctx- the parse tree
-
enterQualifiedJoinRhs
void enterQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoinRhs().- Parameters:
ctx- the parse tree
-
exitQualifiedJoinRhs
void exitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoinRhs().- Parameters:
ctx- the parse tree
-
enterQualifiedJoinPredicate
void enterQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext ctx)
Enter a parse tree produced byHqlParser.qualifiedJoinPredicate().- Parameters:
ctx- the parse tree
-
exitQualifiedJoinPredicate
void exitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext ctx)
Exit a parse tree produced byHqlParser.qualifiedJoinPredicate().- Parameters:
ctx- the parse tree
-
enterSelectClause
void enterSelectClause(HqlParser.SelectClauseContext ctx)
Enter a parse tree produced byHqlParser.selectClause().- Parameters:
ctx- the parse tree
-
exitSelectClause
void exitSelectClause(HqlParser.SelectClauseContext ctx)
Exit a parse tree produced byHqlParser.selectClause().- Parameters:
ctx- the parse tree
-
enterSelectionList
void enterSelectionList(HqlParser.SelectionListContext ctx)
Enter a parse tree produced byHqlParser.selectionList().- Parameters:
ctx- the parse tree
-
exitSelectionList
void exitSelectionList(HqlParser.SelectionListContext ctx)
Exit a parse tree produced byHqlParser.selectionList().- Parameters:
ctx- the parse tree
-
enterSelection
void enterSelection(HqlParser.SelectionContext ctx)
Enter a parse tree produced byHqlParser.selection().- Parameters:
ctx- the parse tree
-
exitSelection
void exitSelection(HqlParser.SelectionContext ctx)
Exit a parse tree produced byHqlParser.selection().- Parameters:
ctx- the parse tree
-
enterSelectExpression
void enterSelectExpression(HqlParser.SelectExpressionContext ctx)
Enter a parse tree produced byHqlParser.selectExpression().- Parameters:
ctx- the parse tree
-
exitSelectExpression
void exitSelectExpression(HqlParser.SelectExpressionContext ctx)
Exit a parse tree produced byHqlParser.selectExpression().- Parameters:
ctx- the parse tree
-
enterResultIdentifier
void enterResultIdentifier(HqlParser.ResultIdentifierContext ctx)
Enter a parse tree produced byHqlParser.resultIdentifier().- Parameters:
ctx- the parse tree
-
exitResultIdentifier
void exitResultIdentifier(HqlParser.ResultIdentifierContext ctx)
Exit a parse tree produced byHqlParser.resultIdentifier().- Parameters:
ctx- the parse tree
-
enterMapEntrySelection
void enterMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Enter a parse tree produced byHqlParser.mapEntrySelection().- Parameters:
ctx- the parse tree
-
exitMapEntrySelection
void exitMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Exit a parse tree produced byHqlParser.mapEntrySelection().- Parameters:
ctx- the parse tree
-
enterDynamicInstantiation
void enterDynamicInstantiation(HqlParser.DynamicInstantiationContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiation().- Parameters:
ctx- the parse tree
-
exitDynamicInstantiation
void exitDynamicInstantiation(HqlParser.DynamicInstantiationContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiation().- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationTarget
void enterDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationTarget().- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationTarget
void exitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationTarget().- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArgs
void enterDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArgs().- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArgs
void exitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArgs().- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArg
void enterDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArg().- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArg
void exitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArg().- Parameters:
ctx- the parse tree
-
enterDynamicInstantiationArgExpression
void enterDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext ctx)
Enter a parse tree produced byHqlParser.dynamicInstantiationArgExpression().- Parameters:
ctx- the parse tree
-
exitDynamicInstantiationArgExpression
void exitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext ctx)
Exit a parse tree produced byHqlParser.dynamicInstantiationArgExpression().- Parameters:
ctx- the parse tree
-
enterJpaSelectObjectSyntax
void enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Enter a parse tree produced byHqlParser.jpaSelectObjectSyntax().- Parameters:
ctx- the parse tree
-
exitJpaSelectObjectSyntax
void exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Exit a parse tree produced byHqlParser.jpaSelectObjectSyntax().- Parameters:
ctx- the parse tree
-
enterDotIdentifierSequence
void enterDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext ctx)
Enter a parse tree produced byHqlParser.dotIdentifierSequence().- Parameters:
ctx- the parse tree
-
exitDotIdentifierSequence
void exitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext ctx)
Exit a parse tree produced byHqlParser.dotIdentifierSequence().- Parameters:
ctx- the parse tree
-
enterDotIdentifierSequenceContinuation
void enterDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext ctx)
Enter a parse tree produced byHqlParser.dotIdentifierSequenceContinuation().- Parameters:
ctx- the parse tree
-
exitDotIdentifierSequenceContinuation
void exitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext ctx)
Exit a parse tree produced byHqlParser.dotIdentifierSequenceContinuation().- Parameters:
ctx- the parse tree
-
enterPath
void enterPath(HqlParser.PathContext ctx)
Enter a parse tree produced byHqlParser.path().- Parameters:
ctx- the parse tree
-
exitPath
void exitPath(HqlParser.PathContext ctx)
Exit a parse tree produced byHqlParser.path().- Parameters:
ctx- the parse tree
-
enterPathContinuation
void enterPathContinuation(HqlParser.PathContinuationContext ctx)
Enter a parse tree produced byHqlParser.pathContinuation().- Parameters:
ctx- the parse tree
-
exitPathContinuation
void exitPathContinuation(HqlParser.PathContinuationContext ctx)
Exit a parse tree produced byHqlParser.pathContinuation().- Parameters:
ctx- the parse tree
-
enterSyntacticDomainPath
void enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Enter a parse tree produced byHqlParser.syntacticDomainPath().- Parameters:
ctx- the parse tree
-
exitSyntacticDomainPath
void exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Exit a parse tree produced byHqlParser.syntacticDomainPath().- Parameters:
ctx- the parse tree
-
enterGeneralPathFragment
void enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Enter a parse tree produced byHqlParser.generalPathFragment().- Parameters:
ctx- the parse tree
-
exitGeneralPathFragment
void exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Exit a parse tree produced byHqlParser.generalPathFragment().- Parameters:
ctx- the parse tree
-
enterIndexedPathAccessFragment
void enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Enter a parse tree produced byHqlParser.indexedPathAccessFragment().- Parameters:
ctx- the parse tree
-
exitIndexedPathAccessFragment
void exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Exit a parse tree produced byHqlParser.indexedPathAccessFragment().- Parameters:
ctx- the parse tree
-
enterTreatedNavigablePath
void enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.treatedNavigablePath().- Parameters:
ctx- the parse tree
-
exitTreatedNavigablePath
void exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.treatedNavigablePath().- Parameters:
ctx- the parse tree
-
enterCollectionElementNavigablePath
void enterCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.collectionElementNavigablePath().- Parameters:
ctx- the parse tree
-
exitCollectionElementNavigablePath
void exitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.collectionElementNavigablePath().- Parameters:
ctx- the parse tree
-
enterMapKeyNavigablePath
void enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Enter a parse tree produced byHqlParser.mapKeyNavigablePath().- Parameters:
ctx- the parse tree
-
exitMapKeyNavigablePath
void exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Exit a parse tree produced byHqlParser.mapKeyNavigablePath().- Parameters:
ctx- the parse tree
-
enterGroupByClause
void enterGroupByClause(HqlParser.GroupByClauseContext ctx)
Enter a parse tree produced byHqlParser.groupByClause().- Parameters:
ctx- the parse tree
-
exitGroupByClause
void exitGroupByClause(HqlParser.GroupByClauseContext ctx)
Exit a parse tree produced byHqlParser.groupByClause().- Parameters:
ctx- the parse tree
-
enterGroupingSpecification
void enterGroupingSpecification(HqlParser.GroupingSpecificationContext ctx)
Enter a parse tree produced byHqlParser.groupingSpecification().- Parameters:
ctx- the parse tree
-
exitGroupingSpecification
void exitGroupingSpecification(HqlParser.GroupingSpecificationContext ctx)
Exit a parse tree produced byHqlParser.groupingSpecification().- Parameters:
ctx- the parse tree
-
enterGroupingValue
void enterGroupingValue(HqlParser.GroupingValueContext ctx)
Enter a parse tree produced byHqlParser.groupingValue().- Parameters:
ctx- the parse tree
-
exitGroupingValue
void exitGroupingValue(HqlParser.GroupingValueContext ctx)
Exit a parse tree produced byHqlParser.groupingValue().- Parameters:
ctx- the parse tree
-
enterHavingClause
void enterHavingClause(HqlParser.HavingClauseContext ctx)
Enter a parse tree produced byHqlParser.havingClause().- Parameters:
ctx- the parse tree
-
exitHavingClause
void exitHavingClause(HqlParser.HavingClauseContext ctx)
Exit a parse tree produced byHqlParser.havingClause().- Parameters:
ctx- the parse tree
-
enterOrderByClause
void enterOrderByClause(HqlParser.OrderByClauseContext ctx)
Enter a parse tree produced byHqlParser.orderByClause().- Parameters:
ctx- the parse tree
-
exitOrderByClause
void exitOrderByClause(HqlParser.OrderByClauseContext ctx)
Exit a parse tree produced byHqlParser.orderByClause().- Parameters:
ctx- the parse tree
-
enterSortSpecification
void enterSortSpecification(HqlParser.SortSpecificationContext ctx)
Enter a parse tree produced byHqlParser.sortSpecification().- Parameters:
ctx- the parse tree
-
exitSortSpecification
void exitSortSpecification(HqlParser.SortSpecificationContext ctx)
Exit a parse tree produced byHqlParser.sortSpecification().- Parameters:
ctx- the parse tree
-
enterCollationSpecification
void enterCollationSpecification(HqlParser.CollationSpecificationContext ctx)
Enter a parse tree produced byHqlParser.collationSpecification().- Parameters:
ctx- the parse tree
-
exitCollationSpecification
void exitCollationSpecification(HqlParser.CollationSpecificationContext ctx)
Exit a parse tree produced byHqlParser.collationSpecification().- Parameters:
ctx- the parse tree
-
enterCollateName
void enterCollateName(HqlParser.CollateNameContext ctx)
Enter a parse tree produced byHqlParser.collateName().- Parameters:
ctx- the parse tree
-
exitCollateName
void exitCollateName(HqlParser.CollateNameContext ctx)
Exit a parse tree produced byHqlParser.collateName().- Parameters:
ctx- the parse tree
-
enterOrderingSpecification
void enterOrderingSpecification(HqlParser.OrderingSpecificationContext ctx)
Enter a parse tree produced byHqlParser.orderingSpecification().- Parameters:
ctx- the parse tree
-
exitOrderingSpecification
void exitOrderingSpecification(HqlParser.OrderingSpecificationContext ctx)
Exit a parse tree produced byHqlParser.orderingSpecification().- Parameters:
ctx- the parse tree
-
enterLimitClause
void enterLimitClause(HqlParser.LimitClauseContext ctx)
Enter a parse tree produced byHqlParser.limitClause().- Parameters:
ctx- the parse tree
-
exitLimitClause
void exitLimitClause(HqlParser.LimitClauseContext ctx)
Exit a parse tree produced byHqlParser.limitClause().- Parameters:
ctx- the parse tree
-
enterOffsetClause
void enterOffsetClause(HqlParser.OffsetClauseContext ctx)
Enter a parse tree produced byHqlParser.offsetClause().- Parameters:
ctx- the parse tree
-
exitOffsetClause
void exitOffsetClause(HqlParser.OffsetClauseContext ctx)
Exit a parse tree produced byHqlParser.offsetClause().- Parameters:
ctx- the parse tree
-
enterParameterOrNumberLiteral
void enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Enter a parse tree produced byHqlParser.parameterOrNumberLiteral().- Parameters:
ctx- the parse tree
-
exitParameterOrNumberLiteral
void exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Exit a parse tree produced byHqlParser.parameterOrNumberLiteral().- Parameters:
ctx- the parse tree
-
enterWhereClause
void enterWhereClause(HqlParser.WhereClauseContext ctx)
Enter a parse tree produced byHqlParser.whereClause().- Parameters:
ctx- the parse tree
-
exitWhereClause
void exitWhereClause(HqlParser.WhereClauseContext ctx)
Exit a parse tree produced byHqlParser.whereClause().- Parameters:
ctx- the parse tree
-
enterBetweenPredicate
void enterBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Enter a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitBetweenPredicate
void exitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Exit a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterAndPredicate
void enterAndPredicate(HqlParser.AndPredicateContext ctx)
Enter a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitAndPredicate
void exitAndPredicate(HqlParser.AndPredicateContext ctx)
Exit a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterInequalityPredicate
void enterInequalityPredicate(HqlParser.InequalityPredicateContext ctx)
Enter a parse tree produced by theInequalityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitInequalityPredicate
void exitInequalityPredicate(HqlParser.InequalityPredicateContext ctx)
Exit a parse tree produced by theInequalityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterLessThanOrEqualPredicate
void enterLessThanOrEqualPredicate(HqlParser.LessThanOrEqualPredicateContext ctx)
Enter a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitLessThanOrEqualPredicate
void exitLessThanOrEqualPredicate(HqlParser.LessThanOrEqualPredicateContext ctx)
Exit a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterGroupedPredicate
void enterGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Enter a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitGroupedPredicate
void exitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Exit a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterLikePredicate
void enterLikePredicate(HqlParser.LikePredicateContext ctx)
Enter a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitLikePredicate
void exitLikePredicate(HqlParser.LikePredicateContext ctx)
Exit a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterInPredicate
void enterInPredicate(HqlParser.InPredicateContext ctx)
Enter a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitInPredicate
void exitInPredicate(HqlParser.InPredicateContext ctx)
Exit a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterEqualityPredicate
void enterEqualityPredicate(HqlParser.EqualityPredicateContext ctx)
Enter a parse tree produced by theEqualityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitEqualityPredicate
void exitEqualityPredicate(HqlParser.EqualityPredicateContext ctx)
Exit a parse tree produced by theEqualityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterGreaterThanPredicate
void enterGreaterThanPredicate(HqlParser.GreaterThanPredicateContext ctx)
Enter a parse tree produced by theGreaterThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitGreaterThanPredicate
void exitGreaterThanPredicate(HqlParser.GreaterThanPredicateContext ctx)
Exit a parse tree produced by theGreaterThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterNegatedPredicate
void enterNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Enter a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitNegatedPredicate
void exitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Exit a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterOrPredicate
void enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitOrPredicate
void exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterMemberOfPredicate
void enterMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Enter a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitMemberOfPredicate
void exitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Exit a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterIsEmptyPredicate
void enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Enter a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitIsEmptyPredicate
void exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Exit a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterLessThanPredicate
void enterLessThanPredicate(HqlParser.LessThanPredicateContext ctx)
Enter a parse tree produced by theLessThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitLessThanPredicate
void exitLessThanPredicate(HqlParser.LessThanPredicateContext ctx)
Exit a parse tree produced by theLessThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterIsNullPredicate
void enterIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Enter a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitIsNullPredicate
void exitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Exit a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterGreaterThanOrEqualPredicate
void enterGreaterThanOrEqualPredicate(HqlParser.GreaterThanOrEqualPredicateContext ctx)
Enter a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitGreaterThanOrEqualPredicate
void exitGreaterThanOrEqualPredicate(HqlParser.GreaterThanOrEqualPredicateContext ctx)
Exit a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterPersistentCollectionReferenceInList
void enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Enter a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
exitPersistentCollectionReferenceInList
void exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Exit a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
enterExplicitTupleInList
void enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Enter a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
exitExplicitTupleInList
void exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Exit a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
enterSubQueryInList
void enterSubQueryInList(HqlParser.SubQueryInListContext ctx)
Enter a parse tree produced by theSubQueryInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
exitSubQueryInList
void exitSubQueryInList(HqlParser.SubQueryInListContext ctx)
Exit a parse tree produced by theSubQueryInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree
-
enterLikeEscape
void enterLikeEscape(HqlParser.LikeEscapeContext ctx)
Enter a parse tree produced byHqlParser.likeEscape().- Parameters:
ctx- the parse tree
-
exitLikeEscape
void exitLikeEscape(HqlParser.LikeEscapeContext ctx)
Exit a parse tree produced byHqlParser.likeEscape().- Parameters:
ctx- the parse tree
-
enterAdditionExpression
void enterAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitAdditionExpression
void exitAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theAdditionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterSubQueryExpression
void enterSubQueryExpression(HqlParser.SubQueryExpressionContext ctx)
Enter a parse tree produced by theSubQueryExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitSubQueryExpression
void exitSubQueryExpression(HqlParser.SubQueryExpressionContext ctx)
Exit a parse tree produced by theSubQueryExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralExpression
void enterLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralExpression
void exitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterEntityTypeExpression
void enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Enter a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitEntityTypeExpression
void exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Exit a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterConcatenationExpression
void enterConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Enter a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitConcatenationExpression
void exitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Exit a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterCaseExpression
void enterCaseExpression(HqlParser.CaseExpressionContext ctx)
Enter a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitCaseExpression
void exitCaseExpression(HqlParser.CaseExpressionContext ctx)
Exit a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterSubtractionExpression
void enterSubtractionExpression(HqlParser.SubtractionExpressionContext ctx)
Enter a parse tree produced by theSubtractionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitSubtractionExpression
void exitSubtractionExpression(HqlParser.SubtractionExpressionContext ctx)
Exit a parse tree produced by theSubtractionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterFunctionExpression
void enterFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitFunctionExpression
void exitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
void enterUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
void exitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterPathExpression
void enterPathExpression(HqlParser.PathExpressionContext ctx)
Enter a parse tree produced by thePathExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitPathExpression
void exitPathExpression(HqlParser.PathExpressionContext ctx)
Exit a parse tree produced by thePathExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterParameterExpression
void enterParameterExpression(HqlParser.ParameterExpressionContext ctx)
Enter a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitParameterExpression
void exitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Exit a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
void enterUnaryPlusExpression(HqlParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
void exitUnaryPlusExpression(HqlParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterNullIfExpression
void enterNullIfExpression(HqlParser.NullIfExpressionContext ctx)
Enter a parse tree produced by theNullIfExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitNullIfExpression
void exitNullIfExpression(HqlParser.NullIfExpressionContext ctx)
Exit a parse tree produced by theNullIfExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterDivisionExpression
void enterDivisionExpression(HqlParser.DivisionExpressionContext ctx)
Enter a parse tree produced by theDivisionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitDivisionExpression
void exitDivisionExpression(HqlParser.DivisionExpressionContext ctx)
Exit a parse tree produced by theDivisionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
void enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
void exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterCoalesceExpression
void enterCoalesceExpression(HqlParser.CoalesceExpressionContext ctx)
Enter a parse tree produced by theCoalesceExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitCoalesceExpression
void exitCoalesceExpression(HqlParser.CoalesceExpressionContext ctx)
Exit a parse tree produced by theCoalesceExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterModuloExpression
void enterModuloExpression(HqlParser.ModuloExpressionContext ctx)
Enter a parse tree produced by theModuloExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
exitModuloExpression
void exitModuloExpression(HqlParser.ModuloExpressionContext ctx)
Exit a parse tree produced by theModuloExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree
-
enterEntityTypeReference
void enterEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Enter a parse tree produced byHqlParser.entityTypeReference().- Parameters:
ctx- the parse tree
-
exitEntityTypeReference
void exitEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Exit a parse tree produced byHqlParser.entityTypeReference().- Parameters:
ctx- the parse tree
-
enterCaseStatement
void enterCaseStatement(HqlParser.CaseStatementContext ctx)
Enter a parse tree produced byHqlParser.caseStatement().- Parameters:
ctx- the parse tree
-
exitCaseStatement
void exitCaseStatement(HqlParser.CaseStatementContext ctx)
Exit a parse tree produced byHqlParser.caseStatement().- Parameters:
ctx- the parse tree
-
enterSimpleCaseStatement
void enterSimpleCaseStatement(HqlParser.SimpleCaseStatementContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseStatement().- Parameters:
ctx- the parse tree
-
exitSimpleCaseStatement
void exitSimpleCaseStatement(HqlParser.SimpleCaseStatementContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseStatement().- Parameters:
ctx- the parse tree
-
enterSimpleCaseWhen
void enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.simpleCaseWhen().- Parameters:
ctx- the parse tree
-
exitSimpleCaseWhen
void exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.simpleCaseWhen().- Parameters:
ctx- the parse tree
-
enterCaseOtherwise
void enterCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Enter a parse tree produced byHqlParser.caseOtherwise().- Parameters:
ctx- the parse tree
-
exitCaseOtherwise
void exitCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Exit a parse tree produced byHqlParser.caseOtherwise().- Parameters:
ctx- the parse tree
-
enterSearchedCaseStatement
void enterSearchedCaseStatement(HqlParser.SearchedCaseStatementContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseStatement().- Parameters:
ctx- the parse tree
-
exitSearchedCaseStatement
void exitSearchedCaseStatement(HqlParser.SearchedCaseStatementContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseStatement().- Parameters:
ctx- the parse tree
-
enterSearchedCaseWhen
void enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Enter a parse tree produced byHqlParser.searchedCaseWhen().- Parameters:
ctx- the parse tree
-
exitSearchedCaseWhen
void exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Exit a parse tree produced byHqlParser.searchedCaseWhen().- Parameters:
ctx- the parse tree
-
enterCoalesce
void enterCoalesce(HqlParser.CoalesceContext ctx)
Enter a parse tree produced byHqlParser.coalesce().- Parameters:
ctx- the parse tree
-
exitCoalesce
void exitCoalesce(HqlParser.CoalesceContext ctx)
Exit a parse tree produced byHqlParser.coalesce().- Parameters:
ctx- the parse tree
-
enterNullIf
void enterNullIf(HqlParser.NullIfContext ctx)
Enter a parse tree produced byHqlParser.nullIf().- Parameters:
ctx- the parse tree
-
exitNullIf
void exitNullIf(HqlParser.NullIfContext ctx)
Exit a parse tree produced byHqlParser.nullIf().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(HqlParser.LiteralContext ctx)
Enter a parse tree produced byHqlParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(HqlParser.LiteralContext ctx)
Exit a parse tree produced byHqlParser.literal().- Parameters:
ctx- the parse tree
-
enterTimestampLiteral
void enterTimestampLiteral(HqlParser.TimestampLiteralContext ctx)
Enter a parse tree produced byHqlParser.timestampLiteral().- Parameters:
ctx- the parse tree
-
exitTimestampLiteral
void exitTimestampLiteral(HqlParser.TimestampLiteralContext ctx)
Exit a parse tree produced byHqlParser.timestampLiteral().- Parameters:
ctx- the parse tree
-
enterDateLiteral
void enterDateLiteral(HqlParser.DateLiteralContext ctx)
Enter a parse tree produced byHqlParser.dateLiteral().- Parameters:
ctx- the parse tree
-
exitDateLiteral
void exitDateLiteral(HqlParser.DateLiteralContext ctx)
Exit a parse tree produced byHqlParser.dateLiteral().- Parameters:
ctx- the parse tree
-
enterTimeLiteral
void enterTimeLiteral(HqlParser.TimeLiteralContext ctx)
Enter a parse tree produced byHqlParser.timeLiteral().- Parameters:
ctx- the parse tree
-
exitTimeLiteral
void exitTimeLiteral(HqlParser.TimeLiteralContext ctx)
Exit a parse tree produced byHqlParser.timeLiteral().- Parameters:
ctx- the parse tree
-
enterDateTimeLiteralText
void enterDateTimeLiteralText(HqlParser.DateTimeLiteralTextContext ctx)
Enter a parse tree produced byHqlParser.dateTimeLiteralText().- Parameters:
ctx- the parse tree
-
exitDateTimeLiteralText
void exitDateTimeLiteralText(HqlParser.DateTimeLiteralTextContext ctx)
Exit a parse tree produced byHqlParser.dateTimeLiteralText().- Parameters:
ctx- the parse tree
-
enterNamedParameter
void enterNamedParameter(HqlParser.NamedParameterContext ctx)
Enter a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().- Parameters:
ctx- the parse tree
-
exitNamedParameter
void exitNamedParameter(HqlParser.NamedParameterContext ctx)
Exit a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().- Parameters:
ctx- the parse tree
-
enterPositionalParameter
void enterPositionalParameter(HqlParser.PositionalParameterContext ctx)
Enter a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().- Parameters:
ctx- the parse tree
-
exitPositionalParameter
void exitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Exit a parse tree produced by thePositionalParameterlabeled alternative inHqlParser.parameter().- Parameters:
ctx- the parse tree
-
enterFunction
void enterFunction(HqlParser.FunctionContext ctx)
Enter a parse tree produced byHqlParser.function().- Parameters:
ctx- the parse tree
-
exitFunction
void exitFunction(HqlParser.FunctionContext ctx)
Exit a parse tree produced byHqlParser.function().- Parameters:
ctx- the parse tree
-
enterJpaNonStandardFunction
void enterJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.jpaNonStandardFunction().- Parameters:
ctx- the parse tree
-
exitJpaNonStandardFunction
void exitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.jpaNonStandardFunction().- Parameters:
ctx- the parse tree
-
enterJpaNonStandardFunctionName
void enterJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.jpaNonStandardFunctionName().- Parameters:
ctx- the parse tree
-
exitJpaNonStandardFunctionName
void exitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.jpaNonStandardFunctionName().- Parameters:
ctx- the parse tree
-
enterNonStandardFunction
void enterNonStandardFunction(HqlParser.NonStandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunction().- Parameters:
ctx- the parse tree
-
exitNonStandardFunction
void exitNonStandardFunction(HqlParser.NonStandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunction().- Parameters:
ctx- the parse tree
-
enterNonStandardFunctionName
void enterNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunctionName().- Parameters:
ctx- the parse tree
-
exitNonStandardFunctionName
void exitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunctionName().- Parameters:
ctx- the parse tree
-
enterNonStandardFunctionArguments
void enterNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext ctx)
Enter a parse tree produced byHqlParser.nonStandardFunctionArguments().- Parameters:
ctx- the parse tree
-
exitNonStandardFunctionArguments
void exitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext ctx)
Exit a parse tree produced byHqlParser.nonStandardFunctionArguments().- Parameters:
ctx- the parse tree
-
enterCollectionSizeFunction
void enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Enter a parse tree produced by theCollectionSizeFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree
-
exitCollectionSizeFunction
void exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Exit a parse tree produced by theCollectionSizeFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree
-
enterCollectionIndexFunction
void enterCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext ctx)
Enter a parse tree produced by theCollectionIndexFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree
-
exitCollectionIndexFunction
void exitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext ctx)
Exit a parse tree produced by theCollectionIndexFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree
-
enterMaxIndexFunction
void enterMaxIndexFunction(HqlParser.MaxIndexFunctionContext ctx)
Enter a parse tree produced by theMaxIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
exitMaxIndexFunction
void exitMaxIndexFunction(HqlParser.MaxIndexFunctionContext ctx)
Exit a parse tree produced by theMaxIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
enterMaxElementFunction
void enterMaxElementFunction(HqlParser.MaxElementFunctionContext ctx)
Enter a parse tree produced by theMaxElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
exitMaxElementFunction
void exitMaxElementFunction(HqlParser.MaxElementFunctionContext ctx)
Exit a parse tree produced by theMaxElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
enterMinIndexFunction
void enterMinIndexFunction(HqlParser.MinIndexFunctionContext ctx)
Enter a parse tree produced by theMinIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
exitMinIndexFunction
void exitMinIndexFunction(HqlParser.MinIndexFunctionContext ctx)
Exit a parse tree produced by theMinIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
enterMinElementFunction
void enterMinElementFunction(HqlParser.MinElementFunctionContext ctx)
Enter a parse tree produced by theMinElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
exitMinElementFunction
void exitMinElementFunction(HqlParser.MinElementFunctionContext ctx)
Exit a parse tree produced by theMinElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree
-
enterAggregateFunction
void enterAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Enter a parse tree produced byHqlParser.aggregateFunction().- Parameters:
ctx- the parse tree
-
exitAggregateFunction
void exitAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Exit a parse tree produced byHqlParser.aggregateFunction().- Parameters:
ctx- the parse tree
-
enterAvgFunction
void enterAvgFunction(HqlParser.AvgFunctionContext ctx)
Enter a parse tree produced byHqlParser.avgFunction().- Parameters:
ctx- the parse tree
-
exitAvgFunction
void exitAvgFunction(HqlParser.AvgFunctionContext ctx)
Exit a parse tree produced byHqlParser.avgFunction().- Parameters:
ctx- the parse tree
-
enterSumFunction
void enterSumFunction(HqlParser.SumFunctionContext ctx)
Enter a parse tree produced byHqlParser.sumFunction().- Parameters:
ctx- the parse tree
-
exitSumFunction
void exitSumFunction(HqlParser.SumFunctionContext ctx)
Exit a parse tree produced byHqlParser.sumFunction().- Parameters:
ctx- the parse tree
-
enterMinFunction
void enterMinFunction(HqlParser.MinFunctionContext ctx)
Enter a parse tree produced byHqlParser.minFunction().- Parameters:
ctx- the parse tree
-
exitMinFunction
void exitMinFunction(HqlParser.MinFunctionContext ctx)
Exit a parse tree produced byHqlParser.minFunction().- Parameters:
ctx- the parse tree
-
enterMaxFunction
void enterMaxFunction(HqlParser.MaxFunctionContext ctx)
Enter a parse tree produced byHqlParser.maxFunction().- Parameters:
ctx- the parse tree
-
exitMaxFunction
void exitMaxFunction(HqlParser.MaxFunctionContext ctx)
Exit a parse tree produced byHqlParser.maxFunction().- Parameters:
ctx- the parse tree
-
enterCountFunction
void enterCountFunction(HqlParser.CountFunctionContext ctx)
Enter a parse tree produced byHqlParser.countFunction().- Parameters:
ctx- the parse tree
-
exitCountFunction
void exitCountFunction(HqlParser.CountFunctionContext ctx)
Exit a parse tree produced byHqlParser.countFunction().- Parameters:
ctx- the parse tree
-
enterStandardFunction
void enterStandardFunction(HqlParser.StandardFunctionContext ctx)
Enter a parse tree produced byHqlParser.standardFunction().- Parameters:
ctx- the parse tree
-
exitStandardFunction
void exitStandardFunction(HqlParser.StandardFunctionContext ctx)
Exit a parse tree produced byHqlParser.standardFunction().- Parameters:
ctx- the parse tree
-
enterCastFunction
void enterCastFunction(HqlParser.CastFunctionContext ctx)
Enter a parse tree produced byHqlParser.castFunction().- Parameters:
ctx- the parse tree
-
exitCastFunction
void exitCastFunction(HqlParser.CastFunctionContext ctx)
Exit a parse tree produced byHqlParser.castFunction().- Parameters:
ctx- the parse tree
-
enterCastTarget
void enterCastTarget(HqlParser.CastTargetContext ctx)
Enter a parse tree produced byHqlParser.castTarget().- Parameters:
ctx- the parse tree
-
exitCastTarget
void exitCastTarget(HqlParser.CastTargetContext ctx)
Exit a parse tree produced byHqlParser.castTarget().- Parameters:
ctx- the parse tree
-
enterConcatFunction
void enterConcatFunction(HqlParser.ConcatFunctionContext ctx)
Enter a parse tree produced byHqlParser.concatFunction().- Parameters:
ctx- the parse tree
-
exitConcatFunction
void exitConcatFunction(HqlParser.ConcatFunctionContext ctx)
Exit a parse tree produced byHqlParser.concatFunction().- Parameters:
ctx- the parse tree
-
enterSubstringFunction
void enterSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Enter a parse tree produced byHqlParser.substringFunction().- Parameters:
ctx- the parse tree
-
exitSubstringFunction
void exitSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Exit a parse tree produced byHqlParser.substringFunction().- Parameters:
ctx- the parse tree
-
enterSubstringFunctionStartArgument
void enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionStartArgument().- Parameters:
ctx- the parse tree
-
exitSubstringFunctionStartArgument
void exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionStartArgument().- Parameters:
ctx- the parse tree
-
enterSubstringFunctionLengthArgument
void enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Enter a parse tree produced byHqlParser.substringFunctionLengthArgument().- Parameters:
ctx- the parse tree
-
exitSubstringFunctionLengthArgument
void exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Exit a parse tree produced byHqlParser.substringFunctionLengthArgument().- Parameters:
ctx- the parse tree
-
enterTrimFunction
void enterTrimFunction(HqlParser.TrimFunctionContext ctx)
Enter a parse tree produced byHqlParser.trimFunction().- Parameters:
ctx- the parse tree
-
exitTrimFunction
void exitTrimFunction(HqlParser.TrimFunctionContext ctx)
Exit a parse tree produced byHqlParser.trimFunction().- Parameters:
ctx- the parse tree
-
enterTrimSpecification
void enterTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Enter a parse tree produced byHqlParser.trimSpecification().- Parameters:
ctx- the parse tree
-
exitTrimSpecification
void exitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Exit a parse tree produced byHqlParser.trimSpecification().- Parameters:
ctx- the parse tree
-
enterTrimCharacter
void enterTrimCharacter(HqlParser.TrimCharacterContext ctx)
Enter a parse tree produced byHqlParser.trimCharacter().- Parameters:
ctx- the parse tree
-
exitTrimCharacter
void exitTrimCharacter(HqlParser.TrimCharacterContext ctx)
Exit a parse tree produced byHqlParser.trimCharacter().- Parameters:
ctx- the parse tree
-
enterUpperFunction
void enterUpperFunction(HqlParser.UpperFunctionContext ctx)
Enter a parse tree produced byHqlParser.upperFunction().- Parameters:
ctx- the parse tree
-
exitUpperFunction
void exitUpperFunction(HqlParser.UpperFunctionContext ctx)
Exit a parse tree produced byHqlParser.upperFunction().- Parameters:
ctx- the parse tree
-
enterLowerFunction
void enterLowerFunction(HqlParser.LowerFunctionContext ctx)
Enter a parse tree produced byHqlParser.lowerFunction().- Parameters:
ctx- the parse tree
-
exitLowerFunction
void exitLowerFunction(HqlParser.LowerFunctionContext ctx)
Exit a parse tree produced byHqlParser.lowerFunction().- Parameters:
ctx- the parse tree
-
enterLengthFunction
void enterLengthFunction(HqlParser.LengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.lengthFunction().- Parameters:
ctx- the parse tree
-
exitLengthFunction
void exitLengthFunction(HqlParser.LengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.lengthFunction().- Parameters:
ctx- the parse tree
-
enterLocateFunction
void enterLocateFunction(HqlParser.LocateFunctionContext ctx)
Enter a parse tree produced byHqlParser.locateFunction().- Parameters:
ctx- the parse tree
-
exitLocateFunction
void exitLocateFunction(HqlParser.LocateFunctionContext ctx)
Exit a parse tree produced byHqlParser.locateFunction().- Parameters:
ctx- the parse tree
-
enterLocateFunctionSubstrArgument
void enterLocateFunctionSubstrArgument(HqlParser.LocateFunctionSubstrArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionSubstrArgument().- Parameters:
ctx- the parse tree
-
exitLocateFunctionSubstrArgument
void exitLocateFunctionSubstrArgument(HqlParser.LocateFunctionSubstrArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionSubstrArgument().- Parameters:
ctx- the parse tree
-
enterLocateFunctionStringArgument
void enterLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionStringArgument().- Parameters:
ctx- the parse tree
-
exitLocateFunctionStringArgument
void exitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionStringArgument().- Parameters:
ctx- the parse tree
-
enterLocateFunctionStartArgument
void enterLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext ctx)
Enter a parse tree produced byHqlParser.locateFunctionStartArgument().- Parameters:
ctx- the parse tree
-
exitLocateFunctionStartArgument
void exitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext ctx)
Exit a parse tree produced byHqlParser.locateFunctionStartArgument().- Parameters:
ctx- the parse tree
-
enterAbsFunction
void enterAbsFunction(HqlParser.AbsFunctionContext ctx)
Enter a parse tree produced byHqlParser.absFunction().- Parameters:
ctx- the parse tree
-
exitAbsFunction
void exitAbsFunction(HqlParser.AbsFunctionContext ctx)
Exit a parse tree produced byHqlParser.absFunction().- Parameters:
ctx- the parse tree
-
enterSqrtFunction
void enterSqrtFunction(HqlParser.SqrtFunctionContext ctx)
Enter a parse tree produced byHqlParser.sqrtFunction().- Parameters:
ctx- the parse tree
-
exitSqrtFunction
void exitSqrtFunction(HqlParser.SqrtFunctionContext ctx)
Exit a parse tree produced byHqlParser.sqrtFunction().- Parameters:
ctx- the parse tree
-
enterModFunction
void enterModFunction(HqlParser.ModFunctionContext ctx)
Enter a parse tree produced byHqlParser.modFunction().- Parameters:
ctx- the parse tree
-
exitModFunction
void exitModFunction(HqlParser.ModFunctionContext ctx)
Exit a parse tree produced byHqlParser.modFunction().- Parameters:
ctx- the parse tree
-
enterStrFunction
void enterStrFunction(HqlParser.StrFunctionContext ctx)
Enter a parse tree produced byHqlParser.strFunction().- Parameters:
ctx- the parse tree
-
exitStrFunction
void exitStrFunction(HqlParser.StrFunctionContext ctx)
Exit a parse tree produced byHqlParser.strFunction().- Parameters:
ctx- the parse tree
-
enterModDividendArgument
void enterModDividendArgument(HqlParser.ModDividendArgumentContext ctx)
Enter a parse tree produced byHqlParser.modDividendArgument().- Parameters:
ctx- the parse tree
-
exitModDividendArgument
void exitModDividendArgument(HqlParser.ModDividendArgumentContext ctx)
Exit a parse tree produced byHqlParser.modDividendArgument().- Parameters:
ctx- the parse tree
-
enterModDivisorArgument
void enterModDivisorArgument(HqlParser.ModDivisorArgumentContext ctx)
Enter a parse tree produced byHqlParser.modDivisorArgument().- Parameters:
ctx- the parse tree
-
exitModDivisorArgument
void exitModDivisorArgument(HqlParser.ModDivisorArgumentContext ctx)
Exit a parse tree produced byHqlParser.modDivisorArgument().- Parameters:
ctx- the parse tree
-
enterCurrentDateFunction
void enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentDateFunction().- Parameters:
ctx- the parse tree
-
exitCurrentDateFunction
void exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentDateFunction().- Parameters:
ctx- the parse tree
-
enterCurrentTimeFunction
void enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimeFunction().- Parameters:
ctx- the parse tree
-
exitCurrentTimeFunction
void exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimeFunction().- Parameters:
ctx- the parse tree
-
enterCurrentTimestampFunction
void enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Enter a parse tree produced byHqlParser.currentTimestampFunction().- Parameters:
ctx- the parse tree
-
exitCurrentTimestampFunction
void exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Exit a parse tree produced byHqlParser.currentTimestampFunction().- Parameters:
ctx- the parse tree
-
enterExtractFunction
void enterExtractFunction(HqlParser.ExtractFunctionContext ctx)
Enter a parse tree produced byHqlParser.extractFunction().- Parameters:
ctx- the parse tree
-
exitExtractFunction
void exitExtractFunction(HqlParser.ExtractFunctionContext ctx)
Exit a parse tree produced byHqlParser.extractFunction().- Parameters:
ctx- the parse tree
-
enterExtractField
void enterExtractField(HqlParser.ExtractFieldContext ctx)
Enter a parse tree produced byHqlParser.extractField().- Parameters:
ctx- the parse tree
-
exitExtractField
void exitExtractField(HqlParser.ExtractFieldContext ctx)
Exit a parse tree produced byHqlParser.extractField().- Parameters:
ctx- the parse tree
-
enterDatetimeField
void enterDatetimeField(HqlParser.DatetimeFieldContext ctx)
Enter a parse tree produced byHqlParser.datetimeField().- Parameters:
ctx- the parse tree
-
exitDatetimeField
void exitDatetimeField(HqlParser.DatetimeFieldContext ctx)
Exit a parse tree produced byHqlParser.datetimeField().- Parameters:
ctx- the parse tree
-
enterNonSecondDatetimeField
void enterNonSecondDatetimeField(HqlParser.NonSecondDatetimeFieldContext ctx)
Enter a parse tree produced byHqlParser.nonSecondDatetimeField().- Parameters:
ctx- the parse tree
-
exitNonSecondDatetimeField
void exitNonSecondDatetimeField(HqlParser.NonSecondDatetimeFieldContext ctx)
Exit a parse tree produced byHqlParser.nonSecondDatetimeField().- Parameters:
ctx- the parse tree
-
enterTimeZoneField
void enterTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Enter a parse tree produced byHqlParser.timeZoneField().- Parameters:
ctx- the parse tree
-
exitTimeZoneField
void exitTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Exit a parse tree produced byHqlParser.timeZoneField().- Parameters:
ctx- the parse tree
-
enterPositionFunction
void enterPositionFunction(HqlParser.PositionFunctionContext ctx)
Enter a parse tree produced byHqlParser.positionFunction().- Parameters:
ctx- the parse tree
-
exitPositionFunction
void exitPositionFunction(HqlParser.PositionFunctionContext ctx)
Exit a parse tree produced byHqlParser.positionFunction().- Parameters:
ctx- the parse tree
-
enterPositionSubstrArgument
void enterPositionSubstrArgument(HqlParser.PositionSubstrArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionSubstrArgument().- Parameters:
ctx- the parse tree
-
exitPositionSubstrArgument
void exitPositionSubstrArgument(HqlParser.PositionSubstrArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionSubstrArgument().- Parameters:
ctx- the parse tree
-
enterPositionStringArgument
void enterPositionStringArgument(HqlParser.PositionStringArgumentContext ctx)
Enter a parse tree produced byHqlParser.positionStringArgument().- Parameters:
ctx- the parse tree
-
exitPositionStringArgument
void exitPositionStringArgument(HqlParser.PositionStringArgumentContext ctx)
Exit a parse tree produced byHqlParser.positionStringArgument().- Parameters:
ctx- the parse tree
-
enterCharLengthFunction
void enterCharLengthFunction(HqlParser.CharLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.charLengthFunction().- Parameters:
ctx- the parse tree
-
exitCharLengthFunction
void exitCharLengthFunction(HqlParser.CharLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.charLengthFunction().- Parameters:
ctx- the parse tree
-
enterOctetLengthFunction
void enterOctetLengthFunction(HqlParser.OctetLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.octetLengthFunction().- Parameters:
ctx- the parse tree
-
exitOctetLengthFunction
void exitOctetLengthFunction(HqlParser.OctetLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.octetLengthFunction().- Parameters:
ctx- the parse tree
-
enterBitLengthFunction
void enterBitLengthFunction(HqlParser.BitLengthFunctionContext ctx)
Enter a parse tree produced byHqlParser.bitLengthFunction().- Parameters:
ctx- the parse tree
-
exitBitLengthFunction
void exitBitLengthFunction(HqlParser.BitLengthFunctionContext ctx)
Exit a parse tree produced byHqlParser.bitLengthFunction().- Parameters:
ctx- the parse tree
-
enterIdentifier
void enterIdentifier(HqlParser.IdentifierContext ctx)
Enter a parse tree produced byHqlParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
void exitIdentifier(HqlParser.IdentifierContext ctx)
Exit a parse tree produced byHqlParser.identifier().- Parameters:
ctx- the parse tree
-
-