Class JPQLNextParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
JPQLNextParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
JPQLNextExpressionVisitorImpl
public class JPQLNextParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JPQLNextParserVisitor<T>
JPQLNextParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors Constructor Description JPQLNextParserBaseVisitor() -
Method Summary
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
JPQLNextParserBaseVisitor
public JPQLNextParserBaseVisitor()
-
-
Method Details
-
visitParseStatement
Visit a parse tree produced byJPQLNextParser.parseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParseStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParseSelectExpression
Visit a parse tree produced byJPQLNextParser.parseSelectExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParseSelectExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParsePathExpression
Visit a parse tree produced byJPQLNextParser.parsePathExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParsePathExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParseExpression
Visit a parse tree produced byJPQLNextParser.parseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParseExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParseInItemExpression
Visit a parse tree produced byJPQLNextParser.parseInItemExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParseInItemExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParseInItemOrPathExpression
Visit a parse tree produced byJPQLNextParser.parseInItemOrPathExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParseInItemOrPathExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParsePredicate
Visit a parse tree produced byJPQLNextParser.parsePredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParsePredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithQuery
Visit a parse tree produced byJPQLNextParser.withQuery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithQueryin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleStatement
Visit a parse tree produced byJPQLNextParser.simpleStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectStatement
Visit a parse tree produced byJPQLNextParser.selectStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQuery
Visit a parse tree produced byJPQLNextParser.subQuery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQueryin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQuerySpecification
Visit a parse tree produced byJPQLNextParser.subQuerySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQuerySpecificationin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryOrderByClause
Visit a parse tree produced byJPQLNextParser.subQueryOrderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQueryOrderByClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteStatement
Visit a parse tree produced byJPQLNextParser.deleteStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateStatement
Visit a parse tree produced byJPQLNextParser.updateStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertStatement
Visit a parse tree produced byJPQLNextParser.insertStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertStatementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlAttributeName
Visit a parse tree produced byJPQLNextParser.dmlAttributeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDmlAttributeNamein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetFieldsSpecification
Visit a parse tree produced byJPQLNextParser.targetFieldsSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetFieldsSpecificationin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturningClause
Visit a parse tree produced byJPQLNextParser.returningClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturningClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuerySpecification
Visit a parse tree produced byJPQLNextParser.querySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuerySpecificationin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
Visit a parse tree produced byJPQLNextParser.fromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryFromClause
Visit a parse tree produced byJPQLNextParser.subQueryFromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQueryFromClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromItem
Visit a parse tree produced byJPQLNextParser.fromItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryFromItem
Visit a parse tree produced byJPQLNextParser.subQueryFromItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQueryFromItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromEntity
Visit a parse tree produced by theFromEntitylabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromEntityin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromValues
Visit a parse tree produced by theFromValueslabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromValuesin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromValuesList
Visit a parse tree produced by theFromValuesListlabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromValuesListin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromSimpleValuesLikeEntityAttribute
public T visitFromSimpleValuesLikeEntityAttribute(JPQLNextParser.FromSimpleValuesLikeEntityAttributeContext ctx)Visit a parse tree produced by theFromSimpleValuesLikeEntityAttributelabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromSimpleValuesLikeEntityAttributein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromSimpleValuesList
Visit a parse tree produced by theFromSimpleValuesListlabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromSimpleValuesListin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromOldOrNew
Visit a parse tree produced by theFromOldOrNewlabeled alternative inJPQLNextParser.fromItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromOldOrNewin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromItemValuesItem
Visit a parse tree produced byJPQLNextParser.fromItemValuesItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromItemValuesItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityName
Visit a parse tree produced byJPQLNextParser.entityName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntityNamein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentificationVariable
Visit a parse tree produced byJPQLNextParser.identificationVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentificationVariablein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCrossJoin
Visit a parse tree produced byJPQLNextParser.crossJoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCrossJoinin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInCollectionJoin
Visit a parse tree produced byJPQLNextParser.inCollectionJoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInCollectionJoinin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedJoin
Visit a parse tree produced byJPQLNextParser.qualifiedJoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedJoinin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQueryQualifiedJoin
Visit a parse tree produced byJPQLNextParser.subQueryQualifiedJoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQueryQualifiedJoinin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinItemElement
Visit a parse tree produced byJPQLNextParser.joinItemElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinItemElementin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinExpression
Visit a parse tree produced byJPQLNextParser.joinExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinTypeQualifier
Visit a parse tree produced byJPQLNextParser.joinTypeQualifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinTypeQualifierin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedJoinPredicate
Visit a parse tree produced byJPQLNextParser.qualifiedJoinPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedJoinPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectClause
Visit a parse tree produced byJPQLNextParser.selectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQuerySelectClause
Visit a parse tree produced byJPQLNextParser.subQuerySelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQuerySelectClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectItem
Visit a parse tree produced byJPQLNextParser.selectItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubQuerySelectItem
Visit a parse tree produced byJPQLNextParser.subQuerySelectItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubQuerySelectItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectExpression
Visit a parse tree produced byJPQLNextParser.selectExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResultIdentifier
Visit a parse tree produced byJPQLNextParser.resultIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResultIdentifierin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntrySelectExpression
Visit a parse tree produced byJPQLNextParser.mapEntrySelectExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapEntrySelectExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorExpression
Visit a parse tree produced byJPQLNextParser.constructorExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorItem
Visit a parse tree produced byJPQLNextParser.constructorItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectSelectExpression
Visit a parse tree produced byJPQLNextParser.objectSelectExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectSelectExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath
Visit a parse tree produced byJPQLNextParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMacroPath
Visit a parse tree produced byJPQLNextParser.macroPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMacroPathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterPath
Visit a parse tree produced byJPQLNextParser.outerPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOuterPathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTreatPath
Visit a parse tree produced by theTreatPathlabeled alternative inJPQLNextParser.qualifiedPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTreatPathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValuePath
Visit a parse tree produced by theValuePathlabeled alternative inJPQLNextParser.qualifiedPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValuePathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapKeyPath
Visit a parse tree produced by theMapKeyPathlabeled alternative inJPQLNextParser.qualifiedPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapKeyPathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleSubpath
Visit a parse tree produced byJPQLNextParser.simpleSubpath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleSubpathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralSubpath
Visit a parse tree produced byJPQLNextParser.generalSubpath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralSubpathin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced byJPQLNextParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingValue
Visit a parse tree produced byJPQLNextParser.groupingValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingValuein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
Visit a parse tree produced byJPQLNextParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced byJPQLNextParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
Visit a parse tree produced byJPQLNextParser.orderByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByItemin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
Visit a parse tree produced byJPQLNextParser.windowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowDefinition
Visit a parse tree produced byJPQLNextParser.windowDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowDefinitionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionByClause
Visit a parse tree produced byJPQLNextParser.partitionByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionByClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameClause
Visit a parse tree produced byJPQLNextParser.frameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameStart
Visit a parse tree produced byJPQLNextParser.frameStart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameStartin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameEnd
Visit a parse tree produced byJPQLNextParser.frameEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameEndin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameExclusionClause
Visit a parse tree produced byJPQLNextParser.frameExclusionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameExclusionClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
Visit a parse tree produced byJPQLNextParser.limitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetClause
Visit a parse tree produced byJPQLNextParser.offsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterOrNumberLiteral
Visit a parse tree produced byJPQLNextParser.parameterOrNumberLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterOrNumberLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeysetClause
Visit a parse tree produced byJPQLNextParser.keysetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeysetClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterOrLiteral
Visit a parse tree produced byJPQLNextParser.parameterOrLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterOrLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityTypeOrEnumLiteral
Visit a parse tree produced byJPQLNextParser.entityTypeOrEnumLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntityTypeOrEnumLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
Visit a parse tree produced byJPQLNextParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditionExpression
Visit a parse tree produced by theAdditionExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditionExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralExpression
Visit a parse tree produced by theLiteralExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityTypeExpression
Visit a parse tree produced by theEntityTypeExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntityTypeExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupedExpression
Visit a parse tree produced by theGroupedExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupedExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcatenationExpression
Visit a parse tree produced by theConcatenationExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcatenationExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseExpression
Visit a parse tree produced by theSimpleCaseExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleCaseExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubtractionExpression
Visit a parse tree produced by theSubtractionExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubtractionExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionExpression
Visit a parse tree produced by theFunctionExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryMinusExpression
Visit a parse tree produced by theUnaryMinusExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryMinusExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathExpression
Visit a parse tree produced by thePathExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterExpression
Visit a parse tree produced by theParameterExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalFunctionExpression
Visit a parse tree produced by theTemporalFunctionExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalFunctionExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryPlusExpression
Visit a parse tree produced by theUnaryPlusExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryPlusExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDivisionExpression
Visit a parse tree produced by theDivisionExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDivisionExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralCaseExpression
Visit a parse tree produced by theGeneralCaseExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralCaseExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicationExpression
Visit a parse tree produced by theMultiplicationExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiplicationExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModuloExpression
Visit a parse tree produced by theModuloExpressionlabeled alternative inJPQLNextParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModuloExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleLessThanOrEqualPredicate
public T visitQuantifiedSimpleLessThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleLessThanOrEqualPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistsSimplePredicate
Visit a parse tree produced by theExistsSimplePredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistsSimplePredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBetweenPredicate
Visit a parse tree produced by theBetweenPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBetweenPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleGreaterThanPredicate
public T visitQuantifiedSimpleGreaterThanPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleGreaterThanPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndPredicate
Visit a parse tree produced by theAndPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInequalityPredicate
Visit a parse tree produced by theInequalityPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInequalityPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLessThanOrEqualPredicate
Visit a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLessThanOrEqualPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupedPredicate
Visit a parse tree produced by theGroupedPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupedPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
Visit a parse tree produced by theLikePredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikePredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInPredicate
Visit a parse tree produced by theInPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualityPredicate
Visit a parse tree produced by theEqualityPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualityPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleInequalityPredicate
public T visitQuantifiedSimpleInequalityPredicate(JPQLNextParser.QuantifiedSimpleInequalityPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleInequalityPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleInequalityPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGreaterThanPredicate
Visit a parse tree produced by theGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGreaterThanPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegatedPredicate
Visit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegatedPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleLessThanPredicate
public T visitQuantifiedSimpleLessThanPredicate(JPQLNextParser.QuantifiedSimpleLessThanPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleLessThanPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleLessThanPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrPredicate
Visit a parse tree produced by theOrPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberOfPredicate
Visit a parse tree produced by theMemberOfPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberOfPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsEmptyPredicate
Visit a parse tree produced by theIsEmptyPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsEmptyPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleEqualityPredicate
public T visitQuantifiedSimpleEqualityPredicate(JPQLNextParser.QuantifiedSimpleEqualityPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleEqualityPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleEqualityPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLessThanPredicate
Visit a parse tree produced by theLessThanPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLessThanPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsNullPredicate
Visit a parse tree produced by theIsNullPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsNullPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGreaterThanOrEqualPredicate
Visit a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGreaterThanOrEqualPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedSimpleGreaterThanOrEqualPredicate
public T visitQuantifiedSimpleGreaterThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext ctx)Visit a parse tree produced by theQuantifiedSimpleGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantifiedSimpleGreaterThanOrEqualPredicatein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicateOrExpression
Visit a parse tree produced byJPQLNextParser.predicateOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicateOrExpressionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInList
Visit a parse tree produced byJPQLNextParser.inList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInListin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityType
Visit a parse tree produced byJPQLNextParser.entityType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntityTypein interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCaseWhen
Visit a parse tree produced byJPQLNextParser.simpleCaseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleCaseWhenin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchedCaseWhen
Visit a parse tree produced byJPQLNextParser.searchedCaseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchedCaseWhenin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byJPQLNextParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestampLiteral
Visit a parse tree produced byJPQLNextParser.timestampLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimestampLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
Visit a parse tree produced byJPQLNextParser.dateLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeLiteral
Visit a parse tree produced byJPQLNextParser.timeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeLiteralin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiteralText
Visit a parse tree produced byJPQLNextParser.dateTimeLiteralText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimeLiteralTextin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedParameter
Visit a parse tree produced by theNamedParameterlabeled alternative inJPQLNextParser.parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedParameterin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalParameter
Visit a parse tree produced by thePositionalParameterlabeled alternative inJPQLNextParser.parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionalParameterin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
Visit a parse tree produced by theTrimFunctionlabeled alternative inJPQLNextParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimFunctionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalFunction
Visit a parse tree produced by theTemporalFunctionlabeled alternative inJPQLNextParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalFunctionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountFunction
Visit a parse tree produced by theCountFunctionlabeled alternative inJPQLNextParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountFunctionin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericFunctionInvocation
Visit a parse tree produced by theGenericFunctionInvocationlabeled alternative inJPQLNextParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericFunctionInvocationin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimSpecification
Visit a parse tree produced byJPQLNextParser.trimSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimSpecificationin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimCharacter
Visit a parse tree produced byJPQLNextParser.trimCharacter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimCharacterin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byJPQLNextParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceJPQLNextParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-