Class RegexParserBaseListener
- java.lang.Object
-
- com.maddyhome.idea.vim.regexp.parser.generated.RegexParserBaseListener
-
- All Implemented Interfaces:
RegexParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class RegexParserBaseListener extends java.lang.Object implements RegexParserListener
This class provides an empty implementation ofRegexParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description RegexParserBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterAfterColumn(RegexParser.AfterColumnContext ctx)Enter a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().voidenterAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)Enter a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().voidenterAfterLine(RegexParser.AfterLineContext ctx)Enter a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().voidenterAfterLineCursor(RegexParser.AfterLineCursorContext ctx)Enter a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().voidenterAfterMark(RegexParser.AfterMarkContext ctx)Enter a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().voidenterAlnumClass(RegexParser.AlnumClassContext ctx)Enter a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterAlpha(RegexParser.AlphaContext ctx)Enter a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().voidenterAlphaClass(RegexParser.AlphaClassContext ctx)Enter a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterAnyChar(RegexParser.AnyCharContext ctx)Enter a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().voidenterAnyCharNL(RegexParser.AnyCharNLContext ctx)Enter a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().voidenterAtomic(RegexParser.AtomicContext ctx)Enter a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().voidenterBackreference(RegexParser.BackreferenceContext ctx)Enter a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().voidenterBackspaceClass(RegexParser.BackspaceClassContext ctx)Enter a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterBeforeColumn(RegexParser.BeforeColumnContext ctx)Enter a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().voidenterBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)Enter a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().voidenterBeforeLine(RegexParser.BeforeLineContext ctx)Enter a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().voidenterBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)Enter a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().voidenterBeforeMark(RegexParser.BeforeMarkContext ctx)Enter a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().voidenterBlankClass(RegexParser.BlankClassContext ctx)Enter a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterBranch(RegexParser.BranchContext ctx)Enter a parse tree produced byRegexParser.branch().voidenterBS(RegexParser.BSContext ctx)Enter a parse tree produced by theBSlabeled alternative inRegexParser.char_class().voidenterCharClass(RegexParser.CharClassContext ctx)Enter a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().voidenterCharClassColElem(RegexParser.CharClassColElemContext ctx)Enter a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().voidenterCharCode(RegexParser.CharCodeContext ctx)Enter a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().voidenterCntrlClass(RegexParser.CntrlClassContext ctx)Enter a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterCollec(RegexParser.CollecContext ctx)Enter a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().voidenterCollectionNeg(RegexParser.CollectionNegContext ctx)Enter a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().voidenterCollectionPos(RegexParser.CollectionPosContext ctx)Enter a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().voidenterColumn(RegexParser.ColumnContext ctx)Enter a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().voidenterColumnCursor(RegexParser.ColumnCursorContext ctx)Enter a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().voidenterConcat(RegexParser.ConcatContext ctx)Enter a parse tree produced byRegexParser.concat().voidenterCR(RegexParser.CRContext ctx)Enter a parse tree produced by theCRlabeled alternative inRegexParser.char_class().voidenterCursor(RegexParser.CursorContext ctx)Enter a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().voidenterDecimalCode(RegexParser.DecimalCodeContext ctx)Enter a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().voidenterDigit(RegexParser.DigitContext ctx)Enter a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().voidenterDigitClass(RegexParser.DigitClassContext ctx)Enter a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterEndMatch(RegexParser.EndMatchContext ctx)Enter a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().voidenterEndOfFile(RegexParser.EndOfFileContext ctx)Enter a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().voidenterEndOfLine(RegexParser.EndOfLineContext ctx)Enter a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().voidenterEndOfWord(RegexParser.EndOfWordContext ctx)Enter a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().voidenterEsc(RegexParser.EscContext ctx)Enter a parse tree produced by theEsclabeled alternative inRegexParser.char_class().voidenterEscapeClass(RegexParser.EscapeClassContext ctx)Enter a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterFilename(RegexParser.FilenameContext ctx)Enter a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().voidenterFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)Enter a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().voidenterFnameClass(RegexParser.FnameClassContext ctx)Enter a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterGraphClass(RegexParser.GraphClassContext ctx)Enter a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterGroupingCapture(RegexParser.GroupingCaptureContext ctx)Enter a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().voidenterGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)Enter a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().voidenterHeadofword(RegexParser.HeadofwordContext ctx)Enter a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().voidenterHex(RegexParser.HexContext ctx)Enter a parse tree produced by theHexlabeled alternative inRegexParser.char_class().voidenterHexCode(RegexParser.HexCodeContext ctx)Enter a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().voidenterIdentClass(RegexParser.IdentClassContext ctx)Enter a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterIdentifier(RegexParser.IdentifierContext ctx)Enter a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().voidenterIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)Enter a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().voidenterKeyword(RegexParser.KeywordContext ctx)Enter a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().voidenterKeywordClass(RegexParser.KeywordClassContext ctx)Enter a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)Enter a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().voidenterLastSubstitute(RegexParser.LastSubstituteContext ctx)Enter a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().voidenterLcase(RegexParser.LcaseContext ctx)Enter a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().voidenterLine(RegexParser.LineContext ctx)Enter a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().voidenterLineCursor(RegexParser.LineCursorContext ctx)Enter a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().voidenterLiteralChar(RegexParser.LiteralCharContext ctx)Enter a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().voidenterLowerClass(RegexParser.LowerClassContext ctx)Enter a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterMark(RegexParser.MarkContext ctx)Enter a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().voidenterNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)Enter a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().voidenterNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)Enter a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().voidenterNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)Enter a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().voidenterNL(RegexParser.NLContext ctx)Enter a parse tree produced by theNLlabeled alternative inRegexParser.char_class().voidenterNotAlpha(RegexParser.NotAlphaContext ctx)Enter a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().voidenterNotDigit(RegexParser.NotDigitContext ctx)Enter a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().voidenterNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)Enter a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().voidenterNotHex(RegexParser.NotHexContext ctx)Enter a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().voidenterNotLcase(RegexParser.NotLcaseContext ctx)Enter a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().voidenterNotOctal(RegexParser.NotOctalContext ctx)Enter a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().voidenterNotUcase(RegexParser.NotUcaseContext ctx)Enter a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().voidenterNotWhitespace(RegexParser.NotWhitespaceContext ctx)Enter a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().voidenterNotwordchar(RegexParser.NotwordcharContext ctx)Enter a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().voidenterOctal(RegexParser.OctalContext ctx)Enter a parse tree produced by theOctallabeled alternative inRegexParser.char_class().voidenterOctalCode(RegexParser.OctalCodeContext ctx)Enter a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().voidenterOneOrMore(RegexParser.OneOrMoreContext ctx)Enter a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().voidenterOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)Enter a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().voidenterOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)Enter a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().voidenterPattern(RegexParser.PatternContext ctx)Enter a parse tree produced byRegexParser.pattern().voidenterPiece(RegexParser.PieceContext ctx)Enter a parse tree produced byRegexParser.piece().voidenterPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)Enter a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().voidenterPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)Enter a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().voidenterPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)Enter a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().voidenterPrintable(RegexParser.PrintableContext ctx)Enter a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().voidenterPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)Enter a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().voidenterPrintClass(RegexParser.PrintClassContext ctx)Enter a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterPunctClass(RegexParser.PunctClassContext ctx)Enter a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterRangeColElem(RegexParser.RangeColElemContext ctx)Enter a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().voidenterRangeGreedy(RegexParser.RangeGreedyContext ctx)Enter a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().voidenterRangeLazy(RegexParser.RangeLazyContext ctx)Enter a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().voidenterRangeQuantifier(RegexParser.RangeQuantifierContext ctx)Enter a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().voidenterReturnClass(RegexParser.ReturnClassContext ctx)Enter a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterSingleColElem(RegexParser.SingleColElemContext ctx)Enter a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().voidenterSpaceClass(RegexParser.SpaceClassContext ctx)Enter a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterStartMatch(RegexParser.StartMatchContext ctx)Enter a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().voidenterStartOfFile(RegexParser.StartOfFileContext ctx)Enter a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().voidenterStartOfLine(RegexParser.StartOfLineContext ctx)Enter a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().voidenterStartOfWord(RegexParser.StartOfWordContext ctx)Enter a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().voidenterSub_pattern(RegexParser.Sub_patternContext ctx)Enter a parse tree produced byRegexParser.sub_pattern().voidenterTab(RegexParser.TabContext ctx)Enter a parse tree produced by theTablabeled alternative inRegexParser.char_class().voidenterTabClass(RegexParser.TabClassContext ctx)Enter a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterUcase(RegexParser.UcaseContext ctx)Enter a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().voidenterUpperClass(RegexParser.UpperClassContext ctx)Enter a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterVisual(RegexParser.VisualContext ctx)Enter a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().voidenterWhitespace(RegexParser.WhitespaceContext ctx)Enter a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().voidenterWordchar(RegexParser.WordcharContext ctx)Enter a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().voidenterXdigitClass(RegexParser.XdigitClassContext ctx)Enter a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().voidenterZeroOrMore(RegexParser.ZeroOrMoreContext ctx)Enter a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().voidenterZeroOrOne(RegexParser.ZeroOrOneContext ctx)Enter a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().voidenterZeroWidth(RegexParser.ZeroWidthContext ctx)Enter a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().voidexitAfterColumn(RegexParser.AfterColumnContext ctx)Exit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().voidexitAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)Exit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().voidexitAfterLine(RegexParser.AfterLineContext ctx)Exit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().voidexitAfterLineCursor(RegexParser.AfterLineCursorContext ctx)Exit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().voidexitAfterMark(RegexParser.AfterMarkContext ctx)Exit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().voidexitAlnumClass(RegexParser.AlnumClassContext ctx)Exit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitAlpha(RegexParser.AlphaContext ctx)Exit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().voidexitAlphaClass(RegexParser.AlphaClassContext ctx)Exit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitAnyChar(RegexParser.AnyCharContext ctx)Exit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().voidexitAnyCharNL(RegexParser.AnyCharNLContext ctx)Exit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().voidexitAtomic(RegexParser.AtomicContext ctx)Exit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().voidexitBackreference(RegexParser.BackreferenceContext ctx)Exit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().voidexitBackspaceClass(RegexParser.BackspaceClassContext ctx)Exit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitBeforeColumn(RegexParser.BeforeColumnContext ctx)Exit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().voidexitBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)Exit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().voidexitBeforeLine(RegexParser.BeforeLineContext ctx)Exit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().voidexitBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)Exit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().voidexitBeforeMark(RegexParser.BeforeMarkContext ctx)Exit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().voidexitBlankClass(RegexParser.BlankClassContext ctx)Exit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitBranch(RegexParser.BranchContext ctx)Exit a parse tree produced byRegexParser.branch().voidexitBS(RegexParser.BSContext ctx)Exit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().voidexitCharClass(RegexParser.CharClassContext ctx)Exit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().voidexitCharClassColElem(RegexParser.CharClassColElemContext ctx)Exit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().voidexitCharCode(RegexParser.CharCodeContext ctx)Exit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().voidexitCntrlClass(RegexParser.CntrlClassContext ctx)Exit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitCollec(RegexParser.CollecContext ctx)Exit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().voidexitCollectionNeg(RegexParser.CollectionNegContext ctx)Exit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().voidexitCollectionPos(RegexParser.CollectionPosContext ctx)Exit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().voidexitColumn(RegexParser.ColumnContext ctx)Exit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().voidexitColumnCursor(RegexParser.ColumnCursorContext ctx)Exit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().voidexitConcat(RegexParser.ConcatContext ctx)Exit a parse tree produced byRegexParser.concat().voidexitCR(RegexParser.CRContext ctx)Exit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().voidexitCursor(RegexParser.CursorContext ctx)Exit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().voidexitDecimalCode(RegexParser.DecimalCodeContext ctx)Exit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().voidexitDigit(RegexParser.DigitContext ctx)Exit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().voidexitDigitClass(RegexParser.DigitClassContext ctx)Exit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitEndMatch(RegexParser.EndMatchContext ctx)Exit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().voidexitEndOfFile(RegexParser.EndOfFileContext ctx)Exit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().voidexitEndOfLine(RegexParser.EndOfLineContext ctx)Exit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().voidexitEndOfWord(RegexParser.EndOfWordContext ctx)Exit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().voidexitEsc(RegexParser.EscContext ctx)Exit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().voidexitEscapeClass(RegexParser.EscapeClassContext ctx)Exit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitFilename(RegexParser.FilenameContext ctx)Exit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().voidexitFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)Exit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().voidexitFnameClass(RegexParser.FnameClassContext ctx)Exit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitGraphClass(RegexParser.GraphClassContext ctx)Exit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitGroupingCapture(RegexParser.GroupingCaptureContext ctx)Exit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().voidexitGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)Exit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().voidexitHeadofword(RegexParser.HeadofwordContext ctx)Exit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().voidexitHex(RegexParser.HexContext ctx)Exit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().voidexitHexCode(RegexParser.HexCodeContext ctx)Exit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().voidexitIdentClass(RegexParser.IdentClassContext ctx)Exit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitIdentifier(RegexParser.IdentifierContext ctx)Exit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().voidexitIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)Exit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().voidexitKeyword(RegexParser.KeywordContext ctx)Exit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().voidexitKeywordClass(RegexParser.KeywordClassContext ctx)Exit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)Exit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().voidexitLastSubstitute(RegexParser.LastSubstituteContext ctx)Exit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().voidexitLcase(RegexParser.LcaseContext ctx)Exit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().voidexitLine(RegexParser.LineContext ctx)Exit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().voidexitLineCursor(RegexParser.LineCursorContext ctx)Exit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().voidexitLiteralChar(RegexParser.LiteralCharContext ctx)Exit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().voidexitLowerClass(RegexParser.LowerClassContext ctx)Exit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitMark(RegexParser.MarkContext ctx)Exit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().voidexitNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)Exit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().voidexitNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)Exit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().voidexitNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)Exit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().voidexitNL(RegexParser.NLContext ctx)Exit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().voidexitNotAlpha(RegexParser.NotAlphaContext ctx)Exit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().voidexitNotDigit(RegexParser.NotDigitContext ctx)Exit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().voidexitNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)Exit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().voidexitNotHex(RegexParser.NotHexContext ctx)Exit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().voidexitNotLcase(RegexParser.NotLcaseContext ctx)Exit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().voidexitNotOctal(RegexParser.NotOctalContext ctx)Exit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().voidexitNotUcase(RegexParser.NotUcaseContext ctx)Exit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().voidexitNotWhitespace(RegexParser.NotWhitespaceContext ctx)Exit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().voidexitNotwordchar(RegexParser.NotwordcharContext ctx)Exit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().voidexitOctal(RegexParser.OctalContext ctx)Exit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().voidexitOctalCode(RegexParser.OctalCodeContext ctx)Exit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().voidexitOneOrMore(RegexParser.OneOrMoreContext ctx)Exit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().voidexitOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)Exit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().voidexitOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)Exit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().voidexitPattern(RegexParser.PatternContext ctx)Exit a parse tree produced byRegexParser.pattern().voidexitPiece(RegexParser.PieceContext ctx)Exit a parse tree produced byRegexParser.piece().voidexitPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)Exit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().voidexitPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)Exit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().voidexitPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)Exit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().voidexitPrintable(RegexParser.PrintableContext ctx)Exit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().voidexitPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)Exit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().voidexitPrintClass(RegexParser.PrintClassContext ctx)Exit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitPunctClass(RegexParser.PunctClassContext ctx)Exit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitRangeColElem(RegexParser.RangeColElemContext ctx)Exit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().voidexitRangeGreedy(RegexParser.RangeGreedyContext ctx)Exit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().voidexitRangeLazy(RegexParser.RangeLazyContext ctx)Exit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().voidexitRangeQuantifier(RegexParser.RangeQuantifierContext ctx)Exit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().voidexitReturnClass(RegexParser.ReturnClassContext ctx)Exit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitSingleColElem(RegexParser.SingleColElemContext ctx)Exit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().voidexitSpaceClass(RegexParser.SpaceClassContext ctx)Exit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitStartMatch(RegexParser.StartMatchContext ctx)Exit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().voidexitStartOfFile(RegexParser.StartOfFileContext ctx)Exit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().voidexitStartOfLine(RegexParser.StartOfLineContext ctx)Exit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().voidexitStartOfWord(RegexParser.StartOfWordContext ctx)Exit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().voidexitSub_pattern(RegexParser.Sub_patternContext ctx)Exit a parse tree produced byRegexParser.sub_pattern().voidexitTab(RegexParser.TabContext ctx)Exit a parse tree produced by theTablabeled alternative inRegexParser.char_class().voidexitTabClass(RegexParser.TabClassContext ctx)Exit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitUcase(RegexParser.UcaseContext ctx)Exit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().voidexitUpperClass(RegexParser.UpperClassContext ctx)Exit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitVisual(RegexParser.VisualContext ctx)Exit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().voidexitWhitespace(RegexParser.WhitespaceContext ctx)Exit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().voidexitWordchar(RegexParser.WordcharContext ctx)Exit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().voidexitXdigitClass(RegexParser.XdigitClassContext ctx)Exit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().voidexitZeroOrMore(RegexParser.ZeroOrMoreContext ctx)Exit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().voidexitZeroOrOne(RegexParser.ZeroOrOneContext ctx)Exit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().voidexitZeroWidth(RegexParser.ZeroWidthContext ctx)Exit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterPattern
public void enterPattern(RegexParser.PatternContext ctx)
Enter a parse tree produced byRegexParser.pattern().The default implementation does nothing.
- Specified by:
enterPatternin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPattern
public void exitPattern(RegexParser.PatternContext ctx)
Exit a parse tree produced byRegexParser.pattern().The default implementation does nothing.
- Specified by:
exitPatternin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterSub_pattern
public void enterSub_pattern(RegexParser.Sub_patternContext ctx)
Enter a parse tree produced byRegexParser.sub_pattern().The default implementation does nothing.
- Specified by:
enterSub_patternin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitSub_pattern
public void exitSub_pattern(RegexParser.Sub_patternContext ctx)
Exit a parse tree produced byRegexParser.sub_pattern().The default implementation does nothing.
- Specified by:
exitSub_patternin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBranch
public void enterBranch(RegexParser.BranchContext ctx)
Enter a parse tree produced byRegexParser.branch().The default implementation does nothing.
- Specified by:
enterBranchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBranch
public void exitBranch(RegexParser.BranchContext ctx)
Exit a parse tree produced byRegexParser.branch().The default implementation does nothing.
- Specified by:
exitBranchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterConcat
public void enterConcat(RegexParser.ConcatContext ctx)
Enter a parse tree produced byRegexParser.concat().The default implementation does nothing.
- Specified by:
enterConcatin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitConcat
public void exitConcat(RegexParser.ConcatContext ctx)
Exit a parse tree produced byRegexParser.concat().The default implementation does nothing.
- Specified by:
exitConcatin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPiece
public void enterPiece(RegexParser.PieceContext ctx)
Enter a parse tree produced byRegexParser.piece().The default implementation does nothing.
- Specified by:
enterPiecein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPiece
public void exitPiece(RegexParser.PieceContext ctx)
Exit a parse tree produced byRegexParser.piece().The default implementation does nothing.
- Specified by:
exitPiecein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterOrdinaryAtom
public void enterOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)
Enter a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
enterOrdinaryAtomin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitOrdinaryAtom
public void exitOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)
Exit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
exitOrdinaryAtomin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterGroupingCapture
public void enterGroupingCapture(RegexParser.GroupingCaptureContext ctx)
Enter a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
enterGroupingCapturein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitGroupingCapture
public void exitGroupingCapture(RegexParser.GroupingCaptureContext ctx)
Exit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
exitGroupingCapturein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterGroupingNoCapture
public void enterGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)
Enter a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
enterGroupingNoCapturein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitGroupingNoCapture
public void exitGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)
Exit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
exitGroupingNoCapturein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterOptionallyMatched
public void enterOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)
Enter a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
enterOptionallyMatchedin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitOptionallyMatched
public void exitOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)
Exit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().The default implementation does nothing.
- Specified by:
exitOptionallyMatchedin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterZeroOrMore
public void enterZeroOrMore(RegexParser.ZeroOrMoreContext ctx)
Enter a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterZeroOrMorein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitZeroOrMore
public void exitZeroOrMore(RegexParser.ZeroOrMoreContext ctx)
Exit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitZeroOrMorein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterOneOrMore
public void enterOneOrMore(RegexParser.OneOrMoreContext ctx)
Enter a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterOneOrMorein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitOneOrMore
public void exitOneOrMore(RegexParser.OneOrMoreContext ctx)
Exit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitOneOrMorein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterZeroOrOne
public void enterZeroOrOne(RegexParser.ZeroOrOneContext ctx)
Enter a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterZeroOrOnein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitZeroOrOne
public void exitZeroOrOne(RegexParser.ZeroOrOneContext ctx)
Exit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitZeroOrOnein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterRangeQuantifier
public void enterRangeQuantifier(RegexParser.RangeQuantifierContext ctx)
Enter a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterRangeQuantifierin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitRangeQuantifier
public void exitRangeQuantifier(RegexParser.RangeQuantifierContext ctx)
Exit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitRangeQuantifierin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAtomic
public void enterAtomic(RegexParser.AtomicContext ctx)
Enter a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterAtomicin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAtomic
public void exitAtomic(RegexParser.AtomicContext ctx)
Exit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitAtomicin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPositiveLookahead
public void enterPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)
Enter a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterPositiveLookaheadin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPositiveLookahead
public void exitPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)
Exit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitPositiveLookaheadin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNegativeLookahead
public void enterNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)
Enter a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterNegativeLookaheadin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNegativeLookahead
public void exitNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)
Exit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitNegativeLookaheadin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPositiveLookbehind
public void enterPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)
Enter a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterPositiveLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPositiveLookbehind
public void exitPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)
Exit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitPositiveLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNegativeLookbehind
public void enterNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)
Enter a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterNegativeLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNegativeLookbehind
public void exitNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)
Exit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitNegativeLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPositiveLimitedLookbehind
public void enterPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)
Enter a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterPositiveLimitedLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPositiveLimitedLookbehind
public void exitPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)
Exit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitPositiveLimitedLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNegativeLimitedLookbehind
public void enterNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)
Enter a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
enterNegativeLimitedLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNegativeLimitedLookbehind
public void exitNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)
Exit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation does nothing.
- Specified by:
exitNegativeLimitedLookbehindin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterRangeGreedy
public void enterRangeGreedy(RegexParser.RangeGreedyContext ctx)
Enter a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().The default implementation does nothing.
- Specified by:
enterRangeGreedyin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitRangeGreedy
public void exitRangeGreedy(RegexParser.RangeGreedyContext ctx)
Exit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().The default implementation does nothing.
- Specified by:
exitRangeGreedyin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterRangeLazy
public void enterRangeLazy(RegexParser.RangeLazyContext ctx)
Enter a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().The default implementation does nothing.
- Specified by:
enterRangeLazyin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitRangeLazy
public void exitRangeLazy(RegexParser.RangeLazyContext ctx)
Exit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().The default implementation does nothing.
- Specified by:
exitRangeLazyin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLiteralChar
public void enterLiteralChar(RegexParser.LiteralCharContext ctx)
Enter a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterLiteralCharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLiteralChar
public void exitLiteralChar(RegexParser.LiteralCharContext ctx)
Exit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitLiteralCharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAnyChar
public void enterAnyChar(RegexParser.AnyCharContext ctx)
Enter a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterAnyCharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAnyChar
public void exitAnyChar(RegexParser.AnyCharContext ctx)
Exit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitAnyCharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAnyCharNL
public void enterAnyCharNL(RegexParser.AnyCharNLContext ctx)
Enter a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterAnyCharNLin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAnyCharNL
public void exitAnyCharNL(RegexParser.AnyCharNLContext ctx)
Exit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitAnyCharNLin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBackreference
public void enterBackreference(RegexParser.BackreferenceContext ctx)
Enter a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterBackreferencein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBackreference
public void exitBackreference(RegexParser.BackreferenceContext ctx)
Exit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitBackreferencein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLastSubstitute
public void enterLastSubstitute(RegexParser.LastSubstituteContext ctx)
Enter a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterLastSubstitutein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLastSubstitute
public void exitLastSubstitute(RegexParser.LastSubstituteContext ctx)
Exit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitLastSubstitutein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterZeroWidth
public void enterZeroWidth(RegexParser.ZeroWidthContext ctx)
Enter a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterZeroWidthin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitZeroWidth
public void exitZeroWidth(RegexParser.ZeroWidthContext ctx)
Exit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitZeroWidthin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCharClass
public void enterCharClass(RegexParser.CharClassContext ctx)
Enter a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterCharClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCharClass
public void exitCharClass(RegexParser.CharClassContext ctx)
Exit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitCharClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCollec
public void enterCollec(RegexParser.CollecContext ctx)
Enter a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterCollecin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCollec
public void exitCollec(RegexParser.CollecContext ctx)
Exit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitCollecin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCharCode
public void enterCharCode(RegexParser.CharCodeContext ctx)
Enter a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
enterCharCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCharCode
public void exitCharCode(RegexParser.CharCodeContext ctx)
Exit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().The default implementation does nothing.
- Specified by:
exitCharCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(RegexParser.IdentifierContext ctx)
Enter a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(RegexParser.IdentifierContext ctx)
Exit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierNotDigit
public void enterIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)
Enter a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterIdentifierNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierNotDigit
public void exitIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)
Exit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitIdentifierNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterKeyword
public void enterKeyword(RegexParser.KeywordContext ctx)
Enter a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterKeywordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitKeyword
public void exitKeyword(RegexParser.KeywordContext ctx)
Exit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitKeywordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterKeywordNotDigit
public void enterKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)
Enter a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterKeywordNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitKeywordNotDigit
public void exitKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)
Exit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitKeywordNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterFilename
public void enterFilename(RegexParser.FilenameContext ctx)
Enter a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterFilenamein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitFilename
public void exitFilename(RegexParser.FilenameContext ctx)
Exit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitFilenamein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterFilenameNotDigit
public void enterFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)
Enter a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterFilenameNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitFilenameNotDigit
public void exitFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)
Exit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitFilenameNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPrintable
public void enterPrintable(RegexParser.PrintableContext ctx)
Enter a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterPrintablein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPrintable
public void exitPrintable(RegexParser.PrintableContext ctx)
Exit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitPrintablein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPrintableNotDigit
public void enterPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)
Enter a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterPrintableNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPrintableNotDigit
public void exitPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)
Exit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitPrintableNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterWhitespace
public void enterWhitespace(RegexParser.WhitespaceContext ctx)
Enter a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterWhitespacein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitWhitespace
public void exitWhitespace(RegexParser.WhitespaceContext ctx)
Exit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitWhitespacein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotWhitespace
public void enterNotWhitespace(RegexParser.NotWhitespaceContext ctx)
Enter a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotWhitespacein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotWhitespace
public void exitNotWhitespace(RegexParser.NotWhitespaceContext ctx)
Exit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotWhitespacein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterDigit
public void enterDigit(RegexParser.DigitContext ctx)
Enter a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitDigit
public void exitDigit(RegexParser.DigitContext ctx)
Exit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotDigit
public void enterNotDigit(RegexParser.NotDigitContext ctx)
Enter a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotDigit
public void exitNotDigit(RegexParser.NotDigitContext ctx)
Exit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotDigitin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterHex
public void enterHex(RegexParser.HexContext ctx)
Enter a parse tree produced by theHexlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterHexin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitHex
public void exitHex(RegexParser.HexContext ctx)
Exit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitHexin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotHex
public void enterNotHex(RegexParser.NotHexContext ctx)
Enter a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotHexin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotHex
public void exitNotHex(RegexParser.NotHexContext ctx)
Exit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotHexin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterOctal
public void enterOctal(RegexParser.OctalContext ctx)
Enter a parse tree produced by theOctallabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterOctalin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitOctal
public void exitOctal(RegexParser.OctalContext ctx)
Exit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitOctalin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotOctal
public void enterNotOctal(RegexParser.NotOctalContext ctx)
Enter a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotOctalin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotOctal
public void exitNotOctal(RegexParser.NotOctalContext ctx)
Exit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotOctalin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterWordchar
public void enterWordchar(RegexParser.WordcharContext ctx)
Enter a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterWordcharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitWordchar
public void exitWordchar(RegexParser.WordcharContext ctx)
Exit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitWordcharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotwordchar
public void enterNotwordchar(RegexParser.NotwordcharContext ctx)
Enter a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotwordcharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotwordchar
public void exitNotwordchar(RegexParser.NotwordcharContext ctx)
Exit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotwordcharin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterHeadofword
public void enterHeadofword(RegexParser.HeadofwordContext ctx)
Enter a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterHeadofwordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitHeadofword
public void exitHeadofword(RegexParser.HeadofwordContext ctx)
Exit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitHeadofwordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotHeadOfWord
public void enterNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)
Enter a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotHeadOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotHeadOfWord
public void exitNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)
Exit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotHeadOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAlpha
public void enterAlpha(RegexParser.AlphaContext ctx)
Enter a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterAlphain interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAlpha
public void exitAlpha(RegexParser.AlphaContext ctx)
Exit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitAlphain interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotAlpha
public void enterNotAlpha(RegexParser.NotAlphaContext ctx)
Enter a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotAlphain interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotAlpha
public void exitNotAlpha(RegexParser.NotAlphaContext ctx)
Exit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotAlphain interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLcase
public void enterLcase(RegexParser.LcaseContext ctx)
Enter a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterLcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLcase
public void exitLcase(RegexParser.LcaseContext ctx)
Exit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitLcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotLcase
public void enterNotLcase(RegexParser.NotLcaseContext ctx)
Enter a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotLcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotLcase
public void exitNotLcase(RegexParser.NotLcaseContext ctx)
Exit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotLcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterUcase
public void enterUcase(RegexParser.UcaseContext ctx)
Enter a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterUcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitUcase
public void exitUcase(RegexParser.UcaseContext ctx)
Exit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitUcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNotUcase
public void enterNotUcase(RegexParser.NotUcaseContext ctx)
Enter a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNotUcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNotUcase
public void exitNotUcase(RegexParser.NotUcaseContext ctx)
Exit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNotUcasein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEsc
public void enterEsc(RegexParser.EscContext ctx)
Enter a parse tree produced by theEsclabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterEscin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEsc
public void exitEsc(RegexParser.EscContext ctx)
Exit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitEscin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterTab
public void enterTab(RegexParser.TabContext ctx)
Enter a parse tree produced by theTablabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterTabin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitTab
public void exitTab(RegexParser.TabContext ctx)
Exit a parse tree produced by theTablabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitTabin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCR
public void enterCR(RegexParser.CRContext ctx)
Enter a parse tree produced by theCRlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterCRin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCR
public void exitCR(RegexParser.CRContext ctx)
Exit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitCRin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBS
public void enterBS(RegexParser.BSContext ctx)
Enter a parse tree produced by theBSlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterBSin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBS
public void exitBS(RegexParser.BSContext ctx)
Exit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitBSin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterNL
public void enterNL(RegexParser.NLContext ctx)
Enter a parse tree produced by theNLlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
enterNLin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitNL
public void exitNL(RegexParser.NLContext ctx)
Exit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().The default implementation does nothing.
- Specified by:
exitNLin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCollectionNeg
public void enterCollectionNeg(RegexParser.CollectionNegContext ctx)
Enter a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().The default implementation does nothing.
- Specified by:
enterCollectionNegin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCollectionNeg
public void exitCollectionNeg(RegexParser.CollectionNegContext ctx)
Exit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().The default implementation does nothing.
- Specified by:
exitCollectionNegin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCollectionPos
public void enterCollectionPos(RegexParser.CollectionPosContext ctx)
Enter a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().The default implementation does nothing.
- Specified by:
enterCollectionPosin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCollectionPos
public void exitCollectionPos(RegexParser.CollectionPosContext ctx)
Exit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().The default implementation does nothing.
- Specified by:
exitCollectionPosin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCharClassColElem
public void enterCharClassColElem(RegexParser.CharClassColElemContext ctx)
Enter a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
enterCharClassColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCharClassColElem
public void exitCharClassColElem(RegexParser.CharClassColElemContext ctx)
Exit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
exitCharClassColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterRangeColElem
public void enterRangeColElem(RegexParser.RangeColElemContext ctx)
Enter a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
enterRangeColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitRangeColElem
public void exitRangeColElem(RegexParser.RangeColElemContext ctx)
Exit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
exitRangeColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterSingleColElem
public void enterSingleColElem(RegexParser.SingleColElemContext ctx)
Enter a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
enterSingleColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitSingleColElem
public void exitSingleColElem(RegexParser.SingleColElemContext ctx)
Exit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().The default implementation does nothing.
- Specified by:
exitSingleColElemin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAlphaClass
public void enterAlphaClass(RegexParser.AlphaClassContext ctx)
Enter a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterAlphaClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAlphaClass
public void exitAlphaClass(RegexParser.AlphaClassContext ctx)
Exit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitAlphaClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAlnumClass
public void enterAlnumClass(RegexParser.AlnumClassContext ctx)
Enter a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterAlnumClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAlnumClass
public void exitAlnumClass(RegexParser.AlnumClassContext ctx)
Exit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitAlnumClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBlankClass
public void enterBlankClass(RegexParser.BlankClassContext ctx)
Enter a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterBlankClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBlankClass
public void exitBlankClass(RegexParser.BlankClassContext ctx)
Exit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitBlankClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCntrlClass
public void enterCntrlClass(RegexParser.CntrlClassContext ctx)
Enter a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterCntrlClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCntrlClass
public void exitCntrlClass(RegexParser.CntrlClassContext ctx)
Exit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitCntrlClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterDigitClass
public void enterDigitClass(RegexParser.DigitClassContext ctx)
Enter a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterDigitClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitDigitClass
public void exitDigitClass(RegexParser.DigitClassContext ctx)
Exit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitDigitClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterGraphClass
public void enterGraphClass(RegexParser.GraphClassContext ctx)
Enter a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterGraphClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitGraphClass
public void exitGraphClass(RegexParser.GraphClassContext ctx)
Exit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitGraphClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLowerClass
public void enterLowerClass(RegexParser.LowerClassContext ctx)
Enter a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterLowerClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLowerClass
public void exitLowerClass(RegexParser.LowerClassContext ctx)
Exit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitLowerClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPrintClass
public void enterPrintClass(RegexParser.PrintClassContext ctx)
Enter a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterPrintClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPrintClass
public void exitPrintClass(RegexParser.PrintClassContext ctx)
Exit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitPrintClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterPunctClass
public void enterPunctClass(RegexParser.PunctClassContext ctx)
Enter a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterPunctClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitPunctClass
public void exitPunctClass(RegexParser.PunctClassContext ctx)
Exit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitPunctClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterSpaceClass
public void enterSpaceClass(RegexParser.SpaceClassContext ctx)
Enter a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterSpaceClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitSpaceClass
public void exitSpaceClass(RegexParser.SpaceClassContext ctx)
Exit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitSpaceClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterUpperClass
public void enterUpperClass(RegexParser.UpperClassContext ctx)
Enter a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterUpperClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitUpperClass
public void exitUpperClass(RegexParser.UpperClassContext ctx)
Exit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitUpperClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterXdigitClass
public void enterXdigitClass(RegexParser.XdigitClassContext ctx)
Enter a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterXdigitClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitXdigitClass
public void exitXdigitClass(RegexParser.XdigitClassContext ctx)
Exit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitXdigitClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterReturnClass
public void enterReturnClass(RegexParser.ReturnClassContext ctx)
Enter a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterReturnClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitReturnClass
public void exitReturnClass(RegexParser.ReturnClassContext ctx)
Exit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitReturnClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterTabClass
public void enterTabClass(RegexParser.TabClassContext ctx)
Enter a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterTabClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitTabClass
public void exitTabClass(RegexParser.TabClassContext ctx)
Exit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitTabClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEscapeClass
public void enterEscapeClass(RegexParser.EscapeClassContext ctx)
Enter a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterEscapeClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEscapeClass
public void exitEscapeClass(RegexParser.EscapeClassContext ctx)
Exit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitEscapeClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBackspaceClass
public void enterBackspaceClass(RegexParser.BackspaceClassContext ctx)
Enter a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterBackspaceClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBackspaceClass
public void exitBackspaceClass(RegexParser.BackspaceClassContext ctx)
Exit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitBackspaceClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterIdentClass
public void enterIdentClass(RegexParser.IdentClassContext ctx)
Enter a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterIdentClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitIdentClass
public void exitIdentClass(RegexParser.IdentClassContext ctx)
Exit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitIdentClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterKeywordClass
public void enterKeywordClass(RegexParser.KeywordClassContext ctx)
Enter a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterKeywordClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitKeywordClass
public void exitKeywordClass(RegexParser.KeywordClassContext ctx)
Exit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitKeywordClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterFnameClass
public void enterFnameClass(RegexParser.FnameClassContext ctx)
Enter a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
enterFnameClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitFnameClass
public void exitFnameClass(RegexParser.FnameClassContext ctx)
Exit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation does nothing.
- Specified by:
exitFnameClassin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterCursor
public void enterCursor(RegexParser.CursorContext ctx)
Enter a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitCursor
public void exitCursor(RegexParser.CursorContext ctx)
Exit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterVisual
public void enterVisual(RegexParser.VisualContext ctx)
Enter a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterVisualin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitVisual
public void exitVisual(RegexParser.VisualContext ctx)
Exit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitVisualin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterStartMatch
public void enterStartMatch(RegexParser.StartMatchContext ctx)
Enter a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterStartMatchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitStartMatch
public void exitStartMatch(RegexParser.StartMatchContext ctx)
Exit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitStartMatchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEndMatch
public void enterEndMatch(RegexParser.EndMatchContext ctx)
Enter a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterEndMatchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEndMatch
public void exitEndMatch(RegexParser.EndMatchContext ctx)
Exit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitEndMatchin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterStartOfFile
public void enterStartOfFile(RegexParser.StartOfFileContext ctx)
Enter a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterStartOfFilein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitStartOfFile
public void exitStartOfFile(RegexParser.StartOfFileContext ctx)
Exit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitStartOfFilein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEndOfFile
public void enterEndOfFile(RegexParser.EndOfFileContext ctx)
Enter a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterEndOfFilein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEndOfFile
public void exitEndOfFile(RegexParser.EndOfFileContext ctx)
Exit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitEndOfFilein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterStartOfLine
public void enterStartOfLine(RegexParser.StartOfLineContext ctx)
Enter a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterStartOfLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitStartOfLine
public void exitStartOfLine(RegexParser.StartOfLineContext ctx)
Exit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitStartOfLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEndOfLine
public void enterEndOfLine(RegexParser.EndOfLineContext ctx)
Enter a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterEndOfLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEndOfLine
public void exitEndOfLine(RegexParser.EndOfLineContext ctx)
Exit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitEndOfLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterStartOfWord
public void enterStartOfWord(RegexParser.StartOfWordContext ctx)
Enter a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterStartOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitStartOfWord
public void exitStartOfWord(RegexParser.StartOfWordContext ctx)
Exit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitStartOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEndOfWord
public void enterEndOfWord(RegexParser.EndOfWordContext ctx)
Enter a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterEndOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitEndOfWord
public void exitEndOfWord(RegexParser.EndOfWordContext ctx)
Exit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitEndOfWordin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLine
public void enterLine(RegexParser.LineContext ctx)
Enter a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLine
public void exitLine(RegexParser.LineContext ctx)
Exit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBeforeLine
public void enterBeforeLine(RegexParser.BeforeLineContext ctx)
Enter a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterBeforeLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBeforeLine
public void exitBeforeLine(RegexParser.BeforeLineContext ctx)
Exit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitBeforeLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAfterLine
public void enterAfterLine(RegexParser.AfterLineContext ctx)
Enter a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterAfterLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAfterLine
public void exitAfterLine(RegexParser.AfterLineContext ctx)
Exit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitAfterLinein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterLineCursor
public void enterLineCursor(RegexParser.LineCursorContext ctx)
Enter a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitLineCursor
public void exitLineCursor(RegexParser.LineCursorContext ctx)
Exit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBeforeLineCursor
public void enterBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)
Enter a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterBeforeLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBeforeLineCursor
public void exitBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)
Exit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitBeforeLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAfterLineCursor
public void enterAfterLineCursor(RegexParser.AfterLineCursorContext ctx)
Enter a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterAfterLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAfterLineCursor
public void exitAfterLineCursor(RegexParser.AfterLineCursorContext ctx)
Exit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitAfterLineCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterColumn
public void enterColumn(RegexParser.ColumnContext ctx)
Enter a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitColumn
public void exitColumn(RegexParser.ColumnContext ctx)
Exit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBeforeColumn
public void enterBeforeColumn(RegexParser.BeforeColumnContext ctx)
Enter a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterBeforeColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBeforeColumn
public void exitBeforeColumn(RegexParser.BeforeColumnContext ctx)
Exit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitBeforeColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAfterColumn
public void enterAfterColumn(RegexParser.AfterColumnContext ctx)
Enter a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterAfterColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAfterColumn
public void exitAfterColumn(RegexParser.AfterColumnContext ctx)
Exit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitAfterColumnin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterColumnCursor
public void enterColumnCursor(RegexParser.ColumnCursorContext ctx)
Enter a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitColumnCursor
public void exitColumnCursor(RegexParser.ColumnCursorContext ctx)
Exit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBeforeColumnCursor
public void enterBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)
Enter a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterBeforeColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBeforeColumnCursor
public void exitBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)
Exit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitBeforeColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAfterColumnCursor
public void enterAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)
Enter a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterAfterColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAfterColumnCursor
public void exitAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)
Exit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitAfterColumnCursorin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterMark
public void enterMark(RegexParser.MarkContext ctx)
Enter a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitMark
public void exitMark(RegexParser.MarkContext ctx)
Exit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterBeforeMark
public void enterBeforeMark(RegexParser.BeforeMarkContext ctx)
Enter a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterBeforeMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitBeforeMark
public void exitBeforeMark(RegexParser.BeforeMarkContext ctx)
Exit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitBeforeMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterAfterMark
public void enterAfterMark(RegexParser.AfterMarkContext ctx)
Enter a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
enterAfterMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitAfterMark
public void exitAfterMark(RegexParser.AfterMarkContext ctx)
Exit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().The default implementation does nothing.
- Specified by:
exitAfterMarkin interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterDecimalCode
public void enterDecimalCode(RegexParser.DecimalCodeContext ctx)
Enter a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
enterDecimalCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitDecimalCode
public void exitDecimalCode(RegexParser.DecimalCodeContext ctx)
Exit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
exitDecimalCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterOctalCode
public void enterOctalCode(RegexParser.OctalCodeContext ctx)
Enter a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
enterOctalCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitOctalCode
public void exitOctalCode(RegexParser.OctalCodeContext ctx)
Exit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
exitOctalCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterHexCode
public void enterHexCode(RegexParser.HexCodeContext ctx)
Enter a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
enterHexCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
exitHexCode
public void exitHexCode(RegexParser.HexCodeContext ctx)
Exit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().The default implementation does nothing.
- Specified by:
exitHexCodein interfaceRegexParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-