Class TQLDump
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,TQLListener
-
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
-
TQLDump
-
TQLDump
public TQLDump()
-
-
Method Details
-
enterTql
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.tql().The default implementation does nothing.
- Specified by:
enterTqlin interfaceTQLListener- Overrides:
enterTqlin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitTql
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.tql().The default implementation does nothing.
- Specified by:
exitTqlin interfaceTQLListener- Overrides:
exitTqlin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterGroupByExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.groupByExpression().The default implementation does nothing.
- Specified by:
enterGroupByExpressionin interfaceTQLListener- Overrides:
enterGroupByExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitGroupByExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.groupByExpression().The default implementation does nothing.
- Specified by:
exitGroupByExpressionin interfaceTQLListener- Overrides:
exitGroupByExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterColumnExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.columnExpression().The default implementation does nothing.
- Specified by:
enterColumnExpressionin interfaceTQLListener- Overrides:
enterColumnExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitColumnExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.columnExpression().The default implementation does nothing.
- Specified by:
exitColumnExpressionin interfaceTQLListener- Overrides:
exitColumnExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterSelectExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.selectExpression().The default implementation does nothing.
- Specified by:
enterSelectExpressionin interfaceTQLListener- Overrides:
enterSelectExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitSelectExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.selectExpression().The default implementation does nothing.
- Specified by:
exitSelectExpressionin interfaceTQLListener- Overrides:
exitSelectExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterSelectFuntionExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.selectFuntionExpression().The default implementation does nothing.
- Specified by:
enterSelectFuntionExpressionin interfaceTQLListener- Overrides:
enterSelectFuntionExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitSelectFuntionExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.selectFuntionExpression().The default implementation does nothing.
- Specified by:
exitSelectFuntionExpressionin interfaceTQLListener- Overrides:
exitSelectFuntionExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterAliasColumn
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.aliasColumn().The default implementation does nothing.
- Specified by:
enterAliasColumnin interfaceTQLListener- Overrides:
enterAliasColumnin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitAliasColumn
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.aliasColumn().The default implementation does nothing.
- Specified by:
exitAliasColumnin interfaceTQLListener- Overrides:
exitAliasColumnin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterSelectStar
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.selectStar().The default implementation does nothing.
- Specified by:
enterSelectStarin interfaceTQLListener- Overrides:
enterSelectStarin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitSelectStar
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.selectStar().The default implementation does nothing.
- Specified by:
exitSelectStarin interfaceTQLListener- Overrides:
exitSelectStarin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterAliasTable
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.aliasTable().The default implementation does nothing.
- Specified by:
enterAliasTablein interfaceTQLListener- Overrides:
enterAliasTablein classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitAliasTable
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.aliasTable().The default implementation does nothing.
- Specified by:
exitAliasTablein interfaceTQLListener- Overrides:
exitAliasTablein classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterFromExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.fromExpression().The default implementation does nothing.
- Specified by:
enterFromExpressionin interfaceTQLListener- Overrides:
enterFromExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitFromExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.fromExpression().The default implementation does nothing.
- Specified by:
exitFromExpressionin interfaceTQLListener- Overrides:
exitFromExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterWhereExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.whereExpression().The default implementation does nothing.
- Specified by:
enterWhereExpressionin interfaceTQLListener- Overrides:
enterWhereExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitWhereExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.whereExpression().The default implementation does nothing.
- Specified by:
exitWhereExpressionin interfaceTQLListener- Overrides:
exitWhereExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterWhereExpressionElement
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.whereExpressionElement().The default implementation does nothing.
- Specified by:
enterWhereExpressionElementin interfaceTQLListener- Overrides:
enterWhereExpressionElementin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterIdTable
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.idTable().The default implementation does nothing.
- Specified by:
enterIdTablein interfaceTQLListener- Overrides:
enterIdTablein classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitIdTable
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.idTable().The default implementation does nothing.
- Specified by:
exitIdTablein interfaceTQLListener- Overrides:
exitIdTablein classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterSelFunc
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.selFunc().The default implementation does nothing.
- Specified by:
enterSelFuncin interfaceTQLListener- Overrides:
enterSelFuncin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitSelFunc
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.selFunc().The default implementation does nothing.
- Specified by:
exitSelFuncin interfaceTQLListener- Overrides:
exitSelFuncin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterIdTableWithAlias
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.idTableWithAlias().The default implementation does nothing.
- Specified by:
enterIdTableWithAliasin interfaceTQLListener- Overrides:
enterIdTableWithAliasin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitIdTableWithAlias
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.idTableWithAlias().The default implementation does nothing.
- Specified by:
exitIdTableWithAliasin interfaceTQLListener- Overrides:
exitIdTableWithAliasin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterIdTableStar
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.idTableStar().The default implementation does nothing.
- Specified by:
enterIdTableStarin interfaceTQLListener- Overrides:
enterIdTableStarin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitIdTableStar
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.idTableStar().The default implementation does nothing.
- Specified by:
exitIdTableStarin interfaceTQLListener- Overrides:
exitIdTableStarin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterIdColumn
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.idColumn().The default implementation does nothing.
- Specified by:
enterIdColumnin interfaceTQLListener- Overrides:
enterIdColumnin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitIdColumn
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.idColumn().The default implementation does nothing.
- Specified by:
exitIdColumnin interfaceTQLListener- Overrides:
exitIdColumnin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitWhereExpressionElement
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.whereExpressionElement().The default implementation does nothing.
- Specified by:
exitWhereExpressionElementin interfaceTQLListener- Overrides:
exitWhereExpressionElementin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterAdditionalExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.additionalExpression().The default implementation does nothing.
- Specified by:
enterAdditionalExpressionin interfaceTQLListener- Overrides:
enterAdditionalExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitAdditionalExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.additionalExpression().The default implementation does nothing.
- Specified by:
exitAdditionalExpressionin interfaceTQLListener- Overrides:
exitAdditionalExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterMultiplyingExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.multiplyingExpression().The default implementation does nothing.
- Specified by:
enterMultiplyingExpressionin interfaceTQLListener- Overrides:
enterMultiplyingExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitMultiplyingExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.multiplyingExpression().The default implementation does nothing.
- Specified by:
exitMultiplyingExpressionin interfaceTQLListener- Overrides:
exitMultiplyingExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterPowExpression
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.powExpression().The default implementation does nothing.
- Specified by:
enterPowExpressionin interfaceTQLListener- Overrides:
enterPowExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitPowExpression
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.powExpression().The default implementation does nothing.
- Specified by:
exitPowExpressionin interfaceTQLListener- Overrides:
exitPowExpressionin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterSignedAtom
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.signedAtom().The default implementation does nothing.
- Specified by:
enterSignedAtomin interfaceTQLListener- Overrides:
enterSignedAtomin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitSignedAtom
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.signedAtom().The default implementation does nothing.
- Specified by:
exitSignedAtomin interfaceTQLListener- Overrides:
exitSignedAtomin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterAtom
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfaceTQLListener- Overrides:
enterAtomin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitAtom
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfaceTQLListener- Overrides:
exitAtomin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterScientific
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.scientific().The default implementation does nothing.
- Specified by:
enterScientificin interfaceTQLListener- Overrides:
enterScientificin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitScientific
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.scientific().The default implementation does nothing.
- Specified by:
exitScientificin interfaceTQLListener- Overrides:
exitScientificin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterJunctionOp
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.junctionOp().The default implementation does nothing.
- Specified by:
enterJunctionOpin interfaceTQLListener- Overrides:
enterJunctionOpin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitJunctionOp
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.junctionOp().The default implementation does nothing.
- Specified by:
exitJunctionOpin interfaceTQLListener- Overrides:
exitJunctionOpin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterRelOp
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.relOp().The default implementation does nothing.
- Specified by:
enterRelOpin interfaceTQLListener- Overrides:
enterRelOpin classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitRelOp
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.relOp().The default implementation does nothing.
- Specified by:
exitRelOpin interfaceTQLListener- Overrides:
exitRelOpin classTQLBaseListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) Description copied from class:TQLBaseListenerThe default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
enterEveryRulein classTQLBaseListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) Description copied from class:TQLBaseListenerThe default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
exitEveryRulein classTQLBaseListener
-
enterWhereClause
Description copied from class:TQLBaseListenerEnter a parse tree produced byTQLParser.whereClause().The default implementation does nothing.
- Specified by:
enterWhereClausein interfaceTQLListener- Overrides:
enterWhereClausein classTQLBaseListener- Parameters:
ctx- the parse tree
-
exitWhereClause
Description copied from class:TQLBaseListenerExit a parse tree produced byTQLParser.whereClause().The default implementation does nothing.
- Specified by:
exitWhereClausein interfaceTQLListener- Overrides:
exitWhereClausein classTQLBaseListener- Parameters:
ctx- the parse tree
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) Description copied from class:TQLBaseListenerThe default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
visitTerminalin classTQLBaseListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) Description copied from class:TQLBaseListenerThe default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
visitErrorNodein classTQLBaseListener
-