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