Class FbsqlBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.fbsql.antlr4.generated.FbsqlBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
,FbsqlVisitor<T>
public class FbsqlBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements FbsqlVisitor<T>
This class provides an empty implementation ofFbsqlVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description FbsqlBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
FbsqlBaseVisitor
public FbsqlBaseVisitor()
-
-
Method Detail
-
visitNative_sql
public T visitNative_sql(FbsqlParser.Native_sqlContext ctx)
Visit a parse tree produced byFbsqlParser.native_sql()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNative_sql
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameter
public T visitParameter(FbsqlParser.ParameterContext ctx)
Visit a parse tree produced byFbsqlParser.parameter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitParameter
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProcedure
public T visitProcedure(FbsqlParser.ProcedureContext ctx)
Visit a parse tree produced byFbsqlParser.procedure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitProcedure
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRole_name
public T visitRole_name(FbsqlParser.Role_nameContext ctx)
Visit a parse tree produced byFbsqlParser.role_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRole_name
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrigger_before_procedure_name
public T visitTrigger_before_procedure_name(FbsqlParser.Trigger_before_procedure_nameContext ctx)
Visit a parse tree produced byFbsqlParser.trigger_before_procedure_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTrigger_before_procedure_name
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTrigger_after_procedure_name
public T visitTrigger_after_procedure_name(FbsqlParser.Trigger_after_procedure_nameContext ctx)
Visit a parse tree produced byFbsqlParser.trigger_after_procedure_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTrigger_after_procedure_name
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompression_level
public T visitCompression_level(FbsqlParser.Compression_levelContext ctx)
Visit a parse tree produced byFbsqlParser.compression_level()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCompression_level
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnection_alias
public T visitConnection_alias(FbsqlParser.Connection_aliasContext ctx)
Visit a parse tree produced byFbsqlParser.connection_alias()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConnection_alias
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatement_alias
public T visitStatement_alias(FbsqlParser.Statement_aliasContext ctx)
Visit a parse tree produced byFbsqlParser.statement_alias()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStatement_alias
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProcedure_name
public T visitProcedure_name(FbsqlParser.Procedure_nameContext ctx)
Visit a parse tree produced byFbsqlParser.procedure_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitProcedure_name
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJson
public T visitJson(FbsqlParser.JsonContext ctx)
Visit a parse tree produced byFbsqlParser.json()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJson
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbc_url
public T visitJdbc_url(FbsqlParser.Jdbc_urlContext ctx)
Visit a parse tree produced byFbsqlParser.jdbc_url()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJdbc_url
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUser
public T visitUser(FbsqlParser.UserContext ctx)
Visit a parse tree produced byFbsqlParser.user()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUser
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPassword
public T visitPassword(FbsqlParser.PasswordContext ctx)
Visit a parse tree produced byFbsqlParser.password()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPassword
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbc_connection_properties
public T visitJdbc_connection_properties(FbsqlParser.Jdbc_connection_propertiesContext ctx)
Visit a parse tree produced byFbsqlParser.jdbc_connection_properties()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJdbc_connection_properties
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJdbc_driver_class_name
public T visitJdbc_driver_class_name(FbsqlParser.Jdbc_driver_class_nameContext ctx)
Visit a parse tree produced byFbsqlParser.jdbc_driver_class_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJdbc_driver_class_name
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJar_file
public T visitJar_file(FbsqlParser.Jar_fileContext ctx)
Visit a parse tree produced byFbsqlParser.jar_file()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJar_file
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnection_pool_size_min
public T visitConnection_pool_size_min(FbsqlParser.Connection_pool_size_minContext ctx)
Visit a parse tree produced byFbsqlParser.connection_pool_size_min()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConnection_pool_size_min
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnection_pool_size_max
public T visitConnection_pool_size_max(FbsqlParser.Connection_pool_size_maxContext ctx)
Visit a parse tree produced byFbsqlParser.connection_pool_size_max()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConnection_pool_size_max
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSql_script_file
public T visitSql_script_file(FbsqlParser.Sql_script_fileContext ctx)
Visit a parse tree produced byFbsqlParser.sql_script_file()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSql_script_file
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitJson_file
public T visitJson_file(FbsqlParser.Json_fileContext ctx)
Visit a parse tree produced byFbsqlParser.json_file()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitJson_file
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCron_expression
public T visitCron_expression(FbsqlParser.Cron_expressionContext ctx)
Visit a parse tree produced byFbsqlParser.cron_expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCron_expression
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnect_to_stmt
public T visitConnect_to_stmt(FbsqlParser.Connect_to_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.connect_to_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConnect_to_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSwitch_to_stmt
public T visitSwitch_to_stmt(FbsqlParser.Switch_to_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.switch_to_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSwitch_to_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeclare_statement_stmt
public T visitDeclare_statement_stmt(FbsqlParser.Declare_statement_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.declare_statement_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDeclare_statement_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeclare_procedure_stmt
public T visitDeclare_procedure_stmt(FbsqlParser.Declare_procedure_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.declare_procedure_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDeclare_procedure_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInclude_script_file_stmt
public T visitInclude_script_file_stmt(FbsqlParser.Include_script_file_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.include_script_file_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInclude_script_file_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSchedule_stmt
public T visitSchedule_stmt(FbsqlParser.Schedule_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.schedule_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSchedule_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNative_stmt
public T visitNative_stmt(FbsqlParser.Native_stmtContext ctx)
Visit a parse tree produced byFbsqlParser.native_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNative_stmt
in interfaceFbsqlVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-