public class CQLBaseListener extends Object implements CQLListener
CQLListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
CQLBaseListener() |
public void enterExpression(CQLParser.ExpressionContext ctx)
CQLParser.expression()
.
The default implementation does nothing.
enterExpression
in interface CQLListener
ctx
- the parse treepublic void exitExpression(CQLParser.ExpressionContext ctx)
CQLParser.expression()
.
The default implementation does nothing.
exitExpression
in interface CQLListener
ctx
- the parse treepublic void enterPrimary(CQLParser.PrimaryContext ctx)
CQLParser.primary()
.
The default implementation does nothing.
enterPrimary
in interface CQLListener
ctx
- the parse treepublic void exitPrimary(CQLParser.PrimaryContext ctx)
CQLParser.primary()
.
The default implementation does nothing.
exitPrimary
in interface CQLListener
ctx
- the parse treepublic void enterNegativeTest(CQLParser.NegativeTestContext ctx)
CQLParser.negativeTest()
.
The default implementation does nothing.
enterNegativeTest
in interface CQLListener
ctx
- the parse treepublic void exitNegativeTest(CQLParser.NegativeTestContext ctx)
CQLParser.negativeTest()
.
The default implementation does nothing.
exitNegativeTest
in interface CQLListener
ctx
- the parse treepublic void enterGroupedTest(CQLParser.GroupedTestContext ctx)
CQLParser.groupedTest()
.
The default implementation does nothing.
enterGroupedTest
in interface CQLListener
ctx
- the parse treepublic void exitGroupedTest(CQLParser.GroupedTestContext ctx)
CQLParser.groupedTest()
.
The default implementation does nothing.
exitGroupedTest
in interface CQLListener
ctx
- the parse treepublic void enterConstantTest(CQLParser.ConstantTestContext ctx)
CQLParser.constantTest()
.
The default implementation does nothing.
enterConstantTest
in interface CQLListener
ctx
- the parse treepublic void exitConstantTest(CQLParser.ConstantTestContext ctx)
CQLParser.constantTest()
.
The default implementation does nothing.
exitConstantTest
in interface CQLListener
ctx
- the parse treepublic void enterPropertyTest(CQLParser.PropertyTestContext ctx)
CQLParser.propertyTest()
.
The default implementation does nothing.
enterPropertyTest
in interface CQLListener
ctx
- the parse treepublic void exitPropertyTest(CQLParser.PropertyTestContext ctx)
CQLParser.propertyTest()
.
The default implementation does nothing.
exitPropertyTest
in interface CQLListener
ctx
- the parse treepublic void enterInstanceOfTest(CQLParser.InstanceOfTestContext ctx)
CQLParser.instanceOfTest()
.
The default implementation does nothing.
enterInstanceOfTest
in interface CQLListener
ctx
- the parse treepublic void exitInstanceOfTest(CQLParser.InstanceOfTestContext ctx)
CQLParser.instanceOfTest()
.
The default implementation does nothing.
exitInstanceOfTest
in interface CQLListener
ctx
- the parse treepublic void enterQualifiedName(CQLParser.QualifiedNameContext ctx)
CQLParser.qualifiedName()
.
The default implementation does nothing.
enterQualifiedName
in interface CQLListener
ctx
- the parse treepublic void exitQualifiedName(CQLParser.QualifiedNameContext ctx)
CQLParser.qualifiedName()
.
The default implementation does nothing.
exitQualifiedName
in interface CQLListener
ctx
- the parse treepublic void enterLiteral(CQLParser.LiteralContext ctx)
CQLParser.literal()
.
The default implementation does nothing.
enterLiteral
in interface CQLListener
ctx
- the parse treepublic void exitLiteral(CQLParser.LiteralContext ctx)
CQLParser.literal()
.
The default implementation does nothing.
exitLiteral
in interface CQLListener
ctx
- the parse treepublic void enterEnumLiteral(CQLParser.EnumLiteralContext ctx)
CQLParser.enumLiteral()
.
The default implementation does nothing.
enterEnumLiteral
in interface CQLListener
ctx
- the parse treepublic void exitEnumLiteral(CQLParser.EnumLiteralContext ctx)
CQLParser.enumLiteral()
.
The default implementation does nothing.
exitEnumLiteral
in interface CQLListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2016–2021. All rights reserved.