public class MessageMatcherBaseListener extends Object implements MessageMatcherListener
MessageMatcherListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
MessageMatcherBaseListener() |
public void enterParseMatcher(MessageMatcherParser.ParseMatcherContext ctx)
MessageMatcherParser.parseMatcher().
The default implementation does nothing.
enterParseMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitParseMatcher(MessageMatcherParser.ParseMatcherContext ctx)
MessageMatcherParser.parseMatcher().
The default implementation does nothing.
exitParseMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterParseTagSelector(MessageMatcherParser.ParseTagSelectorContext ctx)
MessageMatcherParser.parseTagSelector().
The default implementation does nothing.
enterParseTagSelector in interface MessageMatcherListenerctx - the parse treepublic void exitParseTagSelector(MessageMatcherParser.ParseTagSelectorContext ctx)
MessageMatcherParser.parseTagSelector().
The default implementation does nothing.
exitParseTagSelector in interface MessageMatcherListenerctx - the parse treepublic void enterAndMatcher(MessageMatcherParser.AndMatcherContext ctx)
andMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
enterAndMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitAndMatcher(MessageMatcherParser.AndMatcherContext ctx)
andMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
exitAndMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterNotMatcher(MessageMatcherParser.NotMatcherContext ctx)
notMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
enterNotMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitNotMatcher(MessageMatcherParser.NotMatcherContext ctx)
notMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
exitNotMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterOrMatcher(MessageMatcherParser.OrMatcherContext ctx)
orMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
enterOrMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitOrMatcher(MessageMatcherParser.OrMatcherContext ctx)
orMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
exitOrMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterToMatcher(MessageMatcherParser.ToMatcherContext ctx)
toMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
enterToMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitToMatcher(MessageMatcherParser.ToMatcherContext ctx)
toMatcher
labeled alternative in MessageMatcherParser.compoundMatcher().
The default implementation does nothing.
exitToMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterBooleanMatcher(MessageMatcherParser.BooleanMatcherContext ctx)
booleanMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterBooleanMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitBooleanMatcher(MessageMatcherParser.BooleanMatcherContext ctx)
booleanMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitBooleanMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterThrowableMatcher(MessageMatcherParser.ThrowableMatcherContext ctx)
throwableMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterThrowableMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitThrowableMatcher(MessageMatcherParser.ThrowableMatcherContext ctx)
throwableMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitThrowableMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterTagMatcher(MessageMatcherParser.TagMatcherContext ctx)
tagMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterTagMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitTagMatcher(MessageMatcherParser.TagMatcherContext ctx)
tagMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitTagMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterParamMatcher(MessageMatcherParser.ParamMatcherContext ctx)
paramMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterParamMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitParamMatcher(MessageMatcherParser.ParamMatcherContext ctx)
paramMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitParamMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterLevelMatcher(MessageMatcherParser.LevelMatcherContext ctx)
levelMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterLevelMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitLevelMatcher(MessageMatcherParser.LevelMatcherContext ctx)
levelMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitLevelMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterBetweenMatcher(MessageMatcherParser.BetweenMatcherContext ctx)
betweenMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterBetweenMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitBetweenMatcher(MessageMatcherParser.BetweenMatcherContext ctx)
betweenMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitBetweenMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterMessageMatcher(MessageMatcherParser.MessageMatcherContext ctx)
messageMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterMessageMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitMessageMatcher(MessageMatcherParser.MessageMatcherContext ctx)
messageMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitMessageMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterInGroupMatcher(MessageMatcherParser.InGroupMatcherContext ctx)
inGroupMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterInGroupMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitInGroupMatcher(MessageMatcherParser.InGroupMatcherContext ctx)
inGroupMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitInGroupMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterInRootMatcher(MessageMatcherParser.InRootMatcherContext ctx)
inRootMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
enterInRootMatcher in interface MessageMatcherListenerctx - the parse treepublic void exitInRootMatcher(MessageMatcherParser.InRootMatcherContext ctx)
inRootMatcher
labeled alternative in MessageMatcherParser.matcherAtom().
The default implementation does nothing.
exitInRootMatcher in interface MessageMatcherListenerctx - the parse treepublic void enterAndTagSelector(MessageMatcherParser.AndTagSelectorContext ctx)
andTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
enterAndTagSelector in interface MessageMatcherListenerctx - the parse treepublic void exitAndTagSelector(MessageMatcherParser.AndTagSelectorContext ctx)
andTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
exitAndTagSelector in interface MessageMatcherListenerctx - the parse treepublic void enterToTagSelector(MessageMatcherParser.ToTagSelectorContext ctx)
toTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
enterToTagSelector in interface MessageMatcherListenerctx - the parse treepublic void exitToTagSelector(MessageMatcherParser.ToTagSelectorContext ctx)
toTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
exitToTagSelector in interface MessageMatcherListenerctx - the parse treepublic void enterOrTagSelector(MessageMatcherParser.OrTagSelectorContext ctx)
orTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
enterOrTagSelector in interface MessageMatcherListenerctx - the parse treepublic void exitOrTagSelector(MessageMatcherParser.OrTagSelectorContext ctx)
orTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
exitOrTagSelector in interface MessageMatcherListenerctx - the parse treepublic void enterNotTagSelector(MessageMatcherParser.NotTagSelectorContext ctx)
notTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
enterNotTagSelector in interface MessageMatcherListenerctx - the parse treepublic void exitNotTagSelector(MessageMatcherParser.NotTagSelectorContext ctx)
notTagSelector
labeled alternative in MessageMatcherParser.compoundTagSelector().
The default implementation does nothing.
exitNotTagSelector in interface MessageMatcherListenerctx - the parse treepublic void enterTagSelectorAtom(MessageMatcherParser.TagSelectorAtomContext ctx)
MessageMatcherParser.tagSelectorAtom().
The default implementation does nothing.
enterTagSelectorAtom in interface MessageMatcherListenerctx - the parse treepublic void exitTagSelectorAtom(MessageMatcherParser.TagSelectorAtomContext ctx)
MessageMatcherParser.tagSelectorAtom().
The default implementation does nothing.
exitTagSelectorAtom in interface MessageMatcherListenerctx - the parse treepublic void enterTagMatcherAtom(MessageMatcherParser.TagMatcherAtomContext ctx)
MessageMatcherParser.tagMatcherAtom().
The default implementation does nothing.
enterTagMatcherAtom in interface MessageMatcherListenerctx - the parse treepublic void exitTagMatcherAtom(MessageMatcherParser.TagMatcherAtomContext ctx)
MessageMatcherParser.tagMatcherAtom().
The default implementation does nothing.
exitTagMatcherAtom in interface MessageMatcherListenerctx - the parse treepublic void enterTagNameList(MessageMatcherParser.TagNameListContext ctx)
MessageMatcherParser.tagNameList().
The default implementation does nothing.
enterTagNameList in interface MessageMatcherListenerctx - the parse treepublic void exitTagNameList(MessageMatcherParser.TagNameListContext ctx)
MessageMatcherParser.tagNameList().
The default implementation does nothing.
exitTagNameList in interface MessageMatcherListenerctx - the parse treepublic void enterTagName(MessageMatcherParser.TagNameContext ctx)
MessageMatcherParser.tagName().
The default implementation does nothing.
enterTagName in interface MessageMatcherListenerctx - the parse treepublic void exitTagName(MessageMatcherParser.TagNameContext ctx)
MessageMatcherParser.tagName().
The default implementation does nothing.
exitTagName in interface MessageMatcherListenerctx - the parse treepublic void enterLevel(MessageMatcherParser.LevelContext ctx)
MessageMatcherParser.level().
The default implementation does nothing.
enterLevel in interface MessageMatcherListenerctx - the parse treepublic void exitLevel(MessageMatcherParser.LevelContext ctx)
MessageMatcherParser.level().
The default implementation does nothing.
exitLevel in interface MessageMatcherListenerctx - the parse treepublic void enterLevelShared(MessageMatcherParser.LevelSharedContext ctx)
MessageMatcherParser.levelShared().
The default implementation does nothing.
enterLevelShared in interface MessageMatcherListenerctx - the parse treepublic void exitLevelShared(MessageMatcherParser.LevelSharedContext ctx)
MessageMatcherParser.levelShared().
The default implementation does nothing.
exitLevelShared in interface MessageMatcherListenerctx - the parse treepublic void enterString(MessageMatcherParser.StringContext ctx)
MessageMatcherParser.string().
The default implementation does nothing.
enterString in interface MessageMatcherListenerctx - the parse treepublic void exitString(MessageMatcherParser.StringContext ctx)
MessageMatcherParser.string().
The default implementation does nothing.
exitString in interface MessageMatcherListenerctx - 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.ParseTreeListener