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 CQLListenerctx - the parse treepublic void exitExpression(CQLParser.ExpressionContext ctx)
CQLParser.expression().
The default implementation does nothing.
exitExpression in interface CQLListenerctx - the parse treepublic void enterPrimary(CQLParser.PrimaryContext ctx)
CQLParser.primary().
The default implementation does nothing.
enterPrimary in interface CQLListenerctx - the parse treepublic void exitPrimary(CQLParser.PrimaryContext ctx)
CQLParser.primary().
The default implementation does nothing.
exitPrimary in interface CQLListenerctx - the parse treepublic void enterNegativeTest(CQLParser.NegativeTestContext ctx)
CQLParser.negativeTest().
The default implementation does nothing.
enterNegativeTest in interface CQLListenerctx - the parse treepublic void exitNegativeTest(CQLParser.NegativeTestContext ctx)
CQLParser.negativeTest().
The default implementation does nothing.
exitNegativeTest in interface CQLListenerctx - the parse treepublic void enterGroupedTest(CQLParser.GroupedTestContext ctx)
CQLParser.groupedTest().
The default implementation does nothing.
enterGroupedTest in interface CQLListenerctx - the parse treepublic void exitGroupedTest(CQLParser.GroupedTestContext ctx)
CQLParser.groupedTest().
The default implementation does nothing.
exitGroupedTest in interface CQLListenerctx - the parse treepublic void enterConstantTest(CQLParser.ConstantTestContext ctx)
CQLParser.constantTest().
The default implementation does nothing.
enterConstantTest in interface CQLListenerctx - the parse treepublic void exitConstantTest(CQLParser.ConstantTestContext ctx)
CQLParser.constantTest().
The default implementation does nothing.
exitConstantTest in interface CQLListenerctx - the parse treepublic void enterPropertyTest(CQLParser.PropertyTestContext ctx)
CQLParser.propertyTest().
The default implementation does nothing.
enterPropertyTest in interface CQLListenerctx - the parse treepublic void exitPropertyTest(CQLParser.PropertyTestContext ctx)
CQLParser.propertyTest().
The default implementation does nothing.
exitPropertyTest in interface CQLListenerctx - the parse treepublic void enterInstanceOfTest(CQLParser.InstanceOfTestContext ctx)
CQLParser.instanceOfTest().
The default implementation does nothing.
enterInstanceOfTest in interface CQLListenerctx - the parse treepublic void exitInstanceOfTest(CQLParser.InstanceOfTestContext ctx)
CQLParser.instanceOfTest().
The default implementation does nothing.
exitInstanceOfTest in interface CQLListenerctx - the parse treepublic void enterQualifiedName(CQLParser.QualifiedNameContext ctx)
CQLParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface CQLListenerctx - the parse treepublic void exitQualifiedName(CQLParser.QualifiedNameContext ctx)
CQLParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface CQLListenerctx - the parse treepublic void enterLiteral(CQLParser.LiteralContext ctx)
CQLParser.literal().
The default implementation does nothing.
enterLiteral in interface CQLListenerctx - the parse treepublic void exitLiteral(CQLParser.LiteralContext ctx)
CQLParser.literal().
The default implementation does nothing.
exitLiteral in interface CQLListenerctx - the parse treepublic void enterEnumLiteral(CQLParser.EnumLiteralContext ctx)
CQLParser.enumLiteral().
The default implementation does nothing.
enterEnumLiteral in interface CQLListenerctx - the parse treepublic void exitEnumLiteral(CQLParser.EnumLiteralContext ctx)
CQLParser.enumLiteral().
The default implementation does nothing.
exitEnumLiteral in interface CQLListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2016–2017. All rights reserved.