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