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 Summary
Constructors -
Method Summary
Modifier 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
-
CQLBaseListener
public CQLBaseListener()
-
-
Method Details
-
enterExpression
Enter a parse tree produced byCQLParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byCQLParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byCQLParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byCQLParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterNegativeTest
Enter a parse tree produced byCQLParser.negativeTest().The default implementation does nothing.
- Specified by:
enterNegativeTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitNegativeTest
Exit a parse tree produced byCQLParser.negativeTest().The default implementation does nothing.
- Specified by:
exitNegativeTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterGroupedTest
Enter a parse tree produced byCQLParser.groupedTest().The default implementation does nothing.
- Specified by:
enterGroupedTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitGroupedTest
Exit a parse tree produced byCQLParser.groupedTest().The default implementation does nothing.
- Specified by:
exitGroupedTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterConstantTest
Enter a parse tree produced byCQLParser.constantTest().The default implementation does nothing.
- Specified by:
enterConstantTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitConstantTest
Exit a parse tree produced byCQLParser.constantTest().The default implementation does nothing.
- Specified by:
exitConstantTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterPropertyTest
Enter a parse tree produced byCQLParser.propertyTest().The default implementation does nothing.
- Specified by:
enterPropertyTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitPropertyTest
Exit a parse tree produced byCQLParser.propertyTest().The default implementation does nothing.
- Specified by:
exitPropertyTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterInstanceOfTest
Enter a parse tree produced byCQLParser.instanceOfTest().The default implementation does nothing.
- Specified by:
enterInstanceOfTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitInstanceOfTest
Exit a parse tree produced byCQLParser.instanceOfTest().The default implementation does nothing.
- Specified by:
exitInstanceOfTestin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byCQLParser.qualifiedName().The default implementation does nothing.
- Specified by:
enterQualifiedNamein interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byCQLParser.qualifiedName().The default implementation does nothing.
- Specified by:
exitQualifiedNamein interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byCQLParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byCQLParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceCQLListener- Parameters:
ctx- the parse tree
-
enterEnumLiteral
Enter a parse tree produced byCQLParser.enumLiteral().The default implementation does nothing.
- Specified by:
enterEnumLiteralin interfaceCQLListener- Parameters:
ctx- the parse tree
-
exitEnumLiteral
Exit a parse tree produced byCQLParser.enumLiteral().The default implementation does nothing.
- Specified by:
exitEnumLiteralin interfaceCQLListener- 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
-