public class TagQueryBaseListener extends Object implements TagQueryListener
TagQueryListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
TagQueryBaseListener() |
public void enterTagquery(TagQueryParser.TagqueryContext ctx)
TagQueryParser.tagquery().
The default implementation does nothing.
enterTagquery in interface TagQueryListenerctx - the parse treepublic void exitTagquery(TagQueryParser.TagqueryContext ctx)
TagQueryParser.tagquery().
The default implementation does nothing.
exitTagquery in interface TagQueryListenerctx - the parse treepublic void enterObject(TagQueryParser.ObjectContext ctx)
TagQueryParser.object().
The default implementation does nothing.
enterObject in interface TagQueryListenerctx - the parse treepublic void exitObject(TagQueryParser.ObjectContext ctx)
TagQueryParser.object().
The default implementation does nothing.
exitObject in interface TagQueryListenerctx - the parse treepublic void enterTagexp(TagQueryParser.TagexpContext ctx)
TagQueryParser.tagexp().
The default implementation does nothing.
enterTagexp in interface TagQueryListenerctx - the parse treepublic void exitTagexp(TagQueryParser.TagexpContext ctx)
TagQueryParser.tagexp().
The default implementation does nothing.
exitTagexp in interface TagQueryListenerctx - the parse treepublic void enterLogical_operator(TagQueryParser.Logical_operatorContext ctx)
TagQueryParser.logical_operator().
The default implementation does nothing.
enterLogical_operator in interface TagQueryListenerctx - the parse treepublic void exitLogical_operator(TagQueryParser.Logical_operatorContext ctx)
TagQueryParser.logical_operator().
The default implementation does nothing.
exitLogical_operator in interface TagQueryListenerctx - the parse treepublic void enterBoolean_operator(TagQueryParser.Boolean_operatorContext ctx)
TagQueryParser.boolean_operator().
The default implementation does nothing.
enterBoolean_operator in interface TagQueryListenerctx - the parse treepublic void exitBoolean_operator(TagQueryParser.Boolean_operatorContext ctx)
TagQueryParser.boolean_operator().
The default implementation does nothing.
exitBoolean_operator in interface TagQueryListenerctx - the parse treepublic void enterArray_operator(TagQueryParser.Array_operatorContext ctx)
TagQueryParser.array_operator().
The default implementation does nothing.
enterArray_operator in interface TagQueryListenerctx - the parse treepublic void exitArray_operator(TagQueryParser.Array_operatorContext ctx)
TagQueryParser.array_operator().
The default implementation does nothing.
exitArray_operator in interface TagQueryListenerctx - the parse treepublic void enterArray(TagQueryParser.ArrayContext ctx)
TagQueryParser.array().
The default implementation does nothing.
enterArray in interface TagQueryListenerctx - the parse treepublic void exitArray(TagQueryParser.ArrayContext ctx)
TagQueryParser.array().
The default implementation does nothing.
exitArray in interface TagQueryListenerctx - the parse treepublic void enterValue(TagQueryParser.ValueContext ctx)
TagQueryParser.value().
The default implementation does nothing.
enterValue in interface TagQueryListenerctx - the parse treepublic void exitValue(TagQueryParser.ValueContext ctx)
TagQueryParser.value().
The default implementation does nothing.
exitValue in interface TagQueryListenerctx - the parse treepublic void enterKey(TagQueryParser.KeyContext ctx)
TagQueryParser.key().
The default implementation does nothing.
enterKey in interface TagQueryListenerctx - the parse treepublic void exitKey(TagQueryParser.KeyContext ctx)
TagQueryParser.key().
The default implementation does nothing.
exitKey in interface TagQueryListenerctx - 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 © 2015–2017 Red Hat, Inc.. All rights reserved.