Class CQLBaseListener
- All Implemented Interfaces:
- CQLListener,- org.antlr.v4.runtime.tree.ParseTreeListener
CQLListener,
 which can be extended to create a listener which only needs to handle a subset
 of the available methods.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidEnter a parse tree produced byCQLParser.constantTest().voidEnter a parse tree produced byCQLParser.enumLiteral().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byCQLParser.expression().voidEnter a parse tree produced byCQLParser.groupedTest().voidEnter a parse tree produced byCQLParser.instanceOfTest().voidEnter a parse tree produced byCQLParser.literal().voidEnter a parse tree produced byCQLParser.negativeTest().voidEnter a parse tree produced byCQLParser.primary().voidEnter a parse tree produced byCQLParser.propertyTest().voidEnter a parse tree produced byCQLParser.qualifiedName().voidExit a parse tree produced byCQLParser.constantTest().voidExit a parse tree produced byCQLParser.enumLiteral().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byCQLParser.expression().voidExit a parse tree produced byCQLParser.groupedTest().voidExit a parse tree produced byCQLParser.instanceOfTest().voidExit a parse tree produced byCQLParser.literal().voidExit a parse tree produced byCQLParser.negativeTest().voidExit a parse tree produced byCQLParser.primary().voidExit a parse tree produced byCQLParser.propertyTest().voidExit a parse tree produced byCQLParser.qualifiedName().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) 
- 
Constructor Details- 
CQLBaseListenerpublic CQLBaseListener()
 
- 
- 
Method Details- 
enterExpressionEnter a parse tree produced byCQLParser.expression().The default implementation does nothing. - Specified by:
- enterExpressionin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitExpressionExit a parse tree produced byCQLParser.expression().The default implementation does nothing. - Specified by:
- exitExpressionin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterPrimaryEnter a parse tree produced byCQLParser.primary().The default implementation does nothing. - Specified by:
- enterPrimaryin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitPrimaryExit a parse tree produced byCQLParser.primary().The default implementation does nothing. - Specified by:
- exitPrimaryin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterNegativeTestEnter a parse tree produced byCQLParser.negativeTest().The default implementation does nothing. - Specified by:
- enterNegativeTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitNegativeTestExit a parse tree produced byCQLParser.negativeTest().The default implementation does nothing. - Specified by:
- exitNegativeTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterGroupedTestEnter a parse tree produced byCQLParser.groupedTest().The default implementation does nothing. - Specified by:
- enterGroupedTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitGroupedTestExit a parse tree produced byCQLParser.groupedTest().The default implementation does nothing. - Specified by:
- exitGroupedTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterConstantTestEnter a parse tree produced byCQLParser.constantTest().The default implementation does nothing. - Specified by:
- enterConstantTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitConstantTestExit a parse tree produced byCQLParser.constantTest().The default implementation does nothing. - Specified by:
- exitConstantTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterPropertyTestEnter a parse tree produced byCQLParser.propertyTest().The default implementation does nothing. - Specified by:
- enterPropertyTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitPropertyTestExit a parse tree produced byCQLParser.propertyTest().The default implementation does nothing. - Specified by:
- exitPropertyTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterInstanceOfTestEnter a parse tree produced byCQLParser.instanceOfTest().The default implementation does nothing. - Specified by:
- enterInstanceOfTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitInstanceOfTestExit a parse tree produced byCQLParser.instanceOfTest().The default implementation does nothing. - Specified by:
- exitInstanceOfTestin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterQualifiedNameEnter a parse tree produced byCQLParser.qualifiedName().The default implementation does nothing. - Specified by:
- enterQualifiedNamein interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitQualifiedNameExit a parse tree produced byCQLParser.qualifiedName().The default implementation does nothing. - Specified by:
- exitQualifiedNamein interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterLiteralEnter a parse tree produced byCQLParser.literal().The default implementation does nothing. - Specified by:
- enterLiteralin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitLiteralExit a parse tree produced byCQLParser.literal().The default implementation does nothing. - Specified by:
- exitLiteralin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterEnumLiteralEnter a parse tree produced byCQLParser.enumLiteral().The default implementation does nothing. - Specified by:
- enterEnumLiteralin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
exitEnumLiteralExit a parse tree produced byCQLParser.enumLiteral().The default implementation does nothing. - Specified by:
- exitEnumLiteralin interface- CQLListener
- Parameters:
- ctx- the parse tree
 
- 
enterEveryRulepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing. - Specified by:
- enterEveryRulein interface- org.antlr.v4.runtime.tree.ParseTreeListener
 
- 
exitEveryRulepublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing. - Specified by:
- exitEveryRulein interface- org.antlr.v4.runtime.tree.ParseTreeListener
 
- 
visitTerminalpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing. - Specified by:
- visitTerminalin interface- org.antlr.v4.runtime.tree.ParseTreeListener
 
- 
visitErrorNodepublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing. - Specified by:
- visitErrorNodein interface- org.antlr.v4.runtime.tree.ParseTreeListener
 
 
-