public interface RegexListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
RegexParser.void enterSequence(@NotNull
RegexParser.SequenceContext ctx)
RegexParser.sequence().ctx - the parse treevoid exitSequence(@NotNull
RegexParser.SequenceContext ctx)
RegexParser.sequence().ctx - the parse treevoid enterGroupN(@NotNull
RegexParser.GroupNContext ctx)
RegexParser.groupN().ctx - the parse treevoid exitGroupN(@NotNull
RegexParser.GroupNContext ctx)
RegexParser.groupN().ctx - the parse treevoid enterExpression(@NotNull
RegexParser.ExpressionContext ctx)
RegexParser.expression().ctx - the parse treevoid exitExpression(@NotNull
RegexParser.ExpressionContext ctx)
RegexParser.expression().ctx - the parse treevoid enterPattern(@NotNull
RegexParser.PatternContext ctx)
RegexParser.pattern().ctx - the parse treevoid exitPattern(@NotNull
RegexParser.PatternContext ctx)
RegexParser.pattern().ctx - the parse treevoid enterGroup0(@NotNull
RegexParser.Group0Context ctx)
RegexParser.group0().ctx - the parse treevoid exitGroup0(@NotNull
RegexParser.Group0Context ctx)
RegexParser.group0().ctx - the parse treevoid enterLiteral(@NotNull
RegexParser.LiteralContext ctx)
RegexParser.literal().ctx - the parse treevoid exitLiteral(@NotNull
RegexParser.LiteralContext ctx)
RegexParser.literal().ctx - the parse treevoid enterGroup(@NotNull
RegexParser.GroupContext ctx)
RegexParser.group().ctx - the parse treevoid exitGroup(@NotNull
RegexParser.GroupContext ctx)
RegexParser.group().ctx - the parse treeCopyright © 2014 Kaazing, Inc. All Rights Reserved.