Package io.quarkus.panacheql.internal
Interface HqlParserVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
HqlParserBaseVisitor
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
-
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
-
visitInsertSpec
T visitInsertSpec(HqlParser.InsertSpecContext ctx)
Visit a parse tree produced byHqlParser.insertSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntoSpec
T visitIntoSpec(HqlParser.IntoSpecContext ctx)
Visit a parse tree produced byHqlParser.intoSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetFieldsSpec
T visitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext ctx)
Visit a parse tree produced byHqlParser.targetFieldsSpec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuerySpec
T visitQuerySpec(HqlParser.QuerySpecContext ctx)
Visit a parse tree produced byHqlParser.querySpec().- 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
-
visitFromClauseSpace
T visitFromClauseSpace(HqlParser.FromClauseSpaceContext ctx)
Visit a parse tree produced byHqlParser.fromClauseSpace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathRoot
T visitPathRoot(HqlParser.PathRootContext ctx)
Visit a parse tree produced byHqlParser.pathRoot().- 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
-
visitIdentificationVariableDef
T visitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext ctx)
Visit a parse tree produced byHqlParser.identificationVariableDef().- 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
-
visitQualifiedJoin
T visitQualifiedJoin(HqlParser.QualifiedJoinContext ctx)
Visit a parse tree produced byHqlParser.qualifiedJoin().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinTypeQualifier
T visitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext ctx)
Visit a parse tree produced byHqlParser.joinTypeQualifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedJoinRhs
T visitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext ctx)
Visit a parse tree produced byHqlParser.qualifiedJoinRhs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedJoinPredicate
T visitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext ctx)
Visit a parse tree produced byHqlParser.qualifiedJoinPredicate().- 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
-
visitResultIdentifier
T visitResultIdentifier(HqlParser.ResultIdentifierContext ctx)
Visit a parse tree produced byHqlParser.resultIdentifier().- 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
-
visitDynamicInstantiation
T visitDynamicInstantiation(HqlParser.DynamicInstantiationContext ctx)
Visit a parse tree produced byHqlParser.dynamicInstantiation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicInstantiationTarget
T visitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext ctx)
Visit a parse tree produced byHqlParser.dynamicInstantiationTarget().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicInstantiationArgs
T visitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext ctx)
Visit a parse tree produced byHqlParser.dynamicInstantiationArgs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicInstantiationArg
T visitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext ctx)
Visit a parse tree produced byHqlParser.dynamicInstantiationArg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicInstantiationArgExpression
T visitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext ctx)
Visit a parse tree produced byHqlParser.dynamicInstantiationArgExpression().- 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
-
visitDotIdentifierSequence
T visitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext ctx)
Visit a parse tree produced byHqlParser.dotIdentifierSequence().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotIdentifierSequenceContinuation
T visitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext ctx)
Visit a parse tree produced byHqlParser.dotIdentifierSequenceContinuation().- 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
-
visitTreatedNavigablePath
T visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext ctx)
Visit a parse tree produced byHqlParser.treatedNavigablePath().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionElementNavigablePath
T visitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext ctx)
Visit a parse tree produced byHqlParser.collectionElementNavigablePath().- 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
-
visitGroupingSpecification
T visitGroupingSpecification(HqlParser.GroupingSpecificationContext ctx)
Visit a parse tree produced byHqlParser.groupingSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingValue
T visitGroupingValue(HqlParser.GroupingValueContext ctx)
Visit a parse tree produced byHqlParser.groupingValue().- 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
-
visitSortSpecification
T visitSortSpecification(HqlParser.SortSpecificationContext ctx)
Visit a parse tree produced byHqlParser.sortSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationSpecification
T visitCollationSpecification(HqlParser.CollationSpecificationContext ctx)
Visit a parse tree produced byHqlParser.collationSpecification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollateName
T visitCollateName(HqlParser.CollateNameContext ctx)
Visit a parse tree produced byHqlParser.collateName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderingSpecification
T visitOrderingSpecification(HqlParser.OrderingSpecificationContext ctx)
Visit a parse tree produced byHqlParser.orderingSpecification().- 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
-
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
-
visitBetweenPredicate
T visitBetweenPredicate(HqlParser.BetweenPredicateContext ctx)
Visit a parse tree produced by theBetweenPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndPredicate
T visitAndPredicate(HqlParser.AndPredicateContext ctx)
Visit a parse tree produced by theAndPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInequalityPredicate
T visitInequalityPredicate(HqlParser.InequalityPredicateContext ctx)
Visit a parse tree produced by theInequalityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLessThanOrEqualPredicate
T visitLessThanOrEqualPredicate(HqlParser.LessThanOrEqualPredicateContext ctx)
Visit a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupedPredicate
T visitGroupedPredicate(HqlParser.GroupedPredicateContext ctx)
Visit a parse tree produced by theGroupedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
T visitLikePredicate(HqlParser.LikePredicateContext ctx)
Visit a parse tree produced by theLikePredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInPredicate
T visitInPredicate(HqlParser.InPredicateContext ctx)
Visit a parse tree produced by theInPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualityPredicate
T visitEqualityPredicate(HqlParser.EqualityPredicateContext ctx)
Visit a parse tree produced by theEqualityPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGreaterThanPredicate
T visitGreaterThanPredicate(HqlParser.GreaterThanPredicateContext ctx)
Visit a parse tree produced by theGreaterThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegatedPredicate
T visitNegatedPredicate(HqlParser.NegatedPredicateContext ctx)
Visit a parse tree produced by theNegatedPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrPredicate
T visitOrPredicate(HqlParser.OrPredicateContext ctx)
Visit a parse tree produced by theOrPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberOfPredicate
T visitMemberOfPredicate(HqlParser.MemberOfPredicateContext ctx)
Visit a parse tree produced by theMemberOfPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsEmptyPredicate
T visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext ctx)
Visit a parse tree produced by theIsEmptyPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLessThanPredicate
T visitLessThanPredicate(HqlParser.LessThanPredicateContext ctx)
Visit a parse tree produced by theLessThanPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsNullPredicate
T visitIsNullPredicate(HqlParser.IsNullPredicateContext ctx)
Visit a parse tree produced by theIsNullPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGreaterThanOrEqualPredicate
T visitGreaterThanOrEqualPredicate(HqlParser.GreaterThanOrEqualPredicateContext ctx)
Visit a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inHqlParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPersistentCollectionReferenceInList
T visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext ctx)
Visit a parse tree produced by thePersistentCollectionReferenceInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicitTupleInList
T visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext ctx)
Visit a parse tree produced by theExplicitTupleInListlabeled alternative inHqlParser.inList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryInList
T visitSubQueryInList(HqlParser.SubQueryInListContext ctx)
Visit a parse tree produced by theSubQueryInListlabeled 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 theAdditionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryExpression
T visitSubQueryExpression(HqlParser.SubQueryExpressionContext ctx)
Visit a parse tree produced by theSubQueryExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralExpression
T visitLiteralExpression(HqlParser.LiteralExpressionContext ctx)
Visit a parse tree produced by theLiteralExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityTypeExpression
T visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext ctx)
Visit a parse tree produced by theEntityTypeExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcatenationExpression
T visitConcatenationExpression(HqlParser.ConcatenationExpressionContext ctx)
Visit a parse tree produced by theConcatenationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
T visitCaseExpression(HqlParser.CaseExpressionContext ctx)
Visit a parse tree produced by theCaseExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubtractionExpression
T visitSubtractionExpression(HqlParser.SubtractionExpressionContext ctx)
Visit a parse tree produced by theSubtractionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionExpression
T visitFunctionExpression(HqlParser.FunctionExpressionContext ctx)
Visit a parse tree produced by theFunctionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryMinusExpression
T visitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Visit a parse tree produced by theUnaryMinusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathExpression
T visitPathExpression(HqlParser.PathExpressionContext ctx)
Visit a parse tree produced by thePathExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterExpression
T visitParameterExpression(HqlParser.ParameterExpressionContext ctx)
Visit a parse tree produced by theParameterExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryPlusExpression
T visitUnaryPlusExpression(HqlParser.UnaryPlusExpressionContext ctx)
Visit a parse tree produced by theUnaryPlusExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullIfExpression
T visitNullIfExpression(HqlParser.NullIfExpressionContext ctx)
Visit a parse tree produced by theNullIfExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDivisionExpression
T visitDivisionExpression(HqlParser.DivisionExpressionContext ctx)
Visit a parse tree produced by theDivisionExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicationExpression
T visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext ctx)
Visit a parse tree produced by theMultiplicationExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoalesceExpression
T visitCoalesceExpression(HqlParser.CoalesceExpressionContext ctx)
Visit a parse tree produced by theCoalesceExpressionlabeled alternative inHqlParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModuloExpression
T visitModuloExpression(HqlParser.ModuloExpressionContext ctx)
Visit a parse tree produced by theModuloExpressionlabeled alternative inHqlParser.expression().- 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
-
visitCaseStatement
T visitCaseStatement(HqlParser.CaseStatementContext ctx)
Visit a parse tree produced byHqlParser.caseStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseStatement
T visitSimpleCaseStatement(HqlParser.SimpleCaseStatementContext ctx)
Visit a parse tree produced byHqlParser.simpleCaseStatement().- 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
-
visitSearchedCaseStatement
T visitSearchedCaseStatement(HqlParser.SearchedCaseStatementContext ctx)
Visit a parse tree produced byHqlParser.searchedCaseStatement().- 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
-
visitCoalesce
T visitCoalesce(HqlParser.CoalesceContext ctx)
Visit a parse tree produced byHqlParser.coalesce().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullIf
T visitNullIf(HqlParser.NullIfContext ctx)
Visit a parse tree produced byHqlParser.nullIf().- 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
-
visitTimestampLiteral
T visitTimestampLiteral(HqlParser.TimestampLiteralContext ctx)
Visit a parse tree produced byHqlParser.timestampLiteral().- 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
-
visitDateTimeLiteralText
T visitDateTimeLiteralText(HqlParser.DateTimeLiteralTextContext ctx)
Visit a parse tree produced byHqlParser.dateTimeLiteralText().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
T visitNamedParameter(HqlParser.NamedParameterContext ctx)
Visit a parse tree produced by theNamedParameterlabeled alternative inHqlParser.parameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalParameter
T visitPositionalParameter(HqlParser.PositionalParameterContext ctx)
Visit a parse tree produced by thePositionalParameterlabeled 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
-
visitNonStandardFunction
T visitNonStandardFunction(HqlParser.NonStandardFunctionContext ctx)
Visit a parse tree produced byHqlParser.nonStandardFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonStandardFunctionName
T visitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext ctx)
Visit a parse tree produced byHqlParser.nonStandardFunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonStandardFunctionArguments
T visitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext ctx)
Visit a parse tree produced byHqlParser.nonStandardFunctionArguments().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionSizeFunction
T visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext ctx)
Visit a parse tree produced by theCollectionSizeFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionIndexFunction
T visitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext ctx)
Visit a parse tree produced by theCollectionIndexFunctionlabeled alternative inHqlParser.jpaCollectionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxIndexFunction
T visitMaxIndexFunction(HqlParser.MaxIndexFunctionContext ctx)
Visit a parse tree produced by theMaxIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxElementFunction
T visitMaxElementFunction(HqlParser.MaxElementFunctionContext ctx)
Visit a parse tree produced by theMaxElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinIndexFunction
T visitMinIndexFunction(HqlParser.MinIndexFunctionContext ctx)
Visit a parse tree produced by theMinIndexFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinElementFunction
T visitMinElementFunction(HqlParser.MinElementFunctionContext ctx)
Visit a parse tree produced by theMinElementFunctionlabeled alternative inHqlParser.hqlCollectionFunction().- 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
-
visitAvgFunction
T visitAvgFunction(HqlParser.AvgFunctionContext ctx)
Visit a parse tree produced byHqlParser.avgFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSumFunction
T visitSumFunction(HqlParser.SumFunctionContext ctx)
Visit a parse tree produced byHqlParser.sumFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinFunction
T visitMinFunction(HqlParser.MinFunctionContext ctx)
Visit a parse tree produced byHqlParser.minFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxFunction
T visitMaxFunction(HqlParser.MaxFunctionContext ctx)
Visit a parse tree produced byHqlParser.maxFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountFunction
T visitCountFunction(HqlParser.CountFunctionContext ctx)
Visit a parse tree produced byHqlParser.countFunction().- 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
-
visitConcatFunction
T visitConcatFunction(HqlParser.ConcatFunctionContext ctx)
Visit a parse tree produced byHqlParser.concatFunction().- 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
-
visitUpperFunction
T visitUpperFunction(HqlParser.UpperFunctionContext ctx)
Visit a parse tree produced byHqlParser.upperFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowerFunction
T visitLowerFunction(HqlParser.LowerFunctionContext ctx)
Visit a parse tree produced byHqlParser.lowerFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLengthFunction
T visitLengthFunction(HqlParser.LengthFunctionContext ctx)
Visit a parse tree produced byHqlParser.lengthFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocateFunction
T visitLocateFunction(HqlParser.LocateFunctionContext ctx)
Visit a parse tree produced byHqlParser.locateFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocateFunctionSubstrArgument
T visitLocateFunctionSubstrArgument(HqlParser.LocateFunctionSubstrArgumentContext ctx)
Visit a parse tree produced byHqlParser.locateFunctionSubstrArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocateFunctionStringArgument
T visitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext ctx)
Visit a parse tree produced byHqlParser.locateFunctionStringArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocateFunctionStartArgument
T visitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext ctx)
Visit a parse tree produced byHqlParser.locateFunctionStartArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbsFunction
T visitAbsFunction(HqlParser.AbsFunctionContext ctx)
Visit a parse tree produced byHqlParser.absFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqrtFunction
T visitSqrtFunction(HqlParser.SqrtFunctionContext ctx)
Visit a parse tree produced byHqlParser.sqrtFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModFunction
T visitModFunction(HqlParser.ModFunctionContext ctx)
Visit a parse tree produced byHqlParser.modFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrFunction
T visitStrFunction(HqlParser.StrFunctionContext ctx)
Visit a parse tree produced byHqlParser.strFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModDividendArgument
T visitModDividendArgument(HqlParser.ModDividendArgumentContext ctx)
Visit a parse tree produced byHqlParser.modDividendArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModDivisorArgument
T visitModDivisorArgument(HqlParser.ModDivisorArgumentContext ctx)
Visit a parse tree produced byHqlParser.modDivisorArgument().- 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
-
visitExtractFunction
T visitExtractFunction(HqlParser.ExtractFunctionContext ctx)
Visit a parse tree produced byHqlParser.extractFunction().- 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
-
visitNonSecondDatetimeField
T visitNonSecondDatetimeField(HqlParser.NonSecondDatetimeFieldContext ctx)
Visit a parse tree produced byHqlParser.nonSecondDatetimeField().- 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
-
visitPositionFunction
T visitPositionFunction(HqlParser.PositionFunctionContext ctx)
Visit a parse tree produced byHqlParser.positionFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionSubstrArgument
T visitPositionSubstrArgument(HqlParser.PositionSubstrArgumentContext ctx)
Visit a parse tree produced byHqlParser.positionSubstrArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionStringArgument
T visitPositionStringArgument(HqlParser.PositionStringArgumentContext ctx)
Visit a parse tree produced byHqlParser.positionStringArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharLengthFunction
T visitCharLengthFunction(HqlParser.CharLengthFunctionContext ctx)
Visit a parse tree produced byHqlParser.charLengthFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctetLengthFunction
T visitOctetLengthFunction(HqlParser.OctetLengthFunctionContext ctx)
Visit a parse tree produced byHqlParser.octetLengthFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitLengthFunction
T visitBitLengthFunction(HqlParser.BitLengthFunctionContext ctx)
Visit a parse tree produced byHqlParser.bitLengthFunction().- 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
-
-