All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blazebit.persistence.parser.JPQLNextParserBaseListener Maven / Gradle / Ivy

There is a newer version: 1.6.11
Show newest version
// Generated from com\blazebit\persistence\parser\JPQLNextParser.g4 by ANTLR 4.7.2
package com.blazebit.persistence.parser;

import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
 * This class provides an empty implementation of {@link JPQLNextParserListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class JPQLNextParserBaseListener implements JPQLNextParserListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterParseStatement(JPQLNextParser.ParseStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseStatement(JPQLNextParser.ParseStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParseSelectExpression(JPQLNextParser.ParseSelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseSelectExpression(JPQLNextParser.ParseSelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParsePathExpression(JPQLNextParser.ParsePathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParsePathExpression(JPQLNextParser.ParsePathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParseExpression(JPQLNextParser.ParseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseExpression(JPQLNextParser.ParseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParseInItemExpression(JPQLNextParser.ParseInItemExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseInItemExpression(JPQLNextParser.ParseInItemExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParseInItemOrPathExpression(JPQLNextParser.ParseInItemOrPathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseInItemOrPathExpression(JPQLNextParser.ParseInItemOrPathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParsePredicate(JPQLNextParser.ParsePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParsePredicate(JPQLNextParser.ParsePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWithQuery(JPQLNextParser.WithQueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWithQuery(JPQLNextParser.WithQueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSimpleStatement(JPQLNextParser.SimpleStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSimpleStatement(JPQLNextParser.SimpleStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectStatement(JPQLNextParser.SelectStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectStatement(JPQLNextParser.SelectStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQuery(JPQLNextParser.SubQueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQuery(JPQLNextParser.SubQueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQuerySpecification(JPQLNextParser.SubQuerySpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQuerySpecification(JPQLNextParser.SubQuerySpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQueryOrderByClause(JPQLNextParser.SubQueryOrderByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQueryOrderByClause(JPQLNextParser.SubQueryOrderByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDeleteStatement(JPQLNextParser.DeleteStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDeleteStatement(JPQLNextParser.DeleteStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUpdateStatement(JPQLNextParser.UpdateStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUpdateStatement(JPQLNextParser.UpdateStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInsertStatement(JPQLNextParser.InsertStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInsertStatement(JPQLNextParser.InsertStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDmlAttributeName(JPQLNextParser.DmlAttributeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDmlAttributeName(JPQLNextParser.DmlAttributeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTargetFieldsSpecification(JPQLNextParser.TargetFieldsSpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTargetFieldsSpecification(JPQLNextParser.TargetFieldsSpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterReturningClause(JPQLNextParser.ReturningClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitReturningClause(JPQLNextParser.ReturningClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuerySpecification(JPQLNextParser.QuerySpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuerySpecification(JPQLNextParser.QuerySpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromClause(JPQLNextParser.FromClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromClause(JPQLNextParser.FromClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQueryFromClause(JPQLNextParser.SubQueryFromClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQueryFromClause(JPQLNextParser.SubQueryFromClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromItem(JPQLNextParser.FromItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromItem(JPQLNextParser.FromItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQueryFromItem(JPQLNextParser.SubQueryFromItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQueryFromItem(JPQLNextParser.SubQueryFromItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromEntity(JPQLNextParser.FromEntityContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromEntity(JPQLNextParser.FromEntityContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromValues(JPQLNextParser.FromValuesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromValues(JPQLNextParser.FromValuesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromValuesList(JPQLNextParser.FromValuesListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromValuesList(JPQLNextParser.FromValuesListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromSimpleValuesLikeEntityAttribute(JPQLNextParser.FromSimpleValuesLikeEntityAttributeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromSimpleValuesLikeEntityAttribute(JPQLNextParser.FromSimpleValuesLikeEntityAttributeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromSimpleValuesList(JPQLNextParser.FromSimpleValuesListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromSimpleValuesList(JPQLNextParser.FromSimpleValuesListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromOldOrNew(JPQLNextParser.FromOldOrNewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromOldOrNew(JPQLNextParser.FromOldOrNewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromItemValuesItem(JPQLNextParser.FromItemValuesItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromItemValuesItem(JPQLNextParser.FromItemValuesItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEntityName(JPQLNextParser.EntityNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEntityName(JPQLNextParser.EntityNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIdentificationVariable(JPQLNextParser.IdentificationVariableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIdentificationVariable(JPQLNextParser.IdentificationVariableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCrossJoin(JPQLNextParser.CrossJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCrossJoin(JPQLNextParser.CrossJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInCollectionJoin(JPQLNextParser.InCollectionJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInCollectionJoin(JPQLNextParser.InCollectionJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQualifiedJoin(JPQLNextParser.QualifiedJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQualifiedJoin(JPQLNextParser.QualifiedJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQueryQualifiedJoin(JPQLNextParser.SubQueryQualifiedJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQueryQualifiedJoin(JPQLNextParser.SubQueryQualifiedJoinContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterJoinItemElement(JPQLNextParser.JoinItemElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitJoinItemElement(JPQLNextParser.JoinItemElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterJoinExpression(JPQLNextParser.JoinExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitJoinExpression(JPQLNextParser.JoinExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterJoinTypeQualifier(JPQLNextParser.JoinTypeQualifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitJoinTypeQualifier(JPQLNextParser.JoinTypeQualifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQualifiedJoinPredicate(JPQLNextParser.QualifiedJoinPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQualifiedJoinPredicate(JPQLNextParser.QualifiedJoinPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectClause(JPQLNextParser.SelectClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectClause(JPQLNextParser.SelectClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQuerySelectClause(JPQLNextParser.SubQuerySelectClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQuerySelectClause(JPQLNextParser.SubQuerySelectClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectItem(JPQLNextParser.SelectItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectItem(JPQLNextParser.SelectItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubQuerySelectItem(JPQLNextParser.SubQuerySelectItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubQuerySelectItem(JPQLNextParser.SubQuerySelectItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectExpression(JPQLNextParser.SelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectExpression(JPQLNextParser.SelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterResultIdentifier(JPQLNextParser.ResultIdentifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitResultIdentifier(JPQLNextParser.ResultIdentifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMapEntrySelectExpression(JPQLNextParser.MapEntrySelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMapEntrySelectExpression(JPQLNextParser.MapEntrySelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConstructorExpression(JPQLNextParser.ConstructorExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConstructorExpression(JPQLNextParser.ConstructorExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConstructorItem(JPQLNextParser.ConstructorItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConstructorItem(JPQLNextParser.ConstructorItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterObjectSelectExpression(JPQLNextParser.ObjectSelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitObjectSelectExpression(JPQLNextParser.ObjectSelectExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPath(JPQLNextParser.PathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPath(JPQLNextParser.PathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMacroPath(JPQLNextParser.MacroPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMacroPath(JPQLNextParser.MacroPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOuterPath(JPQLNextParser.OuterPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOuterPath(JPQLNextParser.OuterPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTreatPath(JPQLNextParser.TreatPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTreatPath(JPQLNextParser.TreatPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterValuePath(JPQLNextParser.ValuePathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitValuePath(JPQLNextParser.ValuePathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMapKeyPath(JPQLNextParser.MapKeyPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMapKeyPath(JPQLNextParser.MapKeyPathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSimpleSubpath(JPQLNextParser.SimpleSubpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSimpleSubpath(JPQLNextParser.SimpleSubpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGeneralSubpath(JPQLNextParser.GeneralSubpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGeneralSubpath(JPQLNextParser.GeneralSubpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGroupByClause(JPQLNextParser.GroupByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGroupByClause(JPQLNextParser.GroupByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGroupingValue(JPQLNextParser.GroupingValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGroupingValue(JPQLNextParser.GroupingValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHavingClause(JPQLNextParser.HavingClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHavingClause(JPQLNextParser.HavingClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrderByClause(JPQLNextParser.OrderByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrderByClause(JPQLNextParser.OrderByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrderByItem(JPQLNextParser.OrderByItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrderByItem(JPQLNextParser.OrderByItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindowClause(JPQLNextParser.WindowClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindowClause(JPQLNextParser.WindowClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindowDefinition(JPQLNextParser.WindowDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindowDefinition(JPQLNextParser.WindowDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPartitionByClause(JPQLNextParser.PartitionByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPartitionByClause(JPQLNextParser.PartitionByClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFrameClause(JPQLNextParser.FrameClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFrameClause(JPQLNextParser.FrameClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFrameStart(JPQLNextParser.FrameStartContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFrameStart(JPQLNextParser.FrameStartContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFrameEnd(JPQLNextParser.FrameEndContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFrameEnd(JPQLNextParser.FrameEndContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFrameExclusionClause(JPQLNextParser.FrameExclusionClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFrameExclusionClause(JPQLNextParser.FrameExclusionClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLimitClause(JPQLNextParser.LimitClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLimitClause(JPQLNextParser.LimitClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOffsetClause(JPQLNextParser.OffsetClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOffsetClause(JPQLNextParser.OffsetClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParameterOrNumberLiteral(JPQLNextParser.ParameterOrNumberLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParameterOrNumberLiteral(JPQLNextParser.ParameterOrNumberLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKeysetClause(JPQLNextParser.KeysetClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKeysetClause(JPQLNextParser.KeysetClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParameterOrLiteral(JPQLNextParser.ParameterOrLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParameterOrLiteral(JPQLNextParser.ParameterOrLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEntityTypeOrEnumLiteral(JPQLNextParser.EntityTypeOrEnumLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEntityTypeOrEnumLiteral(JPQLNextParser.EntityTypeOrEnumLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWhereClause(JPQLNextParser.WhereClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWhereClause(JPQLNextParser.WhereClauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAdditionExpression(JPQLNextParser.AdditionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAdditionExpression(JPQLNextParser.AdditionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLiteralExpression(JPQLNextParser.LiteralExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLiteralExpression(JPQLNextParser.LiteralExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEntityTypeExpression(JPQLNextParser.EntityTypeExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEntityTypeExpression(JPQLNextParser.EntityTypeExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGroupedExpression(JPQLNextParser.GroupedExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGroupedExpression(JPQLNextParser.GroupedExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConcatenationExpression(JPQLNextParser.ConcatenationExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConcatenationExpression(JPQLNextParser.ConcatenationExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSimpleCaseExpression(JPQLNextParser.SimpleCaseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSimpleCaseExpression(JPQLNextParser.SimpleCaseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubtractionExpression(JPQLNextParser.SubtractionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubtractionExpression(JPQLNextParser.SubtractionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFunctionExpression(JPQLNextParser.FunctionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFunctionExpression(JPQLNextParser.FunctionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUnaryMinusExpression(JPQLNextParser.UnaryMinusExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUnaryMinusExpression(JPQLNextParser.UnaryMinusExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPathExpression(JPQLNextParser.PathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPathExpression(JPQLNextParser.PathExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParameterExpression(JPQLNextParser.ParameterExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParameterExpression(JPQLNextParser.ParameterExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTemporalFunctionExpression(JPQLNextParser.TemporalFunctionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTemporalFunctionExpression(JPQLNextParser.TemporalFunctionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUnaryPlusExpression(JPQLNextParser.UnaryPlusExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUnaryPlusExpression(JPQLNextParser.UnaryPlusExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDivisionExpression(JPQLNextParser.DivisionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDivisionExpression(JPQLNextParser.DivisionExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGeneralCaseExpression(JPQLNextParser.GeneralCaseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGeneralCaseExpression(JPQLNextParser.GeneralCaseExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMultiplicationExpression(JPQLNextParser.MultiplicationExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMultiplicationExpression(JPQLNextParser.MultiplicationExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterModuloExpression(JPQLNextParser.ModuloExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitModuloExpression(JPQLNextParser.ModuloExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleLessThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleLessThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExistsSimplePredicate(JPQLNextParser.ExistsSimplePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExistsSimplePredicate(JPQLNextParser.ExistsSimplePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBetweenPredicate(JPQLNextParser.BetweenPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBetweenPredicate(JPQLNextParser.BetweenPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleGreaterThanPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleGreaterThanPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAndPredicate(JPQLNextParser.AndPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAndPredicate(JPQLNextParser.AndPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInequalityPredicate(JPQLNextParser.InequalityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInequalityPredicate(JPQLNextParser.InequalityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLessThanOrEqualPredicate(JPQLNextParser.LessThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLessThanOrEqualPredicate(JPQLNextParser.LessThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGroupedPredicate(JPQLNextParser.GroupedPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGroupedPredicate(JPQLNextParser.GroupedPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLikePredicate(JPQLNextParser.LikePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLikePredicate(JPQLNextParser.LikePredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInPredicate(JPQLNextParser.InPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInPredicate(JPQLNextParser.InPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEqualityPredicate(JPQLNextParser.EqualityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEqualityPredicate(JPQLNextParser.EqualityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleInequalityPredicate(JPQLNextParser.QuantifiedSimpleInequalityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleInequalityPredicate(JPQLNextParser.QuantifiedSimpleInequalityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGreaterThanPredicate(JPQLNextParser.GreaterThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGreaterThanPredicate(JPQLNextParser.GreaterThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleLessThanPredicate(JPQLNextParser.QuantifiedSimpleLessThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleLessThanPredicate(JPQLNextParser.QuantifiedSimpleLessThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrPredicate(JPQLNextParser.OrPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrPredicate(JPQLNextParser.OrPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMemberOfPredicate(JPQLNextParser.MemberOfPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMemberOfPredicate(JPQLNextParser.MemberOfPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIsEmptyPredicate(JPQLNextParser.IsEmptyPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIsEmptyPredicate(JPQLNextParser.IsEmptyPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleEqualityPredicate(JPQLNextParser.QuantifiedSimpleEqualityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleEqualityPredicate(JPQLNextParser.QuantifiedSimpleEqualityPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLessThanPredicate(JPQLNextParser.LessThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLessThanPredicate(JPQLNextParser.LessThanPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIsNullPredicate(JPQLNextParser.IsNullPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIsNullPredicate(JPQLNextParser.IsNullPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGreaterThanOrEqualPredicate(JPQLNextParser.GreaterThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGreaterThanOrEqualPredicate(JPQLNextParser.GreaterThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuantifiedSimpleGreaterThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuantifiedSimpleGreaterThanOrEqualPredicate(JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPredicateOrExpression(JPQLNextParser.PredicateOrExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPredicateOrExpression(JPQLNextParser.PredicateOrExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInList(JPQLNextParser.InListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInList(JPQLNextParser.InListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEntityType(JPQLNextParser.EntityTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEntityType(JPQLNextParser.EntityTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSimpleCaseWhen(JPQLNextParser.SimpleCaseWhenContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSimpleCaseWhen(JPQLNextParser.SimpleCaseWhenContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSearchedCaseWhen(JPQLNextParser.SearchedCaseWhenContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSearchedCaseWhen(JPQLNextParser.SearchedCaseWhenContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLiteral(JPQLNextParser.LiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLiteral(JPQLNextParser.LiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTimestampLiteral(JPQLNextParser.TimestampLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTimestampLiteral(JPQLNextParser.TimestampLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDateLiteral(JPQLNextParser.DateLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDateLiteral(JPQLNextParser.DateLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTimeLiteral(JPQLNextParser.TimeLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTimeLiteral(JPQLNextParser.TimeLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDateTimeLiteralText(JPQLNextParser.DateTimeLiteralTextContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDateTimeLiteralText(JPQLNextParser.DateTimeLiteralTextContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterNamedParameter(JPQLNextParser.NamedParameterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitNamedParameter(JPQLNextParser.NamedParameterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPositionalParameter(JPQLNextParser.PositionalParameterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPositionalParameter(JPQLNextParser.PositionalParameterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTrimFunction(JPQLNextParser.TrimFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTrimFunction(JPQLNextParser.TrimFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTemporalFunction(JPQLNextParser.TemporalFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTemporalFunction(JPQLNextParser.TemporalFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCountFunction(JPQLNextParser.CountFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCountFunction(JPQLNextParser.CountFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGenericFunctionInvocation(JPQLNextParser.GenericFunctionInvocationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGenericFunctionInvocation(JPQLNextParser.GenericFunctionInvocationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTrimSpecification(JPQLNextParser.TrimSpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTrimSpecification(JPQLNextParser.TrimSpecificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTrimCharacter(JPQLNextParser.TrimCharacterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTrimCharacter(JPQLNextParser.TrimCharacterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIdentifier(JPQLNextParser.IdentifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIdentifier(JPQLNextParser.IdentifierContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitTerminal(TerminalNode node) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitErrorNode(ErrorNode node) { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy