Package org.hibernate.grammars.hql
Interface HqlParserVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
HqlParserBaseVisitor
,SemanticQueryBuilder
public interface HqlParserVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced byHqlParser
.
-
-
Method Summary
-
-
-
Method Detail
-
visitStatement
T visitStatement(HqlParser.StatementContext ctx)
Visit a parse tree produced byHqlParser.statement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectStatement
T visitSelectStatement(HqlParser.SelectStatementContext ctx)
Visit a parse tree produced byHqlParser.selectStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubquery
T visitSubquery(HqlParser.SubqueryContext ctx)
Visit a parse tree produced byHqlParser.subquery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTargetEntity
T visitTargetEntity(HqlParser.TargetEntityContext ctx)
Visit a parse tree produced byHqlParser.targetEntity()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeleteStatement
T visitDeleteStatement(HqlParser.DeleteStatementContext ctx)
Visit a parse tree produced byHqlParser.deleteStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUpdateStatement
T visitUpdateStatement(HqlParser.UpdateStatementContext ctx)
Visit a parse tree produced byHqlParser.updateStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetClause
T visitSetClause(HqlParser.SetClauseContext ctx)
Visit a parse tree produced byHqlParser.setClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAssignment
T visitAssignment(HqlParser.AssignmentContext ctx)
Visit a parse tree produced byHqlParser.assignment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInsertStatement
T visitInsertStatement(HqlParser.InsertStatementContext ctx)
Visit a parse tree produced byHqlParser.insertStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTargetFields
T visitTargetFields(HqlParser.TargetFieldsContext ctx)
Visit a parse tree produced byHqlParser.targetFields()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValuesList
T visitValuesList(HqlParser.ValuesListContext ctx)
Visit a parse tree produced byHqlParser.valuesList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValues
T visitValues(HqlParser.ValuesContext ctx)
Visit a parse tree produced by thevalues
labeled alternative inHqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictClause
T visitConflictClause(HqlParser.ConflictClauseContext ctx)
Visit a parse tree produced byHqlParser.conflictClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictTarget
T visitConflictTarget(HqlParser.ConflictTargetContext ctx)
Visit a parse tree produced byHqlParser.conflictTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConflictAction
T visitConflictAction(HqlParser.ConflictActionContext ctx)
Visit a parse tree produced byHqlParser.conflictAction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithClause
T visitWithClause(HqlParser.WithClauseContext ctx)
Visit a parse tree produced byHqlParser.withClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCte
T visitCte(HqlParser.CteContext ctx)
Visit a parse tree produced byHqlParser.cte()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCteAttributes
T visitCteAttributes(HqlParser.CteAttributesContext ctx)
Visit a parse tree produced byHqlParser.cteAttributes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchClause
T visitSearchClause(HqlParser.SearchClauseContext ctx)
Visit a parse tree produced byHqlParser.searchClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchSpecifications
T visitSearchSpecifications(HqlParser.SearchSpecificationsContext ctx)
Visit a parse tree produced byHqlParser.searchSpecifications()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchSpecification
T visitSearchSpecification(HqlParser.SearchSpecificationContext ctx)
Visit a parse tree produced byHqlParser.searchSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCycleClause
T visitCycleClause(HqlParser.CycleClauseContext ctx)
Visit a parse tree produced byHqlParser.cycleClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleQueryGroup
T visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext ctx)
Visit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetQueryGroup
T visitSetQueryGroup(HqlParser.SetQueryGroupContext ctx)
Visit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuerySpecExpression
T visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Visit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNestedQueryExpression
T visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext ctx)
Visit a parse tree produced by theNestedQueryExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOrderExpression
T visitQueryOrderExpression(HqlParser.QueryOrderExpressionContext ctx)
Visit a parse tree produced by theQueryOrderExpression
labeled alternative inHqlParser.orderedQuery()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSetOperator
T visitSetOperator(HqlParser.SetOperatorContext ctx)
Visit a parse tree produced byHqlParser.setOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryOrder
T visitQueryOrder(HqlParser.QueryOrderContext ctx)
Visit a parse tree produced byHqlParser.queryOrder()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
T visitQuery(HqlParser.QueryContext ctx)
Visit a parse tree produced byHqlParser.query()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromClause
T visitFromClause(HqlParser.FromClauseContext ctx)
Visit a parse tree produced byHqlParser.fromClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityWithJoins
T visitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Visit a parse tree produced byHqlParser.entityWithJoins()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootEntity
T visitRootEntity(HqlParser.RootEntityContext ctx)
Visit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootSubquery
T visitRootSubquery(HqlParser.RootSubqueryContext ctx)
Visit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityName
T visitEntityName(HqlParser.EntityNameContext ctx)
Visit a parse tree produced byHqlParser.entityName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariable
T visitVariable(HqlParser.VariableContext ctx)
Visit a parse tree produced byHqlParser.variable()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCrossJoin
T visitCrossJoin(HqlParser.CrossJoinContext ctx)
Visit a parse tree produced byHqlParser.crossJoin()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaCollectionJoin
T visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
Visit a parse tree produced byHqlParser.jpaCollectionJoin()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoin
T visitJoin(HqlParser.JoinContext ctx)
Visit a parse tree produced byHqlParser.join()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinType
T visitJoinType(HqlParser.JoinTypeContext ctx)
Visit a parse tree produced byHqlParser.joinType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinPath
T visitJoinPath(HqlParser.JoinPathContext ctx)
Visit a parse tree produced by theJoinPath
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinSubquery
T visitJoinSubquery(HqlParser.JoinSubqueryContext ctx)
Visit a parse tree produced by theJoinSubquery
labeled alternative inHqlParser.joinTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJoinRestriction
T visitJoinRestriction(HqlParser.JoinRestrictionContext ctx)
Visit a parse tree produced byHqlParser.joinRestriction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectClause
T visitSelectClause(HqlParser.SelectClauseContext ctx)
Visit a parse tree produced byHqlParser.selectClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectionList
T visitSelectionList(HqlParser.SelectionListContext ctx)
Visit a parse tree produced byHqlParser.selectionList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelection
T visitSelection(HqlParser.SelectionContext ctx)
Visit a parse tree produced byHqlParser.selection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectExpression
T visitSelectExpression(HqlParser.SelectExpressionContext ctx)
Visit a parse tree produced byHqlParser.selectExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMapEntrySelection
T visitMapEntrySelection(HqlParser.MapEntrySelectionContext ctx)
Visit a parse tree produced byHqlParser.mapEntrySelection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiation
T visitInstantiation(HqlParser.InstantiationContext ctx)
Visit a parse tree produced byHqlParser.instantiation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationTarget
T visitInstantiationTarget(HqlParser.InstantiationTargetContext ctx)
Visit a parse tree produced byHqlParser.instantiationTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArguments
T visitInstantiationArguments(HqlParser.InstantiationArgumentsContext ctx)
Visit a parse tree produced byHqlParser.instantiationArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArgument
T visitInstantiationArgument(HqlParser.InstantiationArgumentContext ctx)
Visit a parse tree produced byHqlParser.instantiationArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantiationArgumentExpression
T visitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext ctx)
Visit a parse tree produced byHqlParser.instantiationArgumentExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaSelectObjectSyntax
T visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext ctx)
Visit a parse tree produced byHqlParser.jpaSelectObjectSyntax()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplePath
T visitSimplePath(HqlParser.SimplePathContext ctx)
Visit a parse tree produced byHqlParser.simplePath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplePathElement
T visitSimplePathElement(HqlParser.SimplePathElementContext ctx)
Visit a parse tree produced byHqlParser.simplePathElement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPath
T visitPath(HqlParser.PathContext ctx)
Visit a parse tree produced byHqlParser.path()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathContinuation
T visitPathContinuation(HqlParser.PathContinuationContext ctx)
Visit a parse tree produced byHqlParser.pathContinuation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyntacticDomainPath
T visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
Visit a parse tree produced byHqlParser.syntacticDomainPath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralPathFragment
T visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext ctx)
Visit a parse tree produced byHqlParser.generalPathFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexedPathAccessFragment
T visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext ctx)
Visit a parse tree produced byHqlParser.indexedPathAccessFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSlicedPathAccessFragment
T visitSlicedPathAccessFragment(HqlParser.SlicedPathAccessFragmentContext ctx)
Visit a parse tree produced byHqlParser.slicedPathAccessFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTreatedNavigablePath
T visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Visit a parse tree produced byHqlParser.treatedNavigablePath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionValueNavigablePath
T visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext ctx)
Visit a parse tree produced byHqlParser.collectionValueNavigablePath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMapKeyNavigablePath
T visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext ctx)
Visit a parse tree produced byHqlParser.mapKeyNavigablePath()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
T visitGroupByClause(HqlParser.GroupByClauseContext ctx)
Visit a parse tree produced byHqlParser.groupByClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupByExpression
T visitGroupByExpression(HqlParser.GroupByExpressionContext ctx)
Visit a parse tree produced byHqlParser.groupByExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHavingClause
T visitHavingClause(HqlParser.HavingClauseContext ctx)
Visit a parse tree produced byHqlParser.havingClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
T visitOrderByClause(HqlParser.OrderByClauseContext ctx)
Visit a parse tree produced byHqlParser.orderByClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrderByFragment
T visitOrderByFragment(HqlParser.OrderByFragmentContext ctx)
Visit a parse tree produced byHqlParser.orderByFragment()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortSpecification
T visitSortSpecification(HqlParser.SortSpecificationContext ctx)
Visit a parse tree produced byHqlParser.sortSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullsPrecedence
T visitNullsPrecedence(HqlParser.NullsPrecedenceContext ctx)
Visit a parse tree produced byHqlParser.nullsPrecedence()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortExpression
T visitSortExpression(HqlParser.SortExpressionContext ctx)
Visit a parse tree produced byHqlParser.sortExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSortDirection
T visitSortDirection(HqlParser.SortDirectionContext ctx)
Visit a parse tree produced byHqlParser.sortDirection()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollateFunction
T visitCollateFunction(HqlParser.CollateFunctionContext ctx)
Visit a parse tree produced byHqlParser.collateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollation
T visitCollation(HqlParser.CollationContext ctx)
Visit a parse tree produced byHqlParser.collation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLimitClause
T visitLimitClause(HqlParser.LimitClauseContext ctx)
Visit a parse tree produced byHqlParser.limitClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetClause
T visitOffsetClause(HqlParser.OffsetClauseContext ctx)
Visit a parse tree produced byHqlParser.offsetClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFetchClause
T visitFetchClause(HqlParser.FetchClauseContext ctx)
Visit a parse tree produced byHqlParser.fetchClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFetchCountOrPercent
T visitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext ctx)
Visit a parse tree produced byHqlParser.fetchCountOrPercent()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterOrIntegerLiteral
T visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext ctx)
Visit a parse tree produced byHqlParser.parameterOrIntegerLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterOrNumberLiteral
T visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext ctx)
Visit a parse tree produced byHqlParser.parameterOrNumberLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhereClause
T visitWhereClause(HqlParser.WhereClauseContext ctx)
Visit a parse tree produced byHqlParser.whereClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsDistinctFromPredicate
T visitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext ctx)
Visit a parse tree produced by theIsDistinctFromPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitContainsPredicate
T visitContainsPredicate(HqlParser.ContainsPredicateContext ctx)
Visit a parse tree produced by theContainsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBetweenPredicate
T visitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Visit a parse tree produced by theBetweenPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExistsPredicate
T visitExistsPredicate(HqlParser.ExistsPredicateContext ctx)
Visit a parse tree produced by theExistsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAndPredicate
T visitAndPredicate(HqlParser.AndPredicateContext ctx)
Visit a parse tree produced by theAndPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsFalsePredicate
T visitIsFalsePredicate(HqlParser.IsFalsePredicateContext ctx)
Visit a parse tree produced by theIsFalsePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupedPredicate
T visitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Visit a parse tree produced by theGroupedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
T visitLikePredicate(HqlParser.LikePredicateContext ctx)
Visit a parse tree produced by theLikePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInPredicate
T visitInPredicate(HqlParser.InPredicateContext ctx)
Visit a parse tree produced by theInPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIncludesPredicate
T visitIncludesPredicate(HqlParser.IncludesPredicateContext ctx)
Visit a parse tree produced by theIncludesPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonPredicate
T visitComparisonPredicate(HqlParser.ComparisonPredicateContext ctx)
Visit a parse tree produced by theComparisonPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExistsCollectionPartPredicate
T visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext ctx)
Visit a parse tree produced by theExistsCollectionPartPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNegatedPredicate
T visitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Visit a parse tree produced by theNegatedPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanExpressionPredicate
T visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext ctx)
Visit a parse tree produced by theBooleanExpressionPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrPredicate
T visitOrPredicate(HqlParser.OrPredicateContext ctx)
Visit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMemberOfPredicate
T visitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Visit a parse tree produced by theMemberOfPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsEmptyPredicate
T visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Visit a parse tree produced by theIsEmptyPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsNullPredicate
T visitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Visit a parse tree produced by theIsNullPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsTruePredicate
T visitIsTruePredicate(HqlParser.IsTruePredicateContext ctx)
Visit a parse tree produced by theIsTruePredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntersectsPredicate
T visitIntersectsPredicate(HqlParser.IntersectsPredicateContext ctx)
Visit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
T visitComparisonOperator(HqlParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byHqlParser.comparisonOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPersistentCollectionReferenceInList
T visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Visit a parse tree produced by thePersistentCollectionReferenceInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExplicitTupleInList
T visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Visit a parse tree produced by theExplicitTupleInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryInList
T visitSubqueryInList(HqlParser.SubqueryInListContext ctx)
Visit a parse tree produced by theSubqueryInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParamInList
T visitParamInList(HqlParser.ParamInListContext ctx)
Visit a parse tree produced by theParamInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayInList
T visitArrayInList(HqlParser.ArrayInListContext ctx)
Visit a parse tree produced by theArrayInList
labeled alternative inHqlParser.inList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLikeEscape
T visitLikeEscape(HqlParser.LikeEscapeContext ctx)
Visit a parse tree produced byHqlParser.likeEscape()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdditionExpression
T visitAdditionExpression(HqlParser.AdditionExpressionContext ctx)
Visit a parse tree produced by theAdditionExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromDurationExpression
T visitFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBarePrimaryExpression
T visitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext ctx)
Visit a parse tree produced by theBarePrimaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTupleExpression
T visitTupleExpression(HqlParser.TupleExpressionContext ctx)
Visit a parse tree produced by theTupleExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
T visitUnaryExpression(HqlParser.UnaryExpressionContext ctx)
Visit a parse tree produced by theUnaryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupedExpression
T visitGroupedExpression(HqlParser.GroupedExpressionContext ctx)
Visit a parse tree produced by theGroupedExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConcatenationExpression
T visitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Visit a parse tree produced by theConcatenationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultiplicationExpression
T visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Visit a parse tree produced by theMultiplicationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitToDurationExpression
T visitToDurationExpression(HqlParser.ToDurationExpressionContext ctx)
Visit a parse tree produced by theToDurationExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubqueryExpression
T visitSubqueryExpression(HqlParser.SubqueryExpressionContext ctx)
Visit a parse tree produced by theSubqueryExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryNumericLiteralExpression
T visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext ctx)
Visit a parse tree produced by theUnaryNumericLiteralExpression
labeled alternative inHqlParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
T visitCaseExpression(HqlParser.CaseExpressionContext ctx)
Visit a parse tree produced by theCaseExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteralExpression
T visitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Visit a parse tree produced by theLiteralExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterExpression
T visitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Visit a parse tree produced by theParameterExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityTypeExpression
T visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Visit a parse tree produced by theEntityTypeExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityIdExpression
T visitEntityIdExpression(HqlParser.EntityIdExpressionContext ctx)
Visit a parse tree produced by theEntityIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityVersionExpression
T visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext ctx)
Visit a parse tree produced by theEntityVersionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityNaturalIdExpression
T visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)
Visit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyntacticPathExpression
T visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext ctx)
Visit a parse tree produced by theSyntacticPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunctionExpression
T visitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Visit a parse tree produced by theFunctionExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralPathExpression
T visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrPredicate
T visitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext ctx)
Visit a parse tree produced byHqlParser.expressionOrPredicate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionQuantifier
T visitCollectionQuantifier(HqlParser.CollectionQuantifierContext ctx)
Visit a parse tree produced byHqlParser.collectionQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValueQuantifier
T visitElementValueQuantifier(HqlParser.ElementValueQuantifierContext ctx)
Visit a parse tree produced byHqlParser.elementValueQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexKeyQuantifier
T visitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext ctx)
Visit a parse tree produced byHqlParser.indexKeyQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementsValuesQuantifier
T visitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext ctx)
Visit a parse tree produced byHqlParser.elementsValuesQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndicesKeysQuantifier
T visitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext ctx)
Visit a parse tree produced byHqlParser.indicesKeysQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeOperator
T visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext ctx)
Visit a parse tree produced byHqlParser.multiplicativeOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdditiveOperator
T visitAdditiveOperator(HqlParser.AdditiveOperatorContext ctx)
Visit a parse tree produced byHqlParser.additiveOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSignOperator
T visitSignOperator(HqlParser.SignOperatorContext ctx)
Visit a parse tree produced byHqlParser.signOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityTypeReference
T visitEntityTypeReference(HqlParser.EntityTypeReferenceContext ctx)
Visit a parse tree produced byHqlParser.entityTypeReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityIdReference
T visitEntityIdReference(HqlParser.EntityIdReferenceContext ctx)
Visit a parse tree produced byHqlParser.entityIdReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityVersionReference
T visitEntityVersionReference(HqlParser.EntityVersionReferenceContext ctx)
Visit a parse tree produced byHqlParser.entityVersionReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEntityNaturalIdReference
T visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext ctx)
Visit a parse tree produced byHqlParser.entityNaturalIdReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitToOneFkReference
T visitToOneFkReference(HqlParser.ToOneFkReferenceContext ctx)
Visit a parse tree produced byHqlParser.toOneFkReference()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseList
T visitCaseList(HqlParser.CaseListContext ctx)
Visit a parse tree produced byHqlParser.caseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseList
T visitSimpleCaseList(HqlParser.SimpleCaseListContext ctx)
Visit a parse tree produced byHqlParser.simpleCaseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseWhen
T visitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext ctx)
Visit a parse tree produced byHqlParser.simpleCaseWhen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCaseOtherwise
T visitCaseOtherwise(HqlParser.CaseOtherwiseContext ctx)
Visit a parse tree produced byHqlParser.caseOtherwise()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseList
T visitSearchedCaseList(HqlParser.SearchedCaseListContext ctx)
Visit a parse tree produced byHqlParser.searchedCaseList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseWhen
T visitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext ctx)
Visit a parse tree produced byHqlParser.searchedCaseWhen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteral
T visitLiteral(HqlParser.LiteralContext ctx)
Visit a parse tree produced byHqlParser.literal()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
T visitBooleanLiteral(HqlParser.BooleanLiteralContext ctx)
Visit a parse tree produced byHqlParser.booleanLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
T visitNumericLiteral(HqlParser.NumericLiteralContext ctx)
Visit a parse tree produced byHqlParser.numericLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBinaryLiteral
T visitBinaryLiteral(HqlParser.BinaryLiteralContext ctx)
Visit a parse tree produced byHqlParser.binaryLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTemporalLiteral
T visitTemporalLiteral(HqlParser.TemporalLiteralContext ctx)
Visit a parse tree produced byHqlParser.temporalLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiteral
T visitDateTimeLiteral(HqlParser.DateTimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.dateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTimeLiteral
T visitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.localDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZonedDateTimeLiteral
T visitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.zonedDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeLiteral
T visitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.offsetDateTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
T visitDateLiteral(HqlParser.DateLiteralContext ctx)
Visit a parse tree produced byHqlParser.dateLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTimeLiteral
T visitTimeLiteral(HqlParser.TimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.timeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateTime
T visitDateTime(HqlParser.DateTimeContext ctx)
Visit a parse tree produced byHqlParser.dateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTime
T visitLocalDateTime(HqlParser.LocalDateTimeContext ctx)
Visit a parse tree produced byHqlParser.localDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZonedDateTime
T visitZonedDateTime(HqlParser.ZonedDateTimeContext ctx)
Visit a parse tree produced byHqlParser.zonedDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTime
T visitOffsetDateTime(HqlParser.OffsetDateTimeContext ctx)
Visit a parse tree produced byHqlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeWithMinutes
T visitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext ctx)
Visit a parse tree produced byHqlParser.offsetDateTimeWithMinutes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDate
T visitDate(HqlParser.DateContext ctx)
Visit a parse tree produced byHqlParser.date()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTime
T visitTime(HqlParser.TimeContext ctx)
Visit a parse tree produced byHqlParser.time()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffset
T visitOffset(HqlParser.OffsetContext ctx)
Visit a parse tree produced byHqlParser.offset()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetWithMinutes
T visitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext ctx)
Visit a parse tree produced byHqlParser.offsetWithMinutes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitYear
T visitYear(HqlParser.YearContext ctx)
Visit a parse tree produced byHqlParser.year()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMonth
T visitMonth(HqlParser.MonthContext ctx)
Visit a parse tree produced byHqlParser.month()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDay
T visitDay(HqlParser.DayContext ctx)
Visit a parse tree produced byHqlParser.day()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHour
T visitHour(HqlParser.HourContext ctx)
Visit a parse tree produced byHqlParser.hour()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMinute
T visitMinute(HqlParser.MinuteContext ctx)
Visit a parse tree produced byHqlParser.minute()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSecond
T visitSecond(HqlParser.SecondContext ctx)
Visit a parse tree produced byHqlParser.second()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitZoneId
T visitZoneId(HqlParser.ZoneIdContext ctx)
Visit a parse tree produced byHqlParser.zoneId()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcTimestampLiteral
T visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext ctx)
Visit a parse tree produced byHqlParser.jdbcTimestampLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcDateLiteral
T visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext ctx)
Visit a parse tree produced byHqlParser.jdbcDateLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbcTimeLiteral
T visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext ctx)
Visit a parse tree produced byHqlParser.jdbcTimeLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericTemporalLiteralText
T visitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext ctx)
Visit a parse tree produced byHqlParser.genericTemporalLiteralText()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayLiteral
T visitArrayLiteral(HqlParser.ArrayLiteralContext ctx)
Visit a parse tree produced byHqlParser.arrayLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteral
T visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext ctx)
Visit a parse tree produced byHqlParser.generalizedLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteralType
T visitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext ctx)
Visit a parse tree produced byHqlParser.generalizedLiteralType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneralizedLiteralText
T visitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext ctx)
Visit a parse tree produced byHqlParser.generalizedLiteralText()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
T visitNamedParameter(HqlParser.NamedParameterContext ctx)
Visit a parse tree produced by theNamedParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionalParameter
T visitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Visit a parse tree produced by thePositionalParameter
labeled alternative inHqlParser.parameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFunction
T visitFunction(HqlParser.FunctionContext ctx)
Visit a parse tree produced byHqlParser.function()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaNonstandardFunction
T visitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext ctx)
Visit a parse tree produced byHqlParser.jpaNonstandardFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJpaNonstandardFunctionName
T visitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext ctx)
Visit a parse tree produced byHqlParser.jpaNonstandardFunctionName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitColumnFunction
T visitColumnFunction(HqlParser.ColumnFunctionContext ctx)
Visit a parse tree produced byHqlParser.columnFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunction
T visitGenericFunction(HqlParser.GenericFunctionContext ctx)
Visit a parse tree produced byHqlParser.genericFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunctionName
T visitGenericFunctionName(HqlParser.GenericFunctionNameContext ctx)
Visit a parse tree produced byHqlParser.genericFunctionName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericFunctionArguments
T visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext ctx)
Visit a parse tree produced byHqlParser.genericFunctionArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionSizeFunction
T visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Visit a parse tree produced byHqlParser.collectionSizeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementAggregateFunction
T visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext ctx)
Visit a parse tree produced by theElementAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIndexAggregateFunction
T visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext ctx)
Visit a parse tree produced by theIndexAggregateFunction
labeled alternative inHqlParser.collectionAggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionFunctionMisuse
T visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext ctx)
Visit a parse tree produced byHqlParser.collectionFunctionMisuse()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAggregateFunction
T visitAggregateFunction(HqlParser.AggregateFunctionContext ctx)
Visit a parse tree produced byHqlParser.aggregateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEveryFunction
T visitEveryFunction(HqlParser.EveryFunctionContext ctx)
Visit a parse tree produced byHqlParser.everyFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnyFunction
T visitAnyFunction(HqlParser.AnyFunctionContext ctx)
Visit a parse tree produced byHqlParser.anyFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEveryAllQuantifier
T visitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext ctx)
Visit a parse tree produced byHqlParser.everyAllQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnySomeQuantifier
T visitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext ctx)
Visit a parse tree produced byHqlParser.anySomeQuantifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListaggFunction
T visitListaggFunction(HqlParser.ListaggFunctionContext ctx)
Visit a parse tree produced byHqlParser.listaggFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOnOverflowClause
T visitOnOverflowClause(HqlParser.OnOverflowClauseContext ctx)
Visit a parse tree produced byHqlParser.onOverflowClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithinGroupClause
T visitWithinGroupClause(HqlParser.WithinGroupClauseContext ctx)
Visit a parse tree produced byHqlParser.withinGroupClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilterClause
T visitFilterClause(HqlParser.FilterClauseContext ctx)
Visit a parse tree produced byHqlParser.filterClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullsClause
T visitNullsClause(HqlParser.NullsClauseContext ctx)
Visit a parse tree produced byHqlParser.nullsClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNthSideClause
T visitNthSideClause(HqlParser.NthSideClauseContext ctx)
Visit a parse tree produced byHqlParser.nthSideClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverClause
T visitOverClause(HqlParser.OverClauseContext ctx)
Visit a parse tree produced byHqlParser.overClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPartitionClause
T visitPartitionClause(HqlParser.PartitionClauseContext ctx)
Visit a parse tree produced byHqlParser.partitionClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameClause
T visitFrameClause(HqlParser.FrameClauseContext ctx)
Visit a parse tree produced byHqlParser.frameClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameStart
T visitFrameStart(HqlParser.FrameStartContext ctx)
Visit a parse tree produced byHqlParser.frameStart()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameEnd
T visitFrameEnd(HqlParser.FrameEndContext ctx)
Visit a parse tree produced byHqlParser.frameEnd()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrameExclusion
T visitFrameExclusion(HqlParser.FrameExclusionContext ctx)
Visit a parse tree produced byHqlParser.frameExclusion()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStandardFunction
T visitStandardFunction(HqlParser.StandardFunctionContext ctx)
Visit a parse tree produced byHqlParser.standardFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastFunction
T visitCastFunction(HqlParser.CastFunctionContext ctx)
Visit a parse tree produced byHqlParser.castFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastTarget
T visitCastTarget(HqlParser.CastTargetContext ctx)
Visit a parse tree produced byHqlParser.castTarget()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastTargetType
T visitCastTargetType(HqlParser.CastTargetTypeContext ctx)
Visit a parse tree produced byHqlParser.castTargetType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunction
T visitSubstringFunction(HqlParser.SubstringFunctionContext ctx)
Visit a parse tree produced byHqlParser.substringFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunctionStartArgument
T visitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext ctx)
Visit a parse tree produced byHqlParser.substringFunctionStartArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubstringFunctionLengthArgument
T visitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext ctx)
Visit a parse tree produced byHqlParser.substringFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
T visitTrimFunction(HqlParser.TrimFunctionContext ctx)
Visit a parse tree produced byHqlParser.trimFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimSpecification
T visitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
Visit a parse tree produced byHqlParser.trimSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrimCharacter
T visitTrimCharacter(HqlParser.TrimCharacterContext ctx)
Visit a parse tree produced byHqlParser.trimCharacter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadFunction
T visitPadFunction(HqlParser.PadFunctionContext ctx)
Visit a parse tree produced byHqlParser.padFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadSpecification
T visitPadSpecification(HqlParser.PadSpecificationContext ctx)
Visit a parse tree produced byHqlParser.padSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadCharacter
T visitPadCharacter(HqlParser.PadCharacterContext ctx)
Visit a parse tree produced byHqlParser.padCharacter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPadLength
T visitPadLength(HqlParser.PadLengthContext ctx)
Visit a parse tree produced byHqlParser.padLength()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunction
T visitOverlayFunction(HqlParser.OverlayFunctionContext ctx)
Visit a parse tree produced byHqlParser.overlayFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionStringArgument
T visitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext ctx)
Visit a parse tree produced byHqlParser.overlayFunctionStringArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionReplacementArgument
T visitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext ctx)
Visit a parse tree produced byHqlParser.overlayFunctionReplacementArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionStartArgument
T visitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext ctx)
Visit a parse tree produced byHqlParser.overlayFunctionStartArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOverlayFunctionLengthArgument
T visitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext ctx)
Visit a parse tree produced byHqlParser.overlayFunctionLengthArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentDateFunction
T visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext ctx)
Visit a parse tree produced byHqlParser.currentDateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentTimeFunction
T visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext ctx)
Visit a parse tree produced byHqlParser.currentTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCurrentTimestampFunction
T visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext ctx)
Visit a parse tree produced byHqlParser.currentTimestampFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInstantFunction
T visitInstantFunction(HqlParser.InstantFunctionContext ctx)
Visit a parse tree produced byHqlParser.instantFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateTimeFunction
T visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext ctx)
Visit a parse tree produced byHqlParser.localDateTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffsetDateTimeFunction
T visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext ctx)
Visit a parse tree produced byHqlParser.offsetDateTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalDateFunction
T visitLocalDateFunction(HqlParser.LocalDateFunctionContext ctx)
Visit a parse tree produced byHqlParser.localDateFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalTimeFunction
T visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext ctx)
Visit a parse tree produced byHqlParser.localTimeFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormatFunction
T visitFormatFunction(HqlParser.FormatFunctionContext ctx)
Visit a parse tree produced byHqlParser.formatFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormat
T visitFormat(HqlParser.FormatContext ctx)
Visit a parse tree produced byHqlParser.format()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
T visitExtractFunction(HqlParser.ExtractFunctionContext ctx)
Visit a parse tree produced byHqlParser.extractFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTruncFunction
T visitTruncFunction(HqlParser.TruncFunctionContext ctx)
Visit a parse tree produced byHqlParser.truncFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtractField
T visitExtractField(HqlParser.ExtractFieldContext ctx)
Visit a parse tree produced byHqlParser.extractField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDatetimeField
T visitDatetimeField(HqlParser.DatetimeFieldContext ctx)
Visit a parse tree produced byHqlParser.datetimeField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDayField
T visitDayField(HqlParser.DayFieldContext ctx)
Visit a parse tree produced byHqlParser.dayField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWeekField
T visitWeekField(HqlParser.WeekFieldContext ctx)
Visit a parse tree produced byHqlParser.weekField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTimeZoneField
T visitTimeZoneField(HqlParser.TimeZoneFieldContext ctx)
Visit a parse tree produced byHqlParser.timeZoneField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateOrTimeField
T visitDateOrTimeField(HqlParser.DateOrTimeFieldContext ctx)
Visit a parse tree produced byHqlParser.dateOrTimeField()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunction
T visitPositionFunction(HqlParser.PositionFunctionContext ctx)
Visit a parse tree produced byHqlParser.positionFunction()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunctionPatternArgument
T visitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext ctx)
Visit a parse tree produced byHqlParser.positionFunctionPatternArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPositionFunctionStringArgument
T visitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext ctx)
Visit a parse tree produced byHqlParser.positionFunctionStringArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCube
T visitCube(HqlParser.CubeContext ctx)
Visit a parse tree produced byHqlParser.cube()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRollup
T visitRollup(HqlParser.RollupContext ctx)
Visit a parse tree produced byHqlParser.rollup()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNakedIdentifier
T visitNakedIdentifier(HqlParser.NakedIdentifierContext ctx)
Visit a parse tree produced byHqlParser.nakedIdentifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifier
T visitIdentifier(HqlParser.IdentifierContext ctx)
Visit a parse tree produced byHqlParser.identifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-