Class SqlListener
- java.lang.Object
-
- io.ciera.runtime.instanceloading.sql.parser.SQLBaseListener
-
- io.ciera.runtime.instanceloading.sql.SqlListener
-
- All Implemented Interfaces:
SQLListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class SqlListener extends SQLBaseListener
-
-
Constructor Summary
Constructors Constructor Description SqlListener(ISqlLoader loader, IRunContext runContext)
-
Method Summary
-
Methods inherited from class io.ciera.runtime.instanceloading.sql.parser.SQLBaseListener
enterEveryRule, enterId, enterIds, enterLink, enterRel_number, enterSql_file, enterTable_name, enterValue, enterValues, exitEveryRule, exitIds, exitLink, exitValues, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
SqlListener
public SqlListener(ISqlLoader loader, IRunContext runContext)
-
-
Method Detail
-
exitSql_file
public void exitSql_file(SQLParser.Sql_fileContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.sql_file().The default implementation does nothing.
- Specified by:
exitSql_filein interfaceSQLListener- Overrides:
exitSql_filein classSQLBaseListener- Parameters:
ctx- the parse tree
-
enterInsert_statement
public void enterInsert_statement(SQLParser.Insert_statementContext ctx)
Description copied from class:SQLBaseListenerEnter a parse tree produced bySQLParser.insert_statement().The default implementation does nothing.
- Specified by:
enterInsert_statementin interfaceSQLListener- Overrides:
enterInsert_statementin classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitInsert_statement
public void exitInsert_statement(SQLParser.Insert_statementContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.insert_statement().The default implementation does nothing.
- Specified by:
exitInsert_statementin interfaceSQLListener- Overrides:
exitInsert_statementin classSQLBaseListener- Parameters:
ctx- the parse tree
-
enterLink_statement
public void enterLink_statement(SQLParser.Link_statementContext ctx)
Description copied from class:SQLBaseListenerEnter a parse tree produced bySQLParser.link_statement().The default implementation does nothing.
- Specified by:
enterLink_statementin interfaceSQLListener- Overrides:
enterLink_statementin classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitLink_statement
public void exitLink_statement(SQLParser.Link_statementContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.link_statement().The default implementation does nothing.
- Specified by:
exitLink_statementin interfaceSQLListener- Overrides:
exitLink_statementin classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitTable_name
public void exitTable_name(SQLParser.Table_nameContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.table_name().The default implementation does nothing.
- Specified by:
exitTable_namein interfaceSQLListener- Overrides:
exitTable_namein classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitValue
public void exitValue(SQLParser.ValueContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceSQLListener- Overrides:
exitValuein classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitRel_number
public void exitRel_number(SQLParser.Rel_numberContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.rel_number().The default implementation does nothing.
- Specified by:
exitRel_numberin interfaceSQLListener- Overrides:
exitRel_numberin classSQLBaseListener- Parameters:
ctx- the parse tree
-
exitId
public void exitId(SQLParser.IdContext ctx)
Description copied from class:SQLBaseListenerExit a parse tree produced bySQLParser.id().The default implementation does nothing.
- Specified by:
exitIdin interfaceSQLListener- Overrides:
exitIdin classSQLBaseListener- Parameters:
ctx- the parse tree
-
-