Package com.blazebit.persistence.parser
Interface JPQLNextParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
JPQLNextParserBaseListener
public interface JPQLNextParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
JPQLNextParser.-
Method Summary
-
Method Details
-
enterParseStatement
Enter a parse tree produced byJPQLNextParser.parseStatement().- Parameters:
ctx- the parse tree
-
exitParseStatement
Exit a parse tree produced byJPQLNextParser.parseStatement().- Parameters:
ctx- the parse tree
-
enterParseSelectExpression
Enter a parse tree produced byJPQLNextParser.parseSelectExpression().- Parameters:
ctx- the parse tree
-
exitParseSelectExpression
Exit a parse tree produced byJPQLNextParser.parseSelectExpression().- Parameters:
ctx- the parse tree
-
enterParsePathExpression
Enter a parse tree produced byJPQLNextParser.parsePathExpression().- Parameters:
ctx- the parse tree
-
exitParsePathExpression
Exit a parse tree produced byJPQLNextParser.parsePathExpression().- Parameters:
ctx- the parse tree
-
enterParseExpression
Enter a parse tree produced byJPQLNextParser.parseExpression().- Parameters:
ctx- the parse tree
-
exitParseExpression
Exit a parse tree produced byJPQLNextParser.parseExpression().- Parameters:
ctx- the parse tree
-
enterParseInItemExpression
Enter a parse tree produced byJPQLNextParser.parseInItemExpression().- Parameters:
ctx- the parse tree
-
exitParseInItemExpression
Exit a parse tree produced byJPQLNextParser.parseInItemExpression().- Parameters:
ctx- the parse tree
-
enterParseInItemOrPathExpression
Enter a parse tree produced byJPQLNextParser.parseInItemOrPathExpression().- Parameters:
ctx- the parse tree
-
exitParseInItemOrPathExpression
Exit a parse tree produced byJPQLNextParser.parseInItemOrPathExpression().- Parameters:
ctx- the parse tree
-
enterParsePredicate
Enter a parse tree produced byJPQLNextParser.parsePredicate().- Parameters:
ctx- the parse tree
-
exitParsePredicate
Exit a parse tree produced byJPQLNextParser.parsePredicate().- Parameters:
ctx- the parse tree
-
enterWithQuery
Enter a parse tree produced byJPQLNextParser.withQuery().- Parameters:
ctx- the parse tree
-
exitWithQuery
Exit a parse tree produced byJPQLNextParser.withQuery().- Parameters:
ctx- the parse tree
-
enterSimpleStatement
Enter a parse tree produced byJPQLNextParser.simpleStatement().- Parameters:
ctx- the parse tree
-
exitSimpleStatement
Exit a parse tree produced byJPQLNextParser.simpleStatement().- Parameters:
ctx- the parse tree
-
enterSelectStatement
Enter a parse tree produced byJPQLNextParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitSelectStatement
Exit a parse tree produced byJPQLNextParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterSubQuery
Enter a parse tree produced byJPQLNextParser.subQuery().- Parameters:
ctx- the parse tree
-
exitSubQuery
Exit a parse tree produced byJPQLNextParser.subQuery().- Parameters:
ctx- the parse tree
-
enterSubQuerySpecification
Enter a parse tree produced byJPQLNextParser.subQuerySpecification().- Parameters:
ctx- the parse tree
-
exitSubQuerySpecification
Exit a parse tree produced byJPQLNextParser.subQuerySpecification().- Parameters:
ctx- the parse tree
-
enterSubQueryOrderByClause
Enter a parse tree produced byJPQLNextParser.subQueryOrderByClause().- Parameters:
ctx- the parse tree
-
exitSubQueryOrderByClause
Exit a parse tree produced byJPQLNextParser.subQueryOrderByClause().- Parameters:
ctx- the parse tree
-
enterDeleteStatement
Enter a parse tree produced byJPQLNextParser.deleteStatement().- Parameters:
ctx- the parse tree
-
exitDeleteStatement
Exit a parse tree produced byJPQLNextParser.deleteStatement().- Parameters:
ctx- the parse tree
-
enterUpdateStatement
Enter a parse tree produced byJPQLNextParser.updateStatement().- Parameters:
ctx- the parse tree
-
exitUpdateStatement
Exit a parse tree produced byJPQLNextParser.updateStatement().- Parameters:
ctx- the parse tree
-
enterInsertStatement
Enter a parse tree produced byJPQLNextParser.insertStatement().- Parameters:
ctx- the parse tree
-
exitInsertStatement
Exit a parse tree produced byJPQLNextParser.insertStatement().- Parameters:
ctx- the parse tree
-
enterDmlAttributeName
Enter a parse tree produced byJPQLNextParser.dmlAttributeName().- Parameters:
ctx- the parse tree
-
exitDmlAttributeName
Exit a parse tree produced byJPQLNextParser.dmlAttributeName().- Parameters:
ctx- the parse tree
-
enterTargetFieldsSpecification
Enter a parse tree produced byJPQLNextParser.targetFieldsSpecification().- Parameters:
ctx- the parse tree
-
exitTargetFieldsSpecification
Exit a parse tree produced byJPQLNextParser.targetFieldsSpecification().- Parameters:
ctx- the parse tree
-
enterReturningClause
Enter a parse tree produced byJPQLNextParser.returningClause().- Parameters:
ctx- the parse tree
-
exitReturningClause
Exit a parse tree produced byJPQLNextParser.returningClause().- Parameters:
ctx- the parse tree
-
enterQuerySpecification
Enter a parse tree produced byJPQLNextParser.querySpecification().- Parameters:
ctx- the parse tree
-
exitQuerySpecification
Exit a parse tree produced byJPQLNextParser.querySpecification().- Parameters:
ctx- the parse tree
-
enterFromClause
Enter a parse tree produced byJPQLNextParser.fromClause().- Parameters:
ctx- the parse tree
-
exitFromClause
Exit a parse tree produced byJPQLNextParser.fromClause().- Parameters:
ctx- the parse tree
-
enterSubQueryFromClause
Enter a parse tree produced byJPQLNextParser.subQueryFromClause().- Parameters:
ctx- the parse tree
-
exitSubQueryFromClause
Exit a parse tree produced byJPQLNextParser.subQueryFromClause().- Parameters:
ctx- the parse tree
-
enterFromItem
Enter a parse tree produced byJPQLNextParser.fromItem().- Parameters:
ctx- the parse tree
-
exitFromItem
Exit a parse tree produced byJPQLNextParser.fromItem().- Parameters:
ctx- the parse tree
-
enterSubQueryFromItem
Enter a parse tree produced byJPQLNextParser.subQueryFromItem().- Parameters:
ctx- the parse tree
-
exitSubQueryFromItem
Exit a parse tree produced byJPQLNextParser.subQueryFromItem().- Parameters:
ctx- the parse tree
-
enterFromEntity
Enter a parse tree produced by theFromEntitylabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromEntity
Exit a parse tree produced by theFromEntitylabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromValues
Enter a parse tree produced by theFromValueslabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromValues
Exit a parse tree produced by theFromValueslabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromValuesList
Enter a parse tree produced by theFromValuesListlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromValuesList
Exit a parse tree produced by theFromValuesListlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromSimpleValuesLikeEntityAttribute
void enterFromSimpleValuesLikeEntityAttribute(JPQLNextParser.FromSimpleValuesLikeEntityAttributeContext ctx)Enter a parse tree produced by theFromSimpleValuesLikeEntityAttributelabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromSimpleValuesLikeEntityAttribute
void exitFromSimpleValuesLikeEntityAttribute(JPQLNextParser.FromSimpleValuesLikeEntityAttributeContext ctx)Exit a parse tree produced by theFromSimpleValuesLikeEntityAttributelabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromSimpleValuesList
Enter a parse tree produced by theFromSimpleValuesListlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromSimpleValuesList
Exit a parse tree produced by theFromSimpleValuesListlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromOldOrNew
Enter a parse tree produced by theFromOldOrNewlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
exitFromOldOrNew
Exit a parse tree produced by theFromOldOrNewlabeled alternative inJPQLNextParser.fromItemElement().- Parameters:
ctx- the parse tree
-
enterFromItemValuesItem
Enter a parse tree produced byJPQLNextParser.fromItemValuesItem().- Parameters:
ctx- the parse tree
-
exitFromItemValuesItem
Exit a parse tree produced byJPQLNextParser.fromItemValuesItem().- Parameters:
ctx- the parse tree
-
enterEntityName
Enter a parse tree produced byJPQLNextParser.entityName().- Parameters:
ctx- the parse tree
-
exitEntityName
Exit a parse tree produced byJPQLNextParser.entityName().- Parameters:
ctx- the parse tree
-
enterIdentificationVariable
Enter a parse tree produced byJPQLNextParser.identificationVariable().- Parameters:
ctx- the parse tree
-
exitIdentificationVariable
Exit a parse tree produced byJPQLNextParser.identificationVariable().- Parameters:
ctx- the parse tree
-
enterCrossJoin
Enter a parse tree produced byJPQLNextParser.crossJoin().- Parameters:
ctx- the parse tree
-
exitCrossJoin
Exit a parse tree produced byJPQLNextParser.crossJoin().- Parameters:
ctx- the parse tree
-
enterInCollectionJoin
Enter a parse tree produced byJPQLNextParser.inCollectionJoin().- Parameters:
ctx- the parse tree
-
exitInCollectionJoin
Exit a parse tree produced byJPQLNextParser.inCollectionJoin().- Parameters:
ctx- the parse tree
-
enterQualifiedJoin
Enter a parse tree produced byJPQLNextParser.qualifiedJoin().- Parameters:
ctx- the parse tree
-
exitQualifiedJoin
Exit a parse tree produced byJPQLNextParser.qualifiedJoin().- Parameters:
ctx- the parse tree
-
enterSubQueryQualifiedJoin
Enter a parse tree produced byJPQLNextParser.subQueryQualifiedJoin().- Parameters:
ctx- the parse tree
-
exitSubQueryQualifiedJoin
Exit a parse tree produced byJPQLNextParser.subQueryQualifiedJoin().- Parameters:
ctx- the parse tree
-
enterJoinItemElement
Enter a parse tree produced byJPQLNextParser.joinItemElement().- Parameters:
ctx- the parse tree
-
exitJoinItemElement
Exit a parse tree produced byJPQLNextParser.joinItemElement().- Parameters:
ctx- the parse tree
-
enterJoinExpression
Enter a parse tree produced byJPQLNextParser.joinExpression().- Parameters:
ctx- the parse tree
-
exitJoinExpression
Exit a parse tree produced byJPQLNextParser.joinExpression().- Parameters:
ctx- the parse tree
-
enterJoinTypeQualifier
Enter a parse tree produced byJPQLNextParser.joinTypeQualifier().- Parameters:
ctx- the parse tree
-
exitJoinTypeQualifier
Exit a parse tree produced byJPQLNextParser.joinTypeQualifier().- Parameters:
ctx- the parse tree
-
enterQualifiedJoinPredicate
Enter a parse tree produced byJPQLNextParser.qualifiedJoinPredicate().- Parameters:
ctx- the parse tree
-
exitQualifiedJoinPredicate
Exit a parse tree produced byJPQLNextParser.qualifiedJoinPredicate().- Parameters:
ctx- the parse tree
-
enterSelectClause
Enter a parse tree produced byJPQLNextParser.selectClause().- Parameters:
ctx- the parse tree
-
exitSelectClause
Exit a parse tree produced byJPQLNextParser.selectClause().- Parameters:
ctx- the parse tree
-
enterSubQuerySelectClause
Enter a parse tree produced byJPQLNextParser.subQuerySelectClause().- Parameters:
ctx- the parse tree
-
exitSubQuerySelectClause
Exit a parse tree produced byJPQLNextParser.subQuerySelectClause().- Parameters:
ctx- the parse tree
-
enterSelectItem
Enter a parse tree produced byJPQLNextParser.selectItem().- Parameters:
ctx- the parse tree
-
exitSelectItem
Exit a parse tree produced byJPQLNextParser.selectItem().- Parameters:
ctx- the parse tree
-
enterSubQuerySelectItem
Enter a parse tree produced byJPQLNextParser.subQuerySelectItem().- Parameters:
ctx- the parse tree
-
exitSubQuerySelectItem
Exit a parse tree produced byJPQLNextParser.subQuerySelectItem().- Parameters:
ctx- the parse tree
-
enterSelectExpression
Enter a parse tree produced byJPQLNextParser.selectExpression().- Parameters:
ctx- the parse tree
-
exitSelectExpression
Exit a parse tree produced byJPQLNextParser.selectExpression().- Parameters:
ctx- the parse tree
-
enterResultIdentifier
Enter a parse tree produced byJPQLNextParser.resultIdentifier().- Parameters:
ctx- the parse tree
-
exitResultIdentifier
Exit a parse tree produced byJPQLNextParser.resultIdentifier().- Parameters:
ctx- the parse tree
-
enterMapEntrySelectExpression
Enter a parse tree produced byJPQLNextParser.mapEntrySelectExpression().- Parameters:
ctx- the parse tree
-
exitMapEntrySelectExpression
Exit a parse tree produced byJPQLNextParser.mapEntrySelectExpression().- Parameters:
ctx- the parse tree
-
enterConstructorExpression
Enter a parse tree produced byJPQLNextParser.constructorExpression().- Parameters:
ctx- the parse tree
-
exitConstructorExpression
Exit a parse tree produced byJPQLNextParser.constructorExpression().- Parameters:
ctx- the parse tree
-
enterConstructorItem
Enter a parse tree produced byJPQLNextParser.constructorItem().- Parameters:
ctx- the parse tree
-
exitConstructorItem
Exit a parse tree produced byJPQLNextParser.constructorItem().- Parameters:
ctx- the parse tree
-
enterObjectSelectExpression
Enter a parse tree produced byJPQLNextParser.objectSelectExpression().- Parameters:
ctx- the parse tree
-
exitObjectSelectExpression
Exit a parse tree produced byJPQLNextParser.objectSelectExpression().- Parameters:
ctx- the parse tree
-
enterPath
Enter a parse tree produced byJPQLNextParser.path().- Parameters:
ctx- the parse tree
-
exitPath
Exit a parse tree produced byJPQLNextParser.path().- Parameters:
ctx- the parse tree
-
enterMacroPath
Enter a parse tree produced byJPQLNextParser.macroPath().- Parameters:
ctx- the parse tree
-
exitMacroPath
Exit a parse tree produced byJPQLNextParser.macroPath().- Parameters:
ctx- the parse tree
-
enterOuterPath
Enter a parse tree produced byJPQLNextParser.outerPath().- Parameters:
ctx- the parse tree
-
exitOuterPath
Exit a parse tree produced byJPQLNextParser.outerPath().- Parameters:
ctx- the parse tree
-
enterTreatPath
Enter a parse tree produced by theTreatPathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
exitTreatPath
Exit a parse tree produced by theTreatPathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
enterValuePath
Enter a parse tree produced by theValuePathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
exitValuePath
Exit a parse tree produced by theValuePathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
enterMapKeyPath
Enter a parse tree produced by theMapKeyPathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
exitMapKeyPath
Exit a parse tree produced by theMapKeyPathlabeled alternative inJPQLNextParser.qualifiedPath().- Parameters:
ctx- the parse tree
-
enterSimpleSubpath
Enter a parse tree produced byJPQLNextParser.simpleSubpath().- Parameters:
ctx- the parse tree
-
exitSimpleSubpath
Exit a parse tree produced byJPQLNextParser.simpleSubpath().- Parameters:
ctx- the parse tree
-
enterGeneralSubpath
Enter a parse tree produced byJPQLNextParser.generalSubpath().- Parameters:
ctx- the parse tree
-
exitGeneralSubpath
Exit a parse tree produced byJPQLNextParser.generalSubpath().- Parameters:
ctx- the parse tree
-
enterGroupByClause
Enter a parse tree produced byJPQLNextParser.groupByClause().- Parameters:
ctx- the parse tree
-
exitGroupByClause
Exit a parse tree produced byJPQLNextParser.groupByClause().- Parameters:
ctx- the parse tree
-
enterGroupingValue
Enter a parse tree produced byJPQLNextParser.groupingValue().- Parameters:
ctx- the parse tree
-
exitGroupingValue
Exit a parse tree produced byJPQLNextParser.groupingValue().- Parameters:
ctx- the parse tree
-
enterHavingClause
Enter a parse tree produced byJPQLNextParser.havingClause().- Parameters:
ctx- the parse tree
-
exitHavingClause
Exit a parse tree produced byJPQLNextParser.havingClause().- Parameters:
ctx- the parse tree
-
enterOrderByClause
Enter a parse tree produced byJPQLNextParser.orderByClause().- Parameters:
ctx- the parse tree
-
exitOrderByClause
Exit a parse tree produced byJPQLNextParser.orderByClause().- Parameters:
ctx- the parse tree
-
enterOrderByItem
Enter a parse tree produced byJPQLNextParser.orderByItem().- Parameters:
ctx- the parse tree
-
exitOrderByItem
Exit a parse tree produced byJPQLNextParser.orderByItem().- Parameters:
ctx- the parse tree
-
enterWindowClause
Enter a parse tree produced byJPQLNextParser.windowClause().- Parameters:
ctx- the parse tree
-
exitWindowClause
Exit a parse tree produced byJPQLNextParser.windowClause().- Parameters:
ctx- the parse tree
-
enterWindowDefinition
Enter a parse tree produced byJPQLNextParser.windowDefinition().- Parameters:
ctx- the parse tree
-
exitWindowDefinition
Exit a parse tree produced byJPQLNextParser.windowDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionByClause
Enter a parse tree produced byJPQLNextParser.partitionByClause().- Parameters:
ctx- the parse tree
-
exitPartitionByClause
Exit a parse tree produced byJPQLNextParser.partitionByClause().- Parameters:
ctx- the parse tree
-
enterFrameClause
Enter a parse tree produced byJPQLNextParser.frameClause().- Parameters:
ctx- the parse tree
-
exitFrameClause
Exit a parse tree produced byJPQLNextParser.frameClause().- Parameters:
ctx- the parse tree
-
enterFrameStart
Enter a parse tree produced byJPQLNextParser.frameStart().- Parameters:
ctx- the parse tree
-
exitFrameStart
Exit a parse tree produced byJPQLNextParser.frameStart().- Parameters:
ctx- the parse tree
-
enterFrameEnd
Enter a parse tree produced byJPQLNextParser.frameEnd().- Parameters:
ctx- the parse tree
-
exitFrameEnd
Exit a parse tree produced byJPQLNextParser.frameEnd().- Parameters:
ctx- the parse tree
-
enterFrameExclusionClause
Enter a parse tree produced byJPQLNextParser.frameExclusionClause().- Parameters:
ctx- the parse tree
-
exitFrameExclusionClause
Exit a parse tree produced byJPQLNextParser.frameExclusionClause().- Parameters:
ctx- the parse tree
-
enterLimitClause
Enter a parse tree produced byJPQLNextParser.limitClause().- Parameters:
ctx- the parse tree
-
exitLimitClause
Exit a parse tree produced byJPQLNextParser.limitClause().- Parameters:
ctx- the parse tree
-
enterOffsetClause
Enter a parse tree produced byJPQLNextParser.offsetClause().- Parameters:
ctx- the parse tree
-
exitOffsetClause
Exit a parse tree produced byJPQLNextParser.offsetClause().- Parameters:
ctx- the parse tree
-
enterParameterOrNumberLiteral
Enter a parse tree produced byJPQLNextParser.parameterOrNumberLiteral().- Parameters:
ctx- the parse tree
-
exitParameterOrNumberLiteral
Exit a parse tree produced byJPQLNextParser.parameterOrNumberLiteral().- Parameters:
ctx- the parse tree
-
enterKeysetClause
Enter a parse tree produced byJPQLNextParser.keysetClause().- Parameters:
ctx- the parse tree
-
exitKeysetClause
Exit a parse tree produced byJPQLNextParser.keysetClause().- Parameters:
ctx- the parse tree
-
enterParameterOrLiteral
Enter a parse tree produced byJPQLNextParser.parameterOrLiteral().- Parameters:
ctx- the parse tree
-
exitParameterOrLiteral
Exit a parse tree produced byJPQLNextParser.parameterOrLiteral().- Parameters:
ctx- the parse tree
-
enterEntityTypeOrEnumLiteral
Enter a parse tree produced byJPQLNextParser.entityTypeOrEnumLiteral().- Parameters:
ctx- the parse tree
-
exitEntityTypeOrEnumLiteral
Exit a parse tree produced byJPQLNextParser.entityTypeOrEnumLiteral().- Parameters:
ctx- the parse tree
-
enterWhereClause
Enter a parse tree produced byJPQLNextParser.whereClause().- Parameters:
ctx- the parse tree
-
exitWhereClause
Exit a parse tree produced byJPQLNextParser.whereClause().- Parameters:
ctx- the parse tree
-
enterAdditionExpression
Enter a parse tree produced by theAdditionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitAdditionExpression
Exit a parse tree produced by theAdditionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralExpression
Enter a parse tree produced by theLiteralExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralExpression
Exit a parse tree produced by theLiteralExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterEntityTypeExpression
Enter a parse tree produced by theEntityTypeExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitEntityTypeExpression
Exit a parse tree produced by theEntityTypeExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterGroupedExpression
Enter a parse tree produced by theGroupedExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitGroupedExpression
Exit a parse tree produced by theGroupedExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterConcatenationExpression
Enter a parse tree produced by theConcatenationExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitConcatenationExpression
Exit a parse tree produced by theConcatenationExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterSimpleCaseExpression
Enter a parse tree produced by theSimpleCaseExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitSimpleCaseExpression
Exit a parse tree produced by theSimpleCaseExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterSubtractionExpression
Enter a parse tree produced by theSubtractionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitSubtractionExpression
Exit a parse tree produced by theSubtractionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterFunctionExpression
Enter a parse tree produced by theFunctionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitFunctionExpression
Exit a parse tree produced by theFunctionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterPathExpression
Enter a parse tree produced by thePathExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitPathExpression
Exit a parse tree produced by thePathExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterParameterExpression
Enter a parse tree produced by theParameterExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitParameterExpression
Exit a parse tree produced by theParameterExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterTemporalFunctionExpression
Enter a parse tree produced by theTemporalFunctionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitTemporalFunctionExpression
Exit a parse tree produced by theTemporalFunctionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterDivisionExpression
Enter a parse tree produced by theDivisionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitDivisionExpression
Exit a parse tree produced by theDivisionExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterGeneralCaseExpression
Enter a parse tree produced by theGeneralCaseExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitGeneralCaseExpression
Exit a parse tree produced by theGeneralCaseExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
Enter a parse tree produced by theMultiplicationExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
Exit a parse tree produced by theMultiplicationExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterModuloExpression
Enter a parse tree produced by theModuloExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
exitModuloExpression
Exit a parse tree produced by theModuloExpressionlabeled alternative inJPQLNextParser.expression().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleLessThanOrEqualPredicate
void enterQuantifiedSimpleLessThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleLessThanOrEqualPredicate
void exitQuantifiedSimpleLessThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterExistsSimplePredicate
Enter a parse tree produced by theExistsSimplePredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitExistsSimplePredicate
Exit a parse tree produced by theExistsSimplePredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterBetweenPredicate
Enter a parse tree produced by theBetweenPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitBetweenPredicate
Exit a parse tree produced by theBetweenPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleGreaterThanPredicate
void enterQuantifiedSimpleGreaterThanPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleGreaterThanPredicate
void exitQuantifiedSimpleGreaterThanPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterAndPredicate
Enter a parse tree produced by theAndPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitAndPredicate
Exit a parse tree produced by theAndPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterInequalityPredicate
Enter a parse tree produced by theInequalityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitInequalityPredicate
Exit a parse tree produced by theInequalityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterLessThanOrEqualPredicate
Enter a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitLessThanOrEqualPredicate
Exit a parse tree produced by theLessThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterGroupedPredicate
Enter a parse tree produced by theGroupedPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitGroupedPredicate
Exit a parse tree produced by theGroupedPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterLikePredicate
Enter a parse tree produced by theLikePredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitLikePredicate
Exit a parse tree produced by theLikePredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterInPredicate
Enter a parse tree produced by theInPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitInPredicate
Exit a parse tree produced by theInPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterEqualityPredicate
Enter a parse tree produced by theEqualityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitEqualityPredicate
Exit a parse tree produced by theEqualityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleInequalityPredicate
void enterQuantifiedSimpleInequalityPredicate(JPQLNextParser.QuantifiedSimpleInequalityPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleInequalityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleInequalityPredicate
void exitQuantifiedSimpleInequalityPredicate(JPQLNextParser.QuantifiedSimpleInequalityPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleInequalityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterGreaterThanPredicate
Enter a parse tree produced by theGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitGreaterThanPredicate
Exit a parse tree produced by theGreaterThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterNegatedPredicate
Enter a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitNegatedPredicate
Exit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleLessThanPredicate
void enterQuantifiedSimpleLessThanPredicate(JPQLNextParser.QuantifiedSimpleLessThanPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleLessThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleLessThanPredicate
void exitQuantifiedSimpleLessThanPredicate(JPQLNextParser.QuantifiedSimpleLessThanPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleLessThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterOrPredicate
Enter a parse tree produced by theOrPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitOrPredicate
Exit a parse tree produced by theOrPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterMemberOfPredicate
Enter a parse tree produced by theMemberOfPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitMemberOfPredicate
Exit a parse tree produced by theMemberOfPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterIsEmptyPredicate
Enter a parse tree produced by theIsEmptyPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitIsEmptyPredicate
Exit a parse tree produced by theIsEmptyPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleEqualityPredicate
void enterQuantifiedSimpleEqualityPredicate(JPQLNextParser.QuantifiedSimpleEqualityPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleEqualityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleEqualityPredicate
void exitQuantifiedSimpleEqualityPredicate(JPQLNextParser.QuantifiedSimpleEqualityPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleEqualityPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterLessThanPredicate
Enter a parse tree produced by theLessThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitLessThanPredicate
Exit a parse tree produced by theLessThanPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterIsNullPredicate
Enter a parse tree produced by theIsNullPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitIsNullPredicate
Exit a parse tree produced by theIsNullPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterGreaterThanOrEqualPredicate
Enter a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitGreaterThanOrEqualPredicate
Exit a parse tree produced by theGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuantifiedSimpleGreaterThanOrEqualPredicate
void enterQuantifiedSimpleGreaterThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext ctx)Enter a parse tree produced by theQuantifiedSimpleGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
exitQuantifiedSimpleGreaterThanOrEqualPredicate
void exitQuantifiedSimpleGreaterThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext ctx)Exit a parse tree produced by theQuantifiedSimpleGreaterThanOrEqualPredicatelabeled alternative inJPQLNextParser.predicate().- Parameters:
ctx- the parse tree
-
enterPredicateOrExpression
Enter a parse tree produced byJPQLNextParser.predicateOrExpression().- Parameters:
ctx- the parse tree
-
exitPredicateOrExpression
Exit a parse tree produced byJPQLNextParser.predicateOrExpression().- Parameters:
ctx- the parse tree
-
enterInList
Enter a parse tree produced byJPQLNextParser.inList().- Parameters:
ctx- the parse tree
-
exitInList
Exit a parse tree produced byJPQLNextParser.inList().- Parameters:
ctx- the parse tree
-
enterEntityType
Enter a parse tree produced byJPQLNextParser.entityType().- Parameters:
ctx- the parse tree
-
exitEntityType
Exit a parse tree produced byJPQLNextParser.entityType().- Parameters:
ctx- the parse tree
-
enterSimpleCaseWhen
Enter a parse tree produced byJPQLNextParser.simpleCaseWhen().- Parameters:
ctx- the parse tree
-
exitSimpleCaseWhen
Exit a parse tree produced byJPQLNextParser.simpleCaseWhen().- Parameters:
ctx- the parse tree
-
enterSearchedCaseWhen
Enter a parse tree produced byJPQLNextParser.searchedCaseWhen().- Parameters:
ctx- the parse tree
-
exitSearchedCaseWhen
Exit a parse tree produced byJPQLNextParser.searchedCaseWhen().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byJPQLNextParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byJPQLNextParser.literal().- Parameters:
ctx- the parse tree
-
enterTimestampLiteral
Enter a parse tree produced byJPQLNextParser.timestampLiteral().- Parameters:
ctx- the parse tree
-
exitTimestampLiteral
Exit a parse tree produced byJPQLNextParser.timestampLiteral().- Parameters:
ctx- the parse tree
-
enterDateLiteral
Enter a parse tree produced byJPQLNextParser.dateLiteral().- Parameters:
ctx- the parse tree
-
exitDateLiteral
Exit a parse tree produced byJPQLNextParser.dateLiteral().- Parameters:
ctx- the parse tree
-
enterTimeLiteral
Enter a parse tree produced byJPQLNextParser.timeLiteral().- Parameters:
ctx- the parse tree
-
exitTimeLiteral
Exit a parse tree produced byJPQLNextParser.timeLiteral().- Parameters:
ctx- the parse tree
-
enterDateTimeLiteralText
Enter a parse tree produced byJPQLNextParser.dateTimeLiteralText().- Parameters:
ctx- the parse tree
-
exitDateTimeLiteralText
Exit a parse tree produced byJPQLNextParser.dateTimeLiteralText().- Parameters:
ctx- the parse tree
-
enterNamedParameter
Enter a parse tree produced by theNamedParameterlabeled alternative inJPQLNextParser.parameter().- Parameters:
ctx- the parse tree
-
exitNamedParameter
Exit a parse tree produced by theNamedParameterlabeled alternative inJPQLNextParser.parameter().- Parameters:
ctx- the parse tree
-
enterPositionalParameter
Enter a parse tree produced by thePositionalParameterlabeled alternative inJPQLNextParser.parameter().- Parameters:
ctx- the parse tree
-
exitPositionalParameter
Exit a parse tree produced by thePositionalParameterlabeled alternative inJPQLNextParser.parameter().- Parameters:
ctx- the parse tree
-
enterTrimFunction
Enter a parse tree produced by theTrimFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
exitTrimFunction
Exit a parse tree produced by theTrimFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
enterTemporalFunction
Enter a parse tree produced by theTemporalFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
exitTemporalFunction
Exit a parse tree produced by theTemporalFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
enterCountFunction
Enter a parse tree produced by theCountFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
exitCountFunction
Exit a parse tree produced by theCountFunctionlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
enterGenericFunctionInvocation
Enter a parse tree produced by theGenericFunctionInvocationlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
exitGenericFunctionInvocation
Exit a parse tree produced by theGenericFunctionInvocationlabeled alternative inJPQLNextParser.function().- Parameters:
ctx- the parse tree
-
enterTrimSpecification
Enter a parse tree produced byJPQLNextParser.trimSpecification().- Parameters:
ctx- the parse tree
-
exitTrimSpecification
Exit a parse tree produced byJPQLNextParser.trimSpecification().- Parameters:
ctx- the parse tree
-
enterTrimCharacter
Enter a parse tree produced byJPQLNextParser.trimCharacter().- Parameters:
ctx- the parse tree
-
exitTrimCharacter
Exit a parse tree produced byJPQLNextParser.trimCharacter().- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byJPQLNextParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byJPQLNextParser.identifier().- Parameters:
ctx- the parse tree
-