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

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

There is a newer version: 1.6.12
Show newest version
// Generated from com\blazebit\persistence\parser\SQLParser.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 SQLParserListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class SQLParserBaseListener implements SQLParserListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterParseSelectStatement(SQLParser.ParseSelectStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseSelectStatement(SQLParser.ParseSelectStatementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParseFrom(SQLParser.ParseFromContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParseFrom(SQLParser.ParseFromContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExpression(SQLParser.ExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExpression(SQLParser.ExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPrimitive_expression(SQLParser.Primitive_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPrimitive_expression(SQLParser.Primitive_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCase_expression(SQLParser.Case_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCase_expression(SQLParser.Case_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUnary_operator_expression(SQLParser.Unary_operator_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUnary_operator_expression(SQLParser.Unary_operator_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBracket_expression(SQLParser.Bracket_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBracket_expression(SQLParser.Bracket_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConstant_expression(SQLParser.Constant_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConstant_expression(SQLParser.Constant_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelect_statement(SQLParser.Select_statementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelect_statement(SQLParser.Select_statementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSubquery(SQLParser.SubqueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSubquery(SQLParser.SubqueryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSearch_condition(SQLParser.Search_conditionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSearch_condition(SQLParser.Search_conditionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSearch_condition_and(SQLParser.Search_condition_andContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSearch_condition_and(SQLParser.Search_condition_andContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSearch_condition_not(SQLParser.Search_condition_notContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSearch_condition_not(SQLParser.Search_condition_notContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPredicate(SQLParser.PredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPredicate(SQLParser.PredicateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuery_expression(SQLParser.Query_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuery_expression(SQLParser.Query_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSql_union(SQLParser.Sql_unionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSql_union(SQLParser.Sql_unionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterQuery_specification(SQLParser.Query_specificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitQuery_specification(SQLParser.Query_specificationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTop_clause(SQLParser.Top_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTop_clause(SQLParser.Top_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTop_percent(SQLParser.Top_percentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTop_percent(SQLParser.Top_percentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTop_count(SQLParser.Top_countContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTop_count(SQLParser.Top_countContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrder_by_clause(SQLParser.Order_by_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrder_by_clause(SQLParser.Order_by_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrder_by_expression(SQLParser.Order_by_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrder_by_expression(SQLParser.Order_by_expressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGroup_by_item(SQLParser.Group_by_itemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGroup_by_item(SQLParser.Group_by_itemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelect_list(SQLParser.Select_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelect_list(SQLParser.Select_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumn_elem(SQLParser.Column_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumn_elem(SQLParser.Column_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExpression_elem(SQLParser.Expression_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExpression_elem(SQLParser.Expression_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelect_list_elem(SQLParser.Select_list_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelect_list_elem(SQLParser.Select_list_elemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_sources(SQLParser.Table_sourcesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_sources(SQLParser.Table_sourcesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_source(SQLParser.Table_sourceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_source(SQLParser.Table_sourceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_source_item_joined(SQLParser.Table_source_item_joinedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_source_item_joined(SQLParser.Table_source_item_joinedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_source_item(SQLParser.Table_source_itemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_source_item(SQLParser.Table_source_itemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterJoin_part(SQLParser.Join_partContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitJoin_part(SQLParser.Join_partContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDerived_table(SQLParser.Derived_tableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDerived_table(SQLParser.Derived_tableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCAST(SQLParser.CASTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCAST(SQLParser.CASTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCONVERT(SQLParser.CONVERTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCONVERT(SQLParser.CONVERTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCURRENT_TIMESTAMP(SQLParser.CURRENT_TIMESTAMPContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCURRENT_TIMESTAMP(SQLParser.CURRENT_TIMESTAMPContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCURRENT_USER(SQLParser.CURRENT_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCURRENT_USER(SQLParser.CURRENT_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDATEADD(SQLParser.DATEADDContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDATEADD(SQLParser.DATEADDContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDATEDIFF(SQLParser.DATEDIFFContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDATEDIFF(SQLParser.DATEDIFFContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDATENAME(SQLParser.DATENAMEContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDATENAME(SQLParser.DATENAMEContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDATEPART(SQLParser.DATEPARTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDATEPART(SQLParser.DATEPARTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMIN_ACTIVE_ROWVERSION(SQLParser.MIN_ACTIVE_ROWVERSIONContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMIN_ACTIVE_ROWVERSION(SQLParser.MIN_ACTIVE_ROWVERSIONContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSESSION_USER(SQLParser.SESSION_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSESSION_USER(SQLParser.SESSION_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSYSTEM_USER(SQLParser.SYSTEM_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSYSTEM_USER(SQLParser.SYSTEM_USERContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIFF(SQLParser.IFFContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIFF(SQLParser.IFFContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCOUNT(SQLParser.COUNTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCOUNT(SQLParser.COUNTContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterANY_FUNC(SQLParser.ANY_FUNCContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitANY_FUNC(SQLParser.ANY_FUNCContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSwitch_section(SQLParser.Switch_sectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSwitch_section(SQLParser.Switch_sectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSwitch_search_condition_section(SQLParser.Switch_search_condition_sectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSwitch_search_condition_section(SQLParser.Switch_search_condition_sectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAs_column_alias(SQLParser.As_column_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAs_column_alias(SQLParser.As_column_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAs_table_alias(SQLParser.As_table_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAs_table_alias(SQLParser.As_table_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_alias(SQLParser.Table_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_alias(SQLParser.Table_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumn_alias_list(SQLParser.Column_alias_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumn_alias_list(SQLParser.Column_alias_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumn_alias(SQLParser.Column_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumn_alias(SQLParser.Column_aliasContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_value_constructor(SQLParser.Table_value_constructorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_value_constructor(SQLParser.Table_value_constructorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExpression_list(SQLParser.Expression_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExpression_list(SQLParser.Expression_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOver_clause(SQLParser.Over_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOver_clause(SQLParser.Over_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRow_or_range_clause(SQLParser.Row_or_range_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRow_or_range_clause(SQLParser.Row_or_range_clauseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindow_frame_extent(SQLParser.Window_frame_extentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindow_frame_extent(SQLParser.Window_frame_extentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindow_frame_bound(SQLParser.Window_frame_boundContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindow_frame_bound(SQLParser.Window_frame_boundContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindow_frame_preceding(SQLParser.Window_frame_precedingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindow_frame_preceding(SQLParser.Window_frame_precedingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWindow_frame_following(SQLParser.Window_frame_followingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWindow_frame_following(SQLParser.Window_frame_followingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable_name(SQLParser.Table_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable_name(SQLParser.Table_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFull_column_name(SQLParser.Full_column_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFull_column_name(SQLParser.Full_column_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterNull_notnull(SQLParser.Null_notnullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitNull_notnull(SQLParser.Null_notnullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterData_type(SQLParser.Data_typeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitData_type(SQLParser.Data_typeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConstant(SQLParser.ConstantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConstant(SQLParser.ConstantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSign(SQLParser.SignContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSign(SQLParser.SignContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterId(SQLParser.IdContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitId(SQLParser.IdContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSimple_id(SQLParser.Simple_idContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSimple_id(SQLParser.Simple_idContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterComparison_operator(SQLParser.Comparison_operatorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitComparison_operator(SQLParser.Comparison_operatorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignment_operator(SQLParser.Assignment_operatorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignment_operator(SQLParser.Assignment_operatorContext 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