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