Class NanoSQLBaseListener
- java.lang.Object
-
- edu.caltech.nanodb.sqlparse.NanoSQLBaseListener
-
- All Implemented Interfaces:
NanoSQLListener
,org.antlr.v4.runtime.tree.ParseTreeListener
public class NanoSQLBaseListener extends java.lang.Object implements NanoSQLListener
This class provides an empty implementation ofNanoSQLListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description NanoSQLBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterCommands
public void enterCommands(NanoSQLParser.CommandsContext ctx)
Enter a parse tree produced byNanoSQLParser.commands()
.The default implementation does nothing.
- Specified by:
enterCommands
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCommands
public void exitCommands(NanoSQLParser.CommandsContext ctx)
Exit a parse tree produced byNanoSQLParser.commands()
.The default implementation does nothing.
- Specified by:
exitCommands
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCommand
public void enterCommand(NanoSQLParser.CommandContext ctx)
Enter a parse tree produced byNanoSQLParser.command()
.The default implementation does nothing.
- Specified by:
enterCommand
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCommand
public void exitCommand(NanoSQLParser.CommandContext ctx)
Exit a parse tree produced byNanoSQLParser.command()
.The default implementation does nothing.
- Specified by:
exitCommand
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCommandNoSemicolon
public void enterCommandNoSemicolon(NanoSQLParser.CommandNoSemicolonContext ctx)
Enter a parse tree produced byNanoSQLParser.commandNoSemicolon()
.The default implementation does nothing.
- Specified by:
enterCommandNoSemicolon
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCommandNoSemicolon
public void exitCommandNoSemicolon(NanoSQLParser.CommandNoSemicolonContext ctx)
Exit a parse tree produced byNanoSQLParser.commandNoSemicolon()
.The default implementation does nothing.
- Specified by:
exitCommandNoSemicolon
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCreateTableStmt
public void enterCreateTableStmt(NanoSQLParser.CreateTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.createTableStmt()
.The default implementation does nothing.
- Specified by:
enterCreateTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCreateTableStmt
public void exitCreateTableStmt(NanoSQLParser.CreateTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.createTableStmt()
.The default implementation does nothing.
- Specified by:
exitCreateTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterTableColDecl
public void enterTableColDecl(NanoSQLParser.TableColDeclContext ctx)
Enter a parse tree produced byNanoSQLParser.tableColDecl()
.The default implementation does nothing.
- Specified by:
enterTableColDecl
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitTableColDecl
public void exitTableColDecl(NanoSQLParser.TableColDeclContext ctx)
Exit a parse tree produced byNanoSQLParser.tableColDecl()
.The default implementation does nothing.
- Specified by:
exitTableColDecl
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeInt
public void enterColTypeInt(NanoSQLParser.ColTypeIntContext ctx)
Enter a parse tree produced by theColTypeInt
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeInt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeInt
public void exitColTypeInt(NanoSQLParser.ColTypeIntContext ctx)
Exit a parse tree produced by theColTypeInt
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeInt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeBigInt
public void enterColTypeBigInt(NanoSQLParser.ColTypeBigIntContext ctx)
Enter a parse tree produced by theColTypeBigInt
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeBigInt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeBigInt
public void exitColTypeBigInt(NanoSQLParser.ColTypeBigIntContext ctx)
Exit a parse tree produced by theColTypeBigInt
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeBigInt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeDecimal
public void enterColTypeDecimal(NanoSQLParser.ColTypeDecimalContext ctx)
Enter a parse tree produced by theColTypeDecimal
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeDecimal
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeDecimal
public void exitColTypeDecimal(NanoSQLParser.ColTypeDecimalContext ctx)
Exit a parse tree produced by theColTypeDecimal
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeDecimal
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeFloat
public void enterColTypeFloat(NanoSQLParser.ColTypeFloatContext ctx)
Enter a parse tree produced by theColTypeFloat
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeFloat
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeFloat
public void exitColTypeFloat(NanoSQLParser.ColTypeFloatContext ctx)
Exit a parse tree produced by theColTypeFloat
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeFloat
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeDouble
public void enterColTypeDouble(NanoSQLParser.ColTypeDoubleContext ctx)
Enter a parse tree produced by theColTypeDouble
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeDouble
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeDouble
public void exitColTypeDouble(NanoSQLParser.ColTypeDoubleContext ctx)
Exit a parse tree produced by theColTypeDouble
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeDouble
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeChar
public void enterColTypeChar(NanoSQLParser.ColTypeCharContext ctx)
Enter a parse tree produced by theColTypeChar
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeChar
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeChar
public void exitColTypeChar(NanoSQLParser.ColTypeCharContext ctx)
Exit a parse tree produced by theColTypeChar
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeChar
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeVarChar
public void enterColTypeVarChar(NanoSQLParser.ColTypeVarCharContext ctx)
Enter a parse tree produced by theColTypeVarChar
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeVarChar
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeVarChar
public void exitColTypeVarChar(NanoSQLParser.ColTypeVarCharContext ctx)
Exit a parse tree produced by theColTypeVarChar
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeVarChar
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeDate
public void enterColTypeDate(NanoSQLParser.ColTypeDateContext ctx)
Enter a parse tree produced by theColTypeDate
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeDate
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeDate
public void exitColTypeDate(NanoSQLParser.ColTypeDateContext ctx)
Exit a parse tree produced by theColTypeDate
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeDate
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeDateTime
public void enterColTypeDateTime(NanoSQLParser.ColTypeDateTimeContext ctx)
Enter a parse tree produced by theColTypeDateTime
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeDateTime
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeDateTime
public void exitColTypeDateTime(NanoSQLParser.ColTypeDateTimeContext ctx)
Exit a parse tree produced by theColTypeDateTime
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeDateTime
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeTime
public void enterColTypeTime(NanoSQLParser.ColTypeTimeContext ctx)
Enter a parse tree produced by theColTypeTime
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeTime
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeTime
public void exitColTypeTime(NanoSQLParser.ColTypeTimeContext ctx)
Exit a parse tree produced by theColTypeTime
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeTime
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColTypeTimestamp
public void enterColTypeTimestamp(NanoSQLParser.ColTypeTimestampContext ctx)
Enter a parse tree produced by theColTypeTimestamp
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
enterColTypeTimestamp
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColTypeTimestamp
public void exitColTypeTimestamp(NanoSQLParser.ColTypeTimestampContext ctx)
Exit a parse tree produced by theColTypeTimestamp
labeled alternative inNanoSQLParser.columnType()
.The default implementation does nothing.
- Specified by:
exitColTypeTimestamp
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColConstraintNotNull
public void enterColConstraintNotNull(NanoSQLParser.ColConstraintNotNullContext ctx)
Enter a parse tree produced by theColConstraintNotNull
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
enterColConstraintNotNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColConstraintNotNull
public void exitColConstraintNotNull(NanoSQLParser.ColConstraintNotNullContext ctx)
Exit a parse tree produced by theColConstraintNotNull
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
exitColConstraintNotNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColConstraintUnique
public void enterColConstraintUnique(NanoSQLParser.ColConstraintUniqueContext ctx)
Enter a parse tree produced by theColConstraintUnique
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
enterColConstraintUnique
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColConstraintUnique
public void exitColConstraintUnique(NanoSQLParser.ColConstraintUniqueContext ctx)
Exit a parse tree produced by theColConstraintUnique
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
exitColConstraintUnique
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColConstraintPrimaryKey
public void enterColConstraintPrimaryKey(NanoSQLParser.ColConstraintPrimaryKeyContext ctx)
Enter a parse tree produced by theColConstraintPrimaryKey
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
enterColConstraintPrimaryKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColConstraintPrimaryKey
public void exitColConstraintPrimaryKey(NanoSQLParser.ColConstraintPrimaryKeyContext ctx)
Exit a parse tree produced by theColConstraintPrimaryKey
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
exitColConstraintPrimaryKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColConstraintForeignKey
public void enterColConstraintForeignKey(NanoSQLParser.ColConstraintForeignKeyContext ctx)
Enter a parse tree produced by theColConstraintForeignKey
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
enterColConstraintForeignKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColConstraintForeignKey
public void exitColConstraintForeignKey(NanoSQLParser.ColConstraintForeignKeyContext ctx)
Exit a parse tree produced by theColConstraintForeignKey
labeled alternative inNanoSQLParser.columnConstraint()
.The default implementation does nothing.
- Specified by:
exitColConstraintForeignKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterTblConstraintUnique
public void enterTblConstraintUnique(NanoSQLParser.TblConstraintUniqueContext ctx)
Enter a parse tree produced by theTblConstraintUnique
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
enterTblConstraintUnique
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitTblConstraintUnique
public void exitTblConstraintUnique(NanoSQLParser.TblConstraintUniqueContext ctx)
Exit a parse tree produced by theTblConstraintUnique
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
exitTblConstraintUnique
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterTblConstraintPrimaryKey
public void enterTblConstraintPrimaryKey(NanoSQLParser.TblConstraintPrimaryKeyContext ctx)
Enter a parse tree produced by theTblConstraintPrimaryKey
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
enterTblConstraintPrimaryKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitTblConstraintPrimaryKey
public void exitTblConstraintPrimaryKey(NanoSQLParser.TblConstraintPrimaryKeyContext ctx)
Exit a parse tree produced by theTblConstraintPrimaryKey
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
exitTblConstraintPrimaryKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterTblConstraintForeignKey
public void enterTblConstraintForeignKey(NanoSQLParser.TblConstraintForeignKeyContext ctx)
Enter a parse tree produced by theTblConstraintForeignKey
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
enterTblConstraintForeignKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitTblConstraintForeignKey
public void exitTblConstraintForeignKey(NanoSQLParser.TblConstraintForeignKeyContext ctx)
Exit a parse tree produced by theTblConstraintForeignKey
labeled alternative inNanoSQLParser.tableConstraint()
.The default implementation does nothing.
- Specified by:
exitTblConstraintForeignKey
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCascadeOptRestrict
public void enterCascadeOptRestrict(NanoSQLParser.CascadeOptRestrictContext ctx)
Enter a parse tree produced by theCascadeOptRestrict
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
enterCascadeOptRestrict
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCascadeOptRestrict
public void exitCascadeOptRestrict(NanoSQLParser.CascadeOptRestrictContext ctx)
Exit a parse tree produced by theCascadeOptRestrict
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
exitCascadeOptRestrict
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCascadeOptCascade
public void enterCascadeOptCascade(NanoSQLParser.CascadeOptCascadeContext ctx)
Enter a parse tree produced by theCascadeOptCascade
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
enterCascadeOptCascade
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCascadeOptCascade
public void exitCascadeOptCascade(NanoSQLParser.CascadeOptCascadeContext ctx)
Exit a parse tree produced by theCascadeOptCascade
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
exitCascadeOptCascade
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCascadeOptSetNull
public void enterCascadeOptSetNull(NanoSQLParser.CascadeOptSetNullContext ctx)
Enter a parse tree produced by theCascadeOptSetNull
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
enterCascadeOptSetNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCascadeOptSetNull
public void exitCascadeOptSetNull(NanoSQLParser.CascadeOptSetNullContext ctx)
Exit a parse tree produced by theCascadeOptSetNull
labeled alternative inNanoSQLParser.cascadeOption()
.The default implementation does nothing.
- Specified by:
exitCascadeOptSetNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterDropTableStmt
public void enterDropTableStmt(NanoSQLParser.DropTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dropTableStmt()
.The default implementation does nothing.
- Specified by:
enterDropTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitDropTableStmt
public void exitDropTableStmt(NanoSQLParser.DropTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dropTableStmt()
.The default implementation does nothing.
- Specified by:
exitDropTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCreateIndexStmt
public void enterCreateIndexStmt(NanoSQLParser.CreateIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.createIndexStmt()
.The default implementation does nothing.
- Specified by:
enterCreateIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCreateIndexStmt
public void exitCreateIndexStmt(NanoSQLParser.CreateIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.createIndexStmt()
.The default implementation does nothing.
- Specified by:
exitCreateIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterDropIndexStmt
public void enterDropIndexStmt(NanoSQLParser.DropIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dropIndexStmt()
.The default implementation does nothing.
- Specified by:
enterDropIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitDropIndexStmt
public void exitDropIndexStmt(NanoSQLParser.DropIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dropIndexStmt()
.The default implementation does nothing.
- Specified by:
exitDropIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterShowTablesStmt
public void enterShowTablesStmt(NanoSQLParser.ShowTablesStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showTablesStmt()
.The default implementation does nothing.
- Specified by:
enterShowTablesStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitShowTablesStmt
public void exitShowTablesStmt(NanoSQLParser.ShowTablesStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showTablesStmt()
.The default implementation does nothing.
- Specified by:
exitShowTablesStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterAnalyzeStmt
public void enterAnalyzeStmt(NanoSQLParser.AnalyzeStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.analyzeStmt()
.The default implementation does nothing.
- Specified by:
enterAnalyzeStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitAnalyzeStmt
public void exitAnalyzeStmt(NanoSQLParser.AnalyzeStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.analyzeStmt()
.The default implementation does nothing.
- Specified by:
exitAnalyzeStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterOptimizeStmt
public void enterOptimizeStmt(NanoSQLParser.OptimizeStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.optimizeStmt()
.The default implementation does nothing.
- Specified by:
enterOptimizeStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitOptimizeStmt
public void exitOptimizeStmt(NanoSQLParser.OptimizeStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.optimizeStmt()
.The default implementation does nothing.
- Specified by:
exitOptimizeStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterVerifyStmt
public void enterVerifyStmt(NanoSQLParser.VerifyStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.verifyStmt()
.The default implementation does nothing.
- Specified by:
enterVerifyStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitVerifyStmt
public void exitVerifyStmt(NanoSQLParser.VerifyStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.verifyStmt()
.The default implementation does nothing.
- Specified by:
exitVerifyStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterDumpTableStmt
public void enterDumpTableStmt(NanoSQLParser.DumpTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dumpTableStmt()
.The default implementation does nothing.
- Specified by:
enterDumpTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitDumpTableStmt
public void exitDumpTableStmt(NanoSQLParser.DumpTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dumpTableStmt()
.The default implementation does nothing.
- Specified by:
exitDumpTableStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterDumpIndexStmt
public void enterDumpIndexStmt(NanoSQLParser.DumpIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dumpIndexStmt()
.The default implementation does nothing.
- Specified by:
enterDumpIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitDumpIndexStmt
public void exitDumpIndexStmt(NanoSQLParser.DumpIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dumpIndexStmt()
.The default implementation does nothing.
- Specified by:
exitDumpIndexStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterShowTableStatsStmt
public void enterShowTableStatsStmt(NanoSQLParser.ShowTableStatsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showTableStatsStmt()
.The default implementation does nothing.
- Specified by:
enterShowTableStatsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitShowTableStatsStmt
public void exitShowTableStatsStmt(NanoSQLParser.ShowTableStatsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showTableStatsStmt()
.The default implementation does nothing.
- Specified by:
exitShowTableStatsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterBeginTxnStmt
public void enterBeginTxnStmt(NanoSQLParser.BeginTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.beginTxnStmt()
.The default implementation does nothing.
- Specified by:
enterBeginTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitBeginTxnStmt
public void exitBeginTxnStmt(NanoSQLParser.BeginTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.beginTxnStmt()
.The default implementation does nothing.
- Specified by:
exitBeginTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCommitTxnStmt
public void enterCommitTxnStmt(NanoSQLParser.CommitTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.commitTxnStmt()
.The default implementation does nothing.
- Specified by:
enterCommitTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCommitTxnStmt
public void exitCommitTxnStmt(NanoSQLParser.CommitTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.commitTxnStmt()
.The default implementation does nothing.
- Specified by:
exitCommitTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterRollbackTxnStmt
public void enterRollbackTxnStmt(NanoSQLParser.RollbackTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.rollbackTxnStmt()
.The default implementation does nothing.
- Specified by:
enterRollbackTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitRollbackTxnStmt
public void exitRollbackTxnStmt(NanoSQLParser.RollbackTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.rollbackTxnStmt()
.The default implementation does nothing.
- Specified by:
exitRollbackTxnStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterShowPropsStmt
public void enterShowPropsStmt(NanoSQLParser.ShowPropsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showPropsStmt()
.The default implementation does nothing.
- Specified by:
enterShowPropsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitShowPropsStmt
public void exitShowPropsStmt(NanoSQLParser.ShowPropsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showPropsStmt()
.The default implementation does nothing.
- Specified by:
exitShowPropsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterSetPropStmt
public void enterSetPropStmt(NanoSQLParser.SetPropStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.setPropStmt()
.The default implementation does nothing.
- Specified by:
enterSetPropStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitSetPropStmt
public void exitSetPropStmt(NanoSQLParser.SetPropStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.setPropStmt()
.The default implementation does nothing.
- Specified by:
exitSetPropStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterShowSystemStatsStmt
public void enterShowSystemStatsStmt(NanoSQLParser.ShowSystemStatsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showSystemStatsStmt()
.The default implementation does nothing.
- Specified by:
enterShowSystemStatsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitShowSystemStatsStmt
public void exitShowSystemStatsStmt(NanoSQLParser.ShowSystemStatsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showSystemStatsStmt()
.The default implementation does nothing.
- Specified by:
exitShowSystemStatsStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFlushStmt
public void enterFlushStmt(NanoSQLParser.FlushStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.flushStmt()
.The default implementation does nothing.
- Specified by:
enterFlushStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFlushStmt
public void exitFlushStmt(NanoSQLParser.FlushStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.flushStmt()
.The default implementation does nothing.
- Specified by:
exitFlushStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCrashStmt
public void enterCrashStmt(NanoSQLParser.CrashStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.crashStmt()
.The default implementation does nothing.
- Specified by:
enterCrashStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCrashStmt
public void exitCrashStmt(NanoSQLParser.CrashStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.crashStmt()
.The default implementation does nothing.
- Specified by:
exitCrashStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExitStmt
public void enterExitStmt(NanoSQLParser.ExitStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.exitStmt()
.The default implementation does nothing.
- Specified by:
enterExitStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExitStmt
public void exitExitStmt(NanoSQLParser.ExitStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.exitStmt()
.The default implementation does nothing.
- Specified by:
exitExitStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterSelectStmt
public void enterSelectStmt(NanoSQLParser.SelectStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.selectStmt()
.The default implementation does nothing.
- Specified by:
enterSelectStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitSelectStmt
public void exitSelectStmt(NanoSQLParser.SelectStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.selectStmt()
.The default implementation does nothing.
- Specified by:
exitSelectStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterSelectValue
public void enterSelectValue(NanoSQLParser.SelectValueContext ctx)
Enter a parse tree produced byNanoSQLParser.selectValue()
.The default implementation does nothing.
- Specified by:
enterSelectValue
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitSelectValue
public void exitSelectValue(NanoSQLParser.SelectValueContext ctx)
Exit a parse tree produced byNanoSQLParser.selectValue()
.The default implementation does nothing.
- Specified by:
exitSelectValue
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterJoinTypeInner
public void enterJoinTypeInner(NanoSQLParser.JoinTypeInnerContext ctx)
Enter a parse tree produced by theJoinTypeInner
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
enterJoinTypeInner
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitJoinTypeInner
public void exitJoinTypeInner(NanoSQLParser.JoinTypeInnerContext ctx)
Exit a parse tree produced by theJoinTypeInner
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
exitJoinTypeInner
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterJoinTypeLeftOuter
public void enterJoinTypeLeftOuter(NanoSQLParser.JoinTypeLeftOuterContext ctx)
Enter a parse tree produced by theJoinTypeLeftOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
enterJoinTypeLeftOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitJoinTypeLeftOuter
public void exitJoinTypeLeftOuter(NanoSQLParser.JoinTypeLeftOuterContext ctx)
Exit a parse tree produced by theJoinTypeLeftOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
exitJoinTypeLeftOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterJoinTypeRightOuter
public void enterJoinTypeRightOuter(NanoSQLParser.JoinTypeRightOuterContext ctx)
Enter a parse tree produced by theJoinTypeRightOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
enterJoinTypeRightOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitJoinTypeRightOuter
public void exitJoinTypeRightOuter(NanoSQLParser.JoinTypeRightOuterContext ctx)
Exit a parse tree produced by theJoinTypeRightOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
exitJoinTypeRightOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterJoinTypeFullOuter
public void enterJoinTypeFullOuter(NanoSQLParser.JoinTypeFullOuterContext ctx)
Enter a parse tree produced by theJoinTypeFullOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
enterJoinTypeFullOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitJoinTypeFullOuter
public void exitJoinTypeFullOuter(NanoSQLParser.JoinTypeFullOuterContext ctx)
Exit a parse tree produced by theJoinTypeFullOuter
labeled alternative inNanoSQLParser.joinType()
.The default implementation does nothing.
- Specified by:
exitJoinTypeFullOuter
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromImplicitCrossJoin
public void enterFromImplicitCrossJoin(NanoSQLParser.FromImplicitCrossJoinContext ctx)
Enter a parse tree produced by theFromImplicitCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromImplicitCrossJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromImplicitCrossJoin
public void exitFromImplicitCrossJoin(NanoSQLParser.FromImplicitCrossJoinContext ctx)
Exit a parse tree produced by theFromImplicitCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromImplicitCrossJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromTableFunction
public void enterFromTableFunction(NanoSQLParser.FromTableFunctionContext ctx)
Enter a parse tree produced by theFromTableFunction
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromTableFunction
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromTableFunction
public void exitFromTableFunction(NanoSQLParser.FromTableFunctionContext ctx)
Exit a parse tree produced by theFromTableFunction
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromTableFunction
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromCrossJoin
public void enterFromCrossJoin(NanoSQLParser.FromCrossJoinContext ctx)
Enter a parse tree produced by theFromCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromCrossJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromCrossJoin
public void exitFromCrossJoin(NanoSQLParser.FromCrossJoinContext ctx)
Exit a parse tree produced by theFromCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromCrossJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromTable
public void enterFromTable(NanoSQLParser.FromTableContext ctx)
Enter a parse tree produced by theFromTable
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromTable
public void exitFromTable(NanoSQLParser.FromTableContext ctx)
Exit a parse tree produced by theFromTable
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromParens
public void enterFromParens(NanoSQLParser.FromParensContext ctx)
Enter a parse tree produced by theFromParens
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromParens
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromParens
public void exitFromParens(NanoSQLParser.FromParensContext ctx)
Exit a parse tree produced by theFromParens
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromParens
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromNestedSelect
public void enterFromNestedSelect(NanoSQLParser.FromNestedSelectContext ctx)
Enter a parse tree produced by theFromNestedSelect
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromNestedSelect
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromNestedSelect
public void exitFromNestedSelect(NanoSQLParser.FromNestedSelectContext ctx)
Exit a parse tree produced by theFromNestedSelect
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromNestedSelect
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromNaturalJoin
public void enterFromNaturalJoin(NanoSQLParser.FromNaturalJoinContext ctx)
Enter a parse tree produced by theFromNaturalJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromNaturalJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromNaturalJoin
public void exitFromNaturalJoin(NanoSQLParser.FromNaturalJoinContext ctx)
Exit a parse tree produced by theFromNaturalJoin
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromNaturalJoin
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromJoinOn
public void enterFromJoinOn(NanoSQLParser.FromJoinOnContext ctx)
Enter a parse tree produced by theFromJoinOn
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromJoinOn
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromJoinOn
public void exitFromJoinOn(NanoSQLParser.FromJoinOnContext ctx)
Exit a parse tree produced by theFromJoinOn
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromJoinOn
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFromJoinUsing
public void enterFromJoinUsing(NanoSQLParser.FromJoinUsingContext ctx)
Enter a parse tree produced by theFromJoinUsing
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
enterFromJoinUsing
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFromJoinUsing
public void exitFromJoinUsing(NanoSQLParser.FromJoinUsingContext ctx)
Exit a parse tree produced by theFromJoinUsing
labeled alternative inNanoSQLParser.fromExpr()
.The default implementation does nothing.
- Specified by:
exitFromJoinUsing
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterOrderByExpr
public void enterOrderByExpr(NanoSQLParser.OrderByExprContext ctx)
Enter a parse tree produced byNanoSQLParser.orderByExpr()
.The default implementation does nothing.
- Specified by:
enterOrderByExpr
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitOrderByExpr
public void exitOrderByExpr(NanoSQLParser.OrderByExprContext ctx)
Exit a parse tree produced byNanoSQLParser.orderByExpr()
.The default implementation does nothing.
- Specified by:
exitOrderByExpr
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterInsertStmt
public void enterInsertStmt(NanoSQLParser.InsertStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.insertStmt()
.The default implementation does nothing.
- Specified by:
enterInsertStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitInsertStmt
public void exitInsertStmt(NanoSQLParser.InsertStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.insertStmt()
.The default implementation does nothing.
- Specified by:
exitInsertStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterUpdateStmt
public void enterUpdateStmt(NanoSQLParser.UpdateStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.updateStmt()
.The default implementation does nothing.
- Specified by:
enterUpdateStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitUpdateStmt
public void exitUpdateStmt(NanoSQLParser.UpdateStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.updateStmt()
.The default implementation does nothing.
- Specified by:
exitUpdateStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterDeleteStmt
public void enterDeleteStmt(NanoSQLParser.DeleteStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.deleteStmt()
.The default implementation does nothing.
- Specified by:
enterDeleteStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitDeleteStmt
public void exitDeleteStmt(NanoSQLParser.DeleteStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.deleteStmt()
.The default implementation does nothing.
- Specified by:
exitDeleteStmt
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExplainSelect
public void enterExplainSelect(NanoSQLParser.ExplainSelectContext ctx)
Enter a parse tree produced by theExplainSelect
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
enterExplainSelect
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExplainSelect
public void exitExplainSelect(NanoSQLParser.ExplainSelectContext ctx)
Exit a parse tree produced by theExplainSelect
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
exitExplainSelect
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExplainInsert
public void enterExplainInsert(NanoSQLParser.ExplainInsertContext ctx)
Enter a parse tree produced by theExplainInsert
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
enterExplainInsert
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExplainInsert
public void exitExplainInsert(NanoSQLParser.ExplainInsertContext ctx)
Exit a parse tree produced by theExplainInsert
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
exitExplainInsert
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExplainUpdate
public void enterExplainUpdate(NanoSQLParser.ExplainUpdateContext ctx)
Enter a parse tree produced by theExplainUpdate
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
enterExplainUpdate
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExplainUpdate
public void exitExplainUpdate(NanoSQLParser.ExplainUpdateContext ctx)
Exit a parse tree produced by theExplainUpdate
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
exitExplainUpdate
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExplainDelete
public void enterExplainDelete(NanoSQLParser.ExplainDeleteContext ctx)
Enter a parse tree produced by theExplainDelete
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
enterExplainDelete
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExplainDelete
public void exitExplainDelete(NanoSQLParser.ExplainDeleteContext ctx)
Exit a parse tree produced by theExplainDelete
labeled alternative inNanoSQLParser.explainStmt()
.The default implementation does nothing.
- Specified by:
exitExplainDelete
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterCmdProperties
public void enterCmdProperties(NanoSQLParser.CmdPropertiesContext ctx)
Enter a parse tree produced byNanoSQLParser.cmdProperties()
.The default implementation does nothing.
- Specified by:
enterCmdProperties
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitCmdProperties
public void exitCmdProperties(NanoSQLParser.CmdPropertiesContext ctx)
Exit a parse tree produced byNanoSQLParser.cmdProperties()
.The default implementation does nothing.
- Specified by:
exitCmdProperties
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprScalarSubquery
public void enterExprScalarSubquery(NanoSQLParser.ExprScalarSubqueryContext ctx)
Enter a parse tree produced by theExprScalarSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprScalarSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprScalarSubquery
public void exitExprScalarSubquery(NanoSQLParser.ExprScalarSubqueryContext ctx)
Exit a parse tree produced by theExprScalarSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprScalarSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprParen
public void enterExprParen(NanoSQLParser.ExprParenContext ctx)
Enter a parse tree produced by theExprParen
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprParen
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprParen
public void exitExprParen(NanoSQLParser.ExprParenContext ctx)
Exit a parse tree produced by theExprParen
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprParen
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprExists
public void enterExprExists(NanoSQLParser.ExprExistsContext ctx)
Enter a parse tree produced by theExprExists
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprExists
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprExists
public void exitExprExists(NanoSQLParser.ExprExistsContext ctx)
Exit a parse tree produced by theExprExists
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprExists
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprBetween
public void enterExprBetween(NanoSQLParser.ExprBetweenContext ctx)
Enter a parse tree produced by theExprBetween
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprBetween
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprBetween
public void exitExprBetween(NanoSQLParser.ExprBetweenContext ctx)
Exit a parse tree produced by theExprBetween
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprBetween
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprSimilarTo
public void enterExprSimilarTo(NanoSQLParser.ExprSimilarToContext ctx)
Enter a parse tree produced by theExprSimilarTo
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprSimilarTo
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprSimilarTo
public void exitExprSimilarTo(NanoSQLParser.ExprSimilarToContext ctx)
Exit a parse tree produced by theExprSimilarTo
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprSimilarTo
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprLike
public void enterExprLike(NanoSQLParser.ExprLikeContext ctx)
Enter a parse tree produced by theExprLike
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprLike
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprLike
public void exitExprLike(NanoSQLParser.ExprLikeContext ctx)
Exit a parse tree produced by theExprLike
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprLike
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprNot
public void enterExprNot(NanoSQLParser.ExprNotContext ctx)
Enter a parse tree produced by theExprNot
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprNot
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprNot
public void exitExprNot(NanoSQLParser.ExprNotContext ctx)
Exit a parse tree produced by theExprNot
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprNot
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprMultiColInSubquery
public void enterExprMultiColInSubquery(NanoSQLParser.ExprMultiColInSubqueryContext ctx)
Enter a parse tree produced by theExprMultiColInSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprMultiColInSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprMultiColInSubquery
public void exitExprMultiColInSubquery(NanoSQLParser.ExprMultiColInSubqueryContext ctx)
Exit a parse tree produced by theExprMultiColInSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprMultiColInSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprAnd
public void enterExprAnd(NanoSQLParser.ExprAndContext ctx)
Enter a parse tree produced by theExprAnd
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprAnd
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprAnd
public void exitExprAnd(NanoSQLParser.ExprAndContext ctx)
Exit a parse tree produced by theExprAnd
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprAnd
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprFunctionCall
public void enterExprFunctionCall(NanoSQLParser.ExprFunctionCallContext ctx)
Enter a parse tree produced by theExprFunctionCall
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprFunctionCall
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprFunctionCall
public void exitExprFunctionCall(NanoSQLParser.ExprFunctionCallContext ctx)
Exit a parse tree produced by theExprFunctionCall
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprFunctionCall
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprIsNull
public void enterExprIsNull(NanoSQLParser.ExprIsNullContext ctx)
Enter a parse tree produced by theExprIsNull
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprIsNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprIsNull
public void exitExprIsNull(NanoSQLParser.ExprIsNullContext ctx)
Exit a parse tree produced by theExprIsNull
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprIsNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprOr
public void enterExprOr(NanoSQLParser.ExprOrContext ctx)
Enter a parse tree produced by theExprOr
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprOr
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprOr
public void exitExprOr(NanoSQLParser.ExprOrContext ctx)
Exit a parse tree produced by theExprOr
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprOr
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprOneColInSubquery
public void enterExprOneColInSubquery(NanoSQLParser.ExprOneColInSubqueryContext ctx)
Enter a parse tree produced by theExprOneColInSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprOneColInSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprOneColInSubquery
public void exitExprOneColInSubquery(NanoSQLParser.ExprOneColInSubqueryContext ctx)
Exit a parse tree produced by theExprOneColInSubquery
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprOneColInSubquery
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprColumnRef
public void enterExprColumnRef(NanoSQLParser.ExprColumnRefContext ctx)
Enter a parse tree produced by theExprColumnRef
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprColumnRef
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprColumnRef
public void exitExprColumnRef(NanoSQLParser.ExprColumnRefContext ctx)
Exit a parse tree produced by theExprColumnRef
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprColumnRef
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprCompare
public void enterExprCompare(NanoSQLParser.ExprCompareContext ctx)
Enter a parse tree produced by theExprCompare
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprCompare
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprCompare
public void exitExprCompare(NanoSQLParser.ExprCompareContext ctx)
Exit a parse tree produced by theExprCompare
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprCompare
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprLiteral
public void enterExprLiteral(NanoSQLParser.ExprLiteralContext ctx)
Enter a parse tree produced by theExprLiteral
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprLiteral
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprLiteral
public void exitExprLiteral(NanoSQLParser.ExprLiteralContext ctx)
Exit a parse tree produced by theExprLiteral
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprLiteral
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprOneColInValues
public void enterExprOneColInValues(NanoSQLParser.ExprOneColInValuesContext ctx)
Enter a parse tree produced by theExprOneColInValues
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprOneColInValues
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprOneColInValues
public void exitExprOneColInValues(NanoSQLParser.ExprOneColInValuesContext ctx)
Exit a parse tree produced by theExprOneColInValues
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprOneColInValues
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprMul
public void enterExprMul(NanoSQLParser.ExprMulContext ctx)
Enter a parse tree produced by theExprMul
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprMul
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprMul
public void exitExprMul(NanoSQLParser.ExprMulContext ctx)
Exit a parse tree produced by theExprMul
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprMul
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprAdd
public void enterExprAdd(NanoSQLParser.ExprAddContext ctx)
Enter a parse tree produced by theExprAdd
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprAdd
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprAdd
public void exitExprAdd(NanoSQLParser.ExprAddContext ctx)
Exit a parse tree produced by theExprAdd
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprAdd
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExprUnarySign
public void enterExprUnarySign(NanoSQLParser.ExprUnarySignContext ctx)
Enter a parse tree produced by theExprUnarySign
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
enterExprUnarySign
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExprUnarySign
public void exitExprUnarySign(NanoSQLParser.ExprUnarySignContext ctx)
Exit a parse tree produced by theExprUnarySign
labeled alternative inNanoSQLParser.expression()
.The default implementation does nothing.
- Specified by:
exitExprUnarySign
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralNull
public void enterLiteralNull(NanoSQLParser.LiteralNullContext ctx)
Enter a parse tree produced by theLiteralNull
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralNull
public void exitLiteralNull(NanoSQLParser.LiteralNullContext ctx)
Exit a parse tree produced by theLiteralNull
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralNull
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralTrue
public void enterLiteralTrue(NanoSQLParser.LiteralTrueContext ctx)
Enter a parse tree produced by theLiteralTrue
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralTrue
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralTrue
public void exitLiteralTrue(NanoSQLParser.LiteralTrueContext ctx)
Exit a parse tree produced by theLiteralTrue
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralTrue
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralFalse
public void enterLiteralFalse(NanoSQLParser.LiteralFalseContext ctx)
Enter a parse tree produced by theLiteralFalse
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralFalse
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralFalse
public void exitLiteralFalse(NanoSQLParser.LiteralFalseContext ctx)
Exit a parse tree produced by theLiteralFalse
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralFalse
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralInteger
public void enterLiteralInteger(NanoSQLParser.LiteralIntegerContext ctx)
Enter a parse tree produced by theLiteralInteger
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralInteger
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralInteger
public void exitLiteralInteger(NanoSQLParser.LiteralIntegerContext ctx)
Exit a parse tree produced by theLiteralInteger
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralInteger
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralDecimal
public void enterLiteralDecimal(NanoSQLParser.LiteralDecimalContext ctx)
Enter a parse tree produced by theLiteralDecimal
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralDecimal
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralDecimal
public void exitLiteralDecimal(NanoSQLParser.LiteralDecimalContext ctx)
Exit a parse tree produced by theLiteralDecimal
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralDecimal
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralString
public void enterLiteralString(NanoSQLParser.LiteralStringContext ctx)
Enter a parse tree produced by theLiteralString
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralString
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralString
public void exitLiteralString(NanoSQLParser.LiteralStringContext ctx)
Exit a parse tree produced by theLiteralString
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralString
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterLiteralInterval
public void enterLiteralInterval(NanoSQLParser.LiteralIntervalContext ctx)
Enter a parse tree produced by theLiteralInterval
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
enterLiteralInterval
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitLiteralInterval
public void exitLiteralInterval(NanoSQLParser.LiteralIntervalContext ctx)
Exit a parse tree produced by theLiteralInterval
labeled alternative inNanoSQLParser.literalValue()
.The default implementation does nothing.
- Specified by:
exitLiteralInterval
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColRefTable
public void enterColRefTable(NanoSQLParser.ColRefTableContext ctx)
Enter a parse tree produced by theColRefTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
enterColRefTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColRefTable
public void exitColRefTable(NanoSQLParser.ColRefTableContext ctx)
Exit a parse tree produced by theColRefTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
exitColRefTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColRefNoTable
public void enterColRefNoTable(NanoSQLParser.ColRefNoTableContext ctx)
Enter a parse tree produced by theColRefNoTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
enterColRefNoTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColRefNoTable
public void exitColRefNoTable(NanoSQLParser.ColRefNoTableContext ctx)
Exit a parse tree produced by theColRefNoTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
exitColRefNoTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColRefWildcardTable
public void enterColRefWildcardTable(NanoSQLParser.ColRefWildcardTableContext ctx)
Enter a parse tree produced by theColRefWildcardTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
enterColRefWildcardTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColRefWildcardTable
public void exitColRefWildcardTable(NanoSQLParser.ColRefWildcardTableContext ctx)
Exit a parse tree produced by theColRefWildcardTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
exitColRefWildcardTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterColRefWildcardNoTable
public void enterColRefWildcardNoTable(NanoSQLParser.ColRefWildcardNoTableContext ctx)
Enter a parse tree produced by theColRefWildcardNoTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
enterColRefWildcardNoTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitColRefWildcardNoTable
public void exitColRefWildcardNoTable(NanoSQLParser.ColRefWildcardNoTableContext ctx)
Exit a parse tree produced by theColRefWildcardNoTable
labeled alternative inNanoSQLParser.columnRef()
.The default implementation does nothing.
- Specified by:
exitColRefWildcardNoTable
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterExpressionList
public void enterExpressionList(NanoSQLParser.ExpressionListContext ctx)
Enter a parse tree produced byNanoSQLParser.expressionList()
.The default implementation does nothing.
- Specified by:
enterExpressionList
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitExpressionList
public void exitExpressionList(NanoSQLParser.ExpressionListContext ctx)
Exit a parse tree produced byNanoSQLParser.expressionList()
.The default implementation does nothing.
- Specified by:
exitExpressionList
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
enterFunctionCall
public void enterFunctionCall(NanoSQLParser.FunctionCallContext ctx)
Enter a parse tree produced byNanoSQLParser.functionCall()
.The default implementation does nothing.
- Specified by:
enterFunctionCall
in interfaceNanoSQLListener
- Parameters:
ctx
- the parse tree
-
exitFunctionCall
public void exitFunctionCall(NanoSQLParser.FunctionCallContext ctx)
Exit a parse tree produced byNanoSQLParser.functionCall()
.The default implementation does nothing.
- Specified by:
exitFunctionCall
in interfaceNanoSQLListener
- 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
-
-