public class RegexBaseListener extends Object implements RegexListener
RegexListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RegexBaseListener() |
public void enterSequence(@NotNull
RegexParser.SequenceContext ctx)
RegexParser.sequence().
The default implementation does nothing.
enterSequence in interface RegexListenerctx - the parse treepublic void exitSequence(@NotNull
RegexParser.SequenceContext ctx)
RegexParser.sequence().
The default implementation does nothing.
exitSequence in interface RegexListenerctx - the parse treepublic void enterGroupN(@NotNull
RegexParser.GroupNContext ctx)
RegexParser.groupN().
The default implementation does nothing.
enterGroupN in interface RegexListenerctx - the parse treepublic void exitGroupN(@NotNull
RegexParser.GroupNContext ctx)
RegexParser.groupN().
The default implementation does nothing.
exitGroupN in interface RegexListenerctx - the parse treepublic void enterExpression(@NotNull
RegexParser.ExpressionContext ctx)
RegexParser.expression().
The default implementation does nothing.
enterExpression in interface RegexListenerctx - the parse treepublic void exitExpression(@NotNull
RegexParser.ExpressionContext ctx)
RegexParser.expression().
The default implementation does nothing.
exitExpression in interface RegexListenerctx - the parse treepublic void enterPattern(@NotNull
RegexParser.PatternContext ctx)
RegexParser.pattern().
The default implementation does nothing.
enterPattern in interface RegexListenerctx - the parse treepublic void exitPattern(@NotNull
RegexParser.PatternContext ctx)
RegexParser.pattern().
The default implementation does nothing.
exitPattern in interface RegexListenerctx - the parse treepublic void enterGroup0(@NotNull
RegexParser.Group0Context ctx)
RegexParser.group0().
The default implementation does nothing.
enterGroup0 in interface RegexListenerctx - the parse treepublic void exitGroup0(@NotNull
RegexParser.Group0Context ctx)
RegexParser.group0().
The default implementation does nothing.
exitGroup0 in interface RegexListenerctx - the parse treepublic void enterLiteral(@NotNull
RegexParser.LiteralContext ctx)
RegexParser.literal().
The default implementation does nothing.
enterLiteral in interface RegexListenerctx - the parse treepublic void exitLiteral(@NotNull
RegexParser.LiteralContext ctx)
RegexParser.literal().
The default implementation does nothing.
exitLiteral in interface RegexListenerctx - the parse treepublic void enterGroup(@NotNull
RegexParser.GroupContext ctx)
RegexParser.group().
The default implementation does nothing.
enterGroup in interface RegexListenerctx - the parse treepublic void exitGroup(@NotNull
RegexParser.GroupContext ctx)
RegexParser.group().
The default implementation does nothing.
exitGroup in interface RegexListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2014 Kaazing, Inc. All Rights Reserved.