Class FbsqlBaseListener
- java.lang.Object
-
- org.fbsql.antlr4.generated.FbsqlBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
,FbsqlListener
public class FbsqlBaseListener extends java.lang.Object implements FbsqlListener
This class provides an empty implementation ofFbsqlListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description FbsqlBaseListener()
-
Method Summary
-
-
-
Constructor Detail
-
FbsqlBaseListener
public FbsqlBaseListener()
-
-
Method Detail
-
enterNative_sql
public void enterNative_sql(FbsqlParser.Native_sqlContext ctx)
Enter a parse tree produced byFbsqlParser.native_sql()
.The default implementation does nothing.
- Specified by:
enterNative_sql
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitNative_sql
public void exitNative_sql(FbsqlParser.Native_sqlContext ctx)
Exit a parse tree produced byFbsqlParser.native_sql()
.The default implementation does nothing.
- Specified by:
exitNative_sql
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterParameter
public void enterParameter(FbsqlParser.ParameterContext ctx)
Enter a parse tree produced byFbsqlParser.parameter()
.The default implementation does nothing.
- Specified by:
enterParameter
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitParameter
public void exitParameter(FbsqlParser.ParameterContext ctx)
Exit a parse tree produced byFbsqlParser.parameter()
.The default implementation does nothing.
- Specified by:
exitParameter
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterProcedure
public void enterProcedure(FbsqlParser.ProcedureContext ctx)
Enter a parse tree produced byFbsqlParser.procedure()
.The default implementation does nothing.
- Specified by:
enterProcedure
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitProcedure
public void exitProcedure(FbsqlParser.ProcedureContext ctx)
Exit a parse tree produced byFbsqlParser.procedure()
.The default implementation does nothing.
- Specified by:
exitProcedure
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterRole_name
public void enterRole_name(FbsqlParser.Role_nameContext ctx)
Enter a parse tree produced byFbsqlParser.role_name()
.The default implementation does nothing.
- Specified by:
enterRole_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitRole_name
public void exitRole_name(FbsqlParser.Role_nameContext ctx)
Exit a parse tree produced byFbsqlParser.role_name()
.The default implementation does nothing.
- Specified by:
exitRole_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterTrigger_before_procedure_name
public void enterTrigger_before_procedure_name(FbsqlParser.Trigger_before_procedure_nameContext ctx)
Enter a parse tree produced byFbsqlParser.trigger_before_procedure_name()
.The default implementation does nothing.
- Specified by:
enterTrigger_before_procedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitTrigger_before_procedure_name
public void exitTrigger_before_procedure_name(FbsqlParser.Trigger_before_procedure_nameContext ctx)
Exit a parse tree produced byFbsqlParser.trigger_before_procedure_name()
.The default implementation does nothing.
- Specified by:
exitTrigger_before_procedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterTrigger_after_procedure_name
public void enterTrigger_after_procedure_name(FbsqlParser.Trigger_after_procedure_nameContext ctx)
Enter a parse tree produced byFbsqlParser.trigger_after_procedure_name()
.The default implementation does nothing.
- Specified by:
enterTrigger_after_procedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitTrigger_after_procedure_name
public void exitTrigger_after_procedure_name(FbsqlParser.Trigger_after_procedure_nameContext ctx)
Exit a parse tree produced byFbsqlParser.trigger_after_procedure_name()
.The default implementation does nothing.
- Specified by:
exitTrigger_after_procedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterCompression_level
public void enterCompression_level(FbsqlParser.Compression_levelContext ctx)
Enter a parse tree produced byFbsqlParser.compression_level()
.The default implementation does nothing.
- Specified by:
enterCompression_level
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitCompression_level
public void exitCompression_level(FbsqlParser.Compression_levelContext ctx)
Exit a parse tree produced byFbsqlParser.compression_level()
.The default implementation does nothing.
- Specified by:
exitCompression_level
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterConnection_alias
public void enterConnection_alias(FbsqlParser.Connection_aliasContext ctx)
Enter a parse tree produced byFbsqlParser.connection_alias()
.The default implementation does nothing.
- Specified by:
enterConnection_alias
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitConnection_alias
public void exitConnection_alias(FbsqlParser.Connection_aliasContext ctx)
Exit a parse tree produced byFbsqlParser.connection_alias()
.The default implementation does nothing.
- Specified by:
exitConnection_alias
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterStatement_alias
public void enterStatement_alias(FbsqlParser.Statement_aliasContext ctx)
Enter a parse tree produced byFbsqlParser.statement_alias()
.The default implementation does nothing.
- Specified by:
enterStatement_alias
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitStatement_alias
public void exitStatement_alias(FbsqlParser.Statement_aliasContext ctx)
Exit a parse tree produced byFbsqlParser.statement_alias()
.The default implementation does nothing.
- Specified by:
exitStatement_alias
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterProcedure_name
public void enterProcedure_name(FbsqlParser.Procedure_nameContext ctx)
Enter a parse tree produced byFbsqlParser.procedure_name()
.The default implementation does nothing.
- Specified by:
enterProcedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitProcedure_name
public void exitProcedure_name(FbsqlParser.Procedure_nameContext ctx)
Exit a parse tree produced byFbsqlParser.procedure_name()
.The default implementation does nothing.
- Specified by:
exitProcedure_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJson
public void enterJson(FbsqlParser.JsonContext ctx)
Enter a parse tree produced byFbsqlParser.json()
.The default implementation does nothing.
- Specified by:
enterJson
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJson
public void exitJson(FbsqlParser.JsonContext ctx)
Exit a parse tree produced byFbsqlParser.json()
.The default implementation does nothing.
- Specified by:
exitJson
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJdbc_url
public void enterJdbc_url(FbsqlParser.Jdbc_urlContext ctx)
Enter a parse tree produced byFbsqlParser.jdbc_url()
.The default implementation does nothing.
- Specified by:
enterJdbc_url
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJdbc_url
public void exitJdbc_url(FbsqlParser.Jdbc_urlContext ctx)
Exit a parse tree produced byFbsqlParser.jdbc_url()
.The default implementation does nothing.
- Specified by:
exitJdbc_url
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterUser
public void enterUser(FbsqlParser.UserContext ctx)
Enter a parse tree produced byFbsqlParser.user()
.The default implementation does nothing.
- Specified by:
enterUser
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitUser
public void exitUser(FbsqlParser.UserContext ctx)
Exit a parse tree produced byFbsqlParser.user()
.The default implementation does nothing.
- Specified by:
exitUser
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterPassword
public void enterPassword(FbsqlParser.PasswordContext ctx)
Enter a parse tree produced byFbsqlParser.password()
.The default implementation does nothing.
- Specified by:
enterPassword
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitPassword
public void exitPassword(FbsqlParser.PasswordContext ctx)
Exit a parse tree produced byFbsqlParser.password()
.The default implementation does nothing.
- Specified by:
exitPassword
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJdbc_connection_properties
public void enterJdbc_connection_properties(FbsqlParser.Jdbc_connection_propertiesContext ctx)
Enter a parse tree produced byFbsqlParser.jdbc_connection_properties()
.The default implementation does nothing.
- Specified by:
enterJdbc_connection_properties
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJdbc_connection_properties
public void exitJdbc_connection_properties(FbsqlParser.Jdbc_connection_propertiesContext ctx)
Exit a parse tree produced byFbsqlParser.jdbc_connection_properties()
.The default implementation does nothing.
- Specified by:
exitJdbc_connection_properties
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJdbc_driver_class_name
public void enterJdbc_driver_class_name(FbsqlParser.Jdbc_driver_class_nameContext ctx)
Enter a parse tree produced byFbsqlParser.jdbc_driver_class_name()
.The default implementation does nothing.
- Specified by:
enterJdbc_driver_class_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJdbc_driver_class_name
public void exitJdbc_driver_class_name(FbsqlParser.Jdbc_driver_class_nameContext ctx)
Exit a parse tree produced byFbsqlParser.jdbc_driver_class_name()
.The default implementation does nothing.
- Specified by:
exitJdbc_driver_class_name
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJar_file
public void enterJar_file(FbsqlParser.Jar_fileContext ctx)
Enter a parse tree produced byFbsqlParser.jar_file()
.The default implementation does nothing.
- Specified by:
enterJar_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJar_file
public void exitJar_file(FbsqlParser.Jar_fileContext ctx)
Exit a parse tree produced byFbsqlParser.jar_file()
.The default implementation does nothing.
- Specified by:
exitJar_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterConnection_pool_size_min
public void enterConnection_pool_size_min(FbsqlParser.Connection_pool_size_minContext ctx)
Enter a parse tree produced byFbsqlParser.connection_pool_size_min()
.The default implementation does nothing.
- Specified by:
enterConnection_pool_size_min
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitConnection_pool_size_min
public void exitConnection_pool_size_min(FbsqlParser.Connection_pool_size_minContext ctx)
Exit a parse tree produced byFbsqlParser.connection_pool_size_min()
.The default implementation does nothing.
- Specified by:
exitConnection_pool_size_min
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterConnection_pool_size_max
public void enterConnection_pool_size_max(FbsqlParser.Connection_pool_size_maxContext ctx)
Enter a parse tree produced byFbsqlParser.connection_pool_size_max()
.The default implementation does nothing.
- Specified by:
enterConnection_pool_size_max
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitConnection_pool_size_max
public void exitConnection_pool_size_max(FbsqlParser.Connection_pool_size_maxContext ctx)
Exit a parse tree produced byFbsqlParser.connection_pool_size_max()
.The default implementation does nothing.
- Specified by:
exitConnection_pool_size_max
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterSql_script_file
public void enterSql_script_file(FbsqlParser.Sql_script_fileContext ctx)
Enter a parse tree produced byFbsqlParser.sql_script_file()
.The default implementation does nothing.
- Specified by:
enterSql_script_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitSql_script_file
public void exitSql_script_file(FbsqlParser.Sql_script_fileContext ctx)
Exit a parse tree produced byFbsqlParser.sql_script_file()
.The default implementation does nothing.
- Specified by:
exitSql_script_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterJson_file
public void enterJson_file(FbsqlParser.Json_fileContext ctx)
Enter a parse tree produced byFbsqlParser.json_file()
.The default implementation does nothing.
- Specified by:
enterJson_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitJson_file
public void exitJson_file(FbsqlParser.Json_fileContext ctx)
Exit a parse tree produced byFbsqlParser.json_file()
.The default implementation does nothing.
- Specified by:
exitJson_file
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterCron_expression
public void enterCron_expression(FbsqlParser.Cron_expressionContext ctx)
Enter a parse tree produced byFbsqlParser.cron_expression()
.The default implementation does nothing.
- Specified by:
enterCron_expression
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitCron_expression
public void exitCron_expression(FbsqlParser.Cron_expressionContext ctx)
Exit a parse tree produced byFbsqlParser.cron_expression()
.The default implementation does nothing.
- Specified by:
exitCron_expression
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterConnect_to_stmt
public void enterConnect_to_stmt(FbsqlParser.Connect_to_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.connect_to_stmt()
.The default implementation does nothing.
- Specified by:
enterConnect_to_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitConnect_to_stmt
public void exitConnect_to_stmt(FbsqlParser.Connect_to_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.connect_to_stmt()
.The default implementation does nothing.
- Specified by:
exitConnect_to_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterSwitch_to_stmt
public void enterSwitch_to_stmt(FbsqlParser.Switch_to_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.switch_to_stmt()
.The default implementation does nothing.
- Specified by:
enterSwitch_to_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitSwitch_to_stmt
public void exitSwitch_to_stmt(FbsqlParser.Switch_to_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.switch_to_stmt()
.The default implementation does nothing.
- Specified by:
exitSwitch_to_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterDeclare_statement_stmt
public void enterDeclare_statement_stmt(FbsqlParser.Declare_statement_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.declare_statement_stmt()
.The default implementation does nothing.
- Specified by:
enterDeclare_statement_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitDeclare_statement_stmt
public void exitDeclare_statement_stmt(FbsqlParser.Declare_statement_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.declare_statement_stmt()
.The default implementation does nothing.
- Specified by:
exitDeclare_statement_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterDeclare_procedure_stmt
public void enterDeclare_procedure_stmt(FbsqlParser.Declare_procedure_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.declare_procedure_stmt()
.The default implementation does nothing.
- Specified by:
enterDeclare_procedure_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitDeclare_procedure_stmt
public void exitDeclare_procedure_stmt(FbsqlParser.Declare_procedure_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.declare_procedure_stmt()
.The default implementation does nothing.
- Specified by:
exitDeclare_procedure_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterInclude_script_file_stmt
public void enterInclude_script_file_stmt(FbsqlParser.Include_script_file_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.include_script_file_stmt()
.The default implementation does nothing.
- Specified by:
enterInclude_script_file_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitInclude_script_file_stmt
public void exitInclude_script_file_stmt(FbsqlParser.Include_script_file_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.include_script_file_stmt()
.The default implementation does nothing.
- Specified by:
exitInclude_script_file_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterSchedule_stmt
public void enterSchedule_stmt(FbsqlParser.Schedule_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.schedule_stmt()
.The default implementation does nothing.
- Specified by:
enterSchedule_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitSchedule_stmt
public void exitSchedule_stmt(FbsqlParser.Schedule_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.schedule_stmt()
.The default implementation does nothing.
- Specified by:
exitSchedule_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterNative_stmt
public void enterNative_stmt(FbsqlParser.Native_stmtContext ctx)
Enter a parse tree produced byFbsqlParser.native_stmt()
.The default implementation does nothing.
- Specified by:
enterNative_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
exitNative_stmt
public void exitNative_stmt(FbsqlParser.Native_stmtContext ctx)
Exit a parse tree produced byFbsqlParser.native_stmt()
.The default implementation does nothing.
- Specified by:
exitNative_stmt
in interfaceFbsqlListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-