Class TQLBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,TQLListener
TQLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byTQLParser.additionalExpression().voidEnter a parse tree produced byTQLParser.aliasColumn().voidEnter a parse tree produced byTQLParser.aliasTable().voidEnter a parse tree produced byTQLParser.atom().voidEnter a parse tree produced byTQLParser.columnExpression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byTQLParser.fromExpression().voidEnter a parse tree produced byTQLParser.groupByExpression().voidEnter a parse tree produced byTQLParser.idColumn().voidEnter a parse tree produced byTQLParser.idTable().voidEnter a parse tree produced byTQLParser.idTableStar().voidEnter a parse tree produced byTQLParser.idTableWithAlias().voidEnter a parse tree produced byTQLParser.junctionOp().voidEnter a parse tree produced byTQLParser.multiplyingExpression().voidEnter a parse tree produced byTQLParser.powExpression().voidEnter a parse tree produced byTQLParser.relOp().voidEnter a parse tree produced byTQLParser.scientific().voidEnter a parse tree produced byTQLParser.selectExpression().voidEnter a parse tree produced byTQLParser.selectFuntionExpression().voidEnter a parse tree produced byTQLParser.selectStar().voidEnter a parse tree produced byTQLParser.selFunc().voidEnter a parse tree produced byTQLParser.signedAtom().voidEnter a parse tree produced byTQLParser.tql().voidEnter a parse tree produced byTQLParser.whereClause().voidEnter a parse tree produced byTQLParser.whereExpression().voidEnter a parse tree produced byTQLParser.whereExpressionElement().voidExit a parse tree produced byTQLParser.additionalExpression().voidExit a parse tree produced byTQLParser.aliasColumn().voidExit a parse tree produced byTQLParser.aliasTable().voidExit a parse tree produced byTQLParser.atom().voidExit a parse tree produced byTQLParser.columnExpression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byTQLParser.fromExpression().voidExit a parse tree produced byTQLParser.groupByExpression().voidExit a parse tree produced byTQLParser.idColumn().voidExit a parse tree produced byTQLParser.idTable().voidExit a parse tree produced byTQLParser.idTableStar().voidExit a parse tree produced byTQLParser.idTableWithAlias().voidExit a parse tree produced byTQLParser.junctionOp().voidExit a parse tree produced byTQLParser.multiplyingExpression().voidExit a parse tree produced byTQLParser.powExpression().voidExit a parse tree produced byTQLParser.relOp().voidExit a parse tree produced byTQLParser.scientific().voidExit a parse tree produced byTQLParser.selectExpression().voidExit a parse tree produced byTQLParser.selectFuntionExpression().voidExit a parse tree produced byTQLParser.selectStar().voidExit a parse tree produced byTQLParser.selFunc().voidExit a parse tree produced byTQLParser.signedAtom().voidExit a parse tree produced byTQLParser.tql().voidExit a parse tree produced byTQLParser.whereClause().voidExit a parse tree produced byTQLParser.whereExpression().voidExit a parse tree produced byTQLParser.whereExpressionElement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
TQLBaseListener
public TQLBaseListener()
-
-
Method Details
-
enterTql
Enter a parse tree produced byTQLParser.tql().The default implementation does nothing.
- Specified by:
enterTqlin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitTql
Exit a parse tree produced byTQLParser.tql().The default implementation does nothing.
- Specified by:
exitTqlin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterSelectStar
Enter a parse tree produced byTQLParser.selectStar().The default implementation does nothing.
- Specified by:
enterSelectStarin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitSelectStar
Exit a parse tree produced byTQLParser.selectStar().The default implementation does nothing.
- Specified by:
exitSelectStarin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterSelectExpression
Enter a parse tree produced byTQLParser.selectExpression().The default implementation does nothing.
- Specified by:
enterSelectExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitSelectExpression
Exit a parse tree produced byTQLParser.selectExpression().The default implementation does nothing.
- Specified by:
exitSelectExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterGroupByExpression
Enter a parse tree produced byTQLParser.groupByExpression().The default implementation does nothing.
- Specified by:
enterGroupByExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitGroupByExpression
Exit a parse tree produced byTQLParser.groupByExpression().The default implementation does nothing.
- Specified by:
exitGroupByExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterSelectFuntionExpression
Enter a parse tree produced byTQLParser.selectFuntionExpression().The default implementation does nothing.
- Specified by:
enterSelectFuntionExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitSelectFuntionExpression
Exit a parse tree produced byTQLParser.selectFuntionExpression().The default implementation does nothing.
- Specified by:
exitSelectFuntionExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterFromExpression
Enter a parse tree produced byTQLParser.fromExpression().The default implementation does nothing.
- Specified by:
enterFromExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitFromExpression
Exit a parse tree produced byTQLParser.fromExpression().The default implementation does nothing.
- Specified by:
exitFromExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterIdTableWithAlias
Enter a parse tree produced byTQLParser.idTableWithAlias().The default implementation does nothing.
- Specified by:
enterIdTableWithAliasin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitIdTableWithAlias
Exit a parse tree produced byTQLParser.idTableWithAlias().The default implementation does nothing.
- Specified by:
exitIdTableWithAliasin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterIdTable
Enter a parse tree produced byTQLParser.idTable().The default implementation does nothing.
- Specified by:
enterIdTablein interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitIdTable
Exit a parse tree produced byTQLParser.idTable().The default implementation does nothing.
- Specified by:
exitIdTablein interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterSelFunc
Enter a parse tree produced byTQLParser.selFunc().The default implementation does nothing.
- Specified by:
enterSelFuncin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitSelFunc
Exit a parse tree produced byTQLParser.selFunc().The default implementation does nothing.
- Specified by:
exitSelFuncin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterColumnExpression
Enter a parse tree produced byTQLParser.columnExpression().The default implementation does nothing.
- Specified by:
enterColumnExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitColumnExpression
Exit a parse tree produced byTQLParser.columnExpression().The default implementation does nothing.
- Specified by:
exitColumnExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterIdColumn
Enter a parse tree produced byTQLParser.idColumn().The default implementation does nothing.
- Specified by:
enterIdColumnin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitIdColumn
Exit a parse tree produced byTQLParser.idColumn().The default implementation does nothing.
- Specified by:
exitIdColumnin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterAliasColumn
Enter a parse tree produced byTQLParser.aliasColumn().The default implementation does nothing.
- Specified by:
enterAliasColumnin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitAliasColumn
Exit a parse tree produced byTQLParser.aliasColumn().The default implementation does nothing.
- Specified by:
exitAliasColumnin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterAliasTable
Enter a parse tree produced byTQLParser.aliasTable().The default implementation does nothing.
- Specified by:
enterAliasTablein interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitAliasTable
Exit a parse tree produced byTQLParser.aliasTable().The default implementation does nothing.
- Specified by:
exitAliasTablein interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterIdTableStar
Enter a parse tree produced byTQLParser.idTableStar().The default implementation does nothing.
- Specified by:
enterIdTableStarin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitIdTableStar
Exit a parse tree produced byTQLParser.idTableStar().The default implementation does nothing.
- Specified by:
exitIdTableStarin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterWhereClause
Enter a parse tree produced byTQLParser.whereClause().The default implementation does nothing.
- Specified by:
enterWhereClausein interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitWhereClause
Exit a parse tree produced byTQLParser.whereClause().The default implementation does nothing.
- Specified by:
exitWhereClausein interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterWhereExpression
Enter a parse tree produced byTQLParser.whereExpression().The default implementation does nothing.
- Specified by:
enterWhereExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitWhereExpression
Exit a parse tree produced byTQLParser.whereExpression().The default implementation does nothing.
- Specified by:
exitWhereExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterWhereExpressionElement
Enter a parse tree produced byTQLParser.whereExpressionElement().The default implementation does nothing.
- Specified by:
enterWhereExpressionElementin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitWhereExpressionElement
Exit a parse tree produced byTQLParser.whereExpressionElement().The default implementation does nothing.
- Specified by:
exitWhereExpressionElementin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterJunctionOp
Enter a parse tree produced byTQLParser.junctionOp().The default implementation does nothing.
- Specified by:
enterJunctionOpin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitJunctionOp
Exit a parse tree produced byTQLParser.junctionOp().The default implementation does nothing.
- Specified by:
exitJunctionOpin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterAdditionalExpression
Enter a parse tree produced byTQLParser.additionalExpression().The default implementation does nothing.
- Specified by:
enterAdditionalExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitAdditionalExpression
Exit a parse tree produced byTQLParser.additionalExpression().The default implementation does nothing.
- Specified by:
exitAdditionalExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterMultiplyingExpression
Enter a parse tree produced byTQLParser.multiplyingExpression().The default implementation does nothing.
- Specified by:
enterMultiplyingExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitMultiplyingExpression
Exit a parse tree produced byTQLParser.multiplyingExpression().The default implementation does nothing.
- Specified by:
exitMultiplyingExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterPowExpression
Enter a parse tree produced byTQLParser.powExpression().The default implementation does nothing.
- Specified by:
enterPowExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitPowExpression
Exit a parse tree produced byTQLParser.powExpression().The default implementation does nothing.
- Specified by:
exitPowExpressionin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterSignedAtom
Enter a parse tree produced byTQLParser.signedAtom().The default implementation does nothing.
- Specified by:
enterSignedAtomin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitSignedAtom
Exit a parse tree produced byTQLParser.signedAtom().The default implementation does nothing.
- Specified by:
exitSignedAtomin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byTQLParser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byTQLParser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterScientific
Enter a parse tree produced byTQLParser.scientific().The default implementation does nothing.
- Specified by:
enterScientificin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitScientific
Exit a parse tree produced byTQLParser.scientific().The default implementation does nothing.
- Specified by:
exitScientificin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterRelOp
Enter a parse tree produced byTQLParser.relOp().The default implementation does nothing.
- Specified by:
enterRelOpin interfaceTQLListener- Parameters:
ctx- the parse tree
-
exitRelOp
Exit a parse tree produced byTQLParser.relOp().The default implementation does nothing.
- Specified by:
exitRelOpin interfaceTQLListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-