Class RegexParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- com.maddyhome.idea.vim.regexp.parser.generated.RegexParserBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
RegexParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class RegexParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements RegexParserVisitor<T>
This class provides an empty implementation ofRegexParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description RegexParserBaseVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TvisitAfterColumn(RegexParser.AfterColumnContext ctx)Visit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().TvisitAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)Visit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().TvisitAfterLine(RegexParser.AfterLineContext ctx)Visit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().TvisitAfterLineCursor(RegexParser.AfterLineCursorContext ctx)Visit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().TvisitAfterMark(RegexParser.AfterMarkContext ctx)Visit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().TvisitAlnumClass(RegexParser.AlnumClassContext ctx)Visit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitAlpha(RegexParser.AlphaContext ctx)Visit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().TvisitAlphaClass(RegexParser.AlphaClassContext ctx)Visit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitAnyChar(RegexParser.AnyCharContext ctx)Visit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().TvisitAnyCharNL(RegexParser.AnyCharNLContext ctx)Visit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().TvisitAtomic(RegexParser.AtomicContext ctx)Visit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().TvisitBackreference(RegexParser.BackreferenceContext ctx)Visit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().TvisitBackspaceClass(RegexParser.BackspaceClassContext ctx)Visit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitBeforeColumn(RegexParser.BeforeColumnContext ctx)Visit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().TvisitBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)Visit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().TvisitBeforeLine(RegexParser.BeforeLineContext ctx)Visit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().TvisitBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)Visit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().TvisitBeforeMark(RegexParser.BeforeMarkContext ctx)Visit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().TvisitBlankClass(RegexParser.BlankClassContext ctx)Visit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitBranch(RegexParser.BranchContext ctx)Visit a parse tree produced byRegexParser.branch().TvisitBS(RegexParser.BSContext ctx)Visit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().TvisitCharClass(RegexParser.CharClassContext ctx)Visit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().TvisitCharClassColElem(RegexParser.CharClassColElemContext ctx)Visit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().TvisitCharCode(RegexParser.CharCodeContext ctx)Visit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().TvisitCntrlClass(RegexParser.CntrlClassContext ctx)Visit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitCollec(RegexParser.CollecContext ctx)Visit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().TvisitCollectionNeg(RegexParser.CollectionNegContext ctx)Visit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().TvisitCollectionPos(RegexParser.CollectionPosContext ctx)Visit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().TvisitColumn(RegexParser.ColumnContext ctx)Visit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().TvisitColumnCursor(RegexParser.ColumnCursorContext ctx)Visit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().TvisitConcat(RegexParser.ConcatContext ctx)Visit a parse tree produced byRegexParser.concat().TvisitCR(RegexParser.CRContext ctx)Visit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().TvisitCursor(RegexParser.CursorContext ctx)Visit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().TvisitDecimalCode(RegexParser.DecimalCodeContext ctx)Visit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().TvisitDigit(RegexParser.DigitContext ctx)Visit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().TvisitDigitClass(RegexParser.DigitClassContext ctx)Visit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitEndMatch(RegexParser.EndMatchContext ctx)Visit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().TvisitEndOfFile(RegexParser.EndOfFileContext ctx)Visit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().TvisitEndOfLine(RegexParser.EndOfLineContext ctx)Visit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().TvisitEndOfWord(RegexParser.EndOfWordContext ctx)Visit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().TvisitEsc(RegexParser.EscContext ctx)Visit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().TvisitEscapeClass(RegexParser.EscapeClassContext ctx)Visit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitFilename(RegexParser.FilenameContext ctx)Visit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().TvisitFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)Visit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().TvisitFnameClass(RegexParser.FnameClassContext ctx)Visit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitGraphClass(RegexParser.GraphClassContext ctx)Visit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitGroupingCapture(RegexParser.GroupingCaptureContext ctx)Visit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().TvisitGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)Visit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().TvisitHeadofword(RegexParser.HeadofwordContext ctx)Visit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().TvisitHex(RegexParser.HexContext ctx)Visit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().TvisitHexCode(RegexParser.HexCodeContext ctx)Visit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().TvisitIdentClass(RegexParser.IdentClassContext ctx)Visit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitIdentifier(RegexParser.IdentifierContext ctx)Visit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().TvisitIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)Visit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().TvisitKeyword(RegexParser.KeywordContext ctx)Visit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().TvisitKeywordClass(RegexParser.KeywordClassContext ctx)Visit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)Visit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().TvisitLastSubstitute(RegexParser.LastSubstituteContext ctx)Visit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().TvisitLcase(RegexParser.LcaseContext ctx)Visit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().TvisitLine(RegexParser.LineContext ctx)Visit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().TvisitLineCursor(RegexParser.LineCursorContext ctx)Visit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().TvisitLiteralChar(RegexParser.LiteralCharContext ctx)Visit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().TvisitLowerClass(RegexParser.LowerClassContext ctx)Visit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitMark(RegexParser.MarkContext ctx)Visit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().TvisitNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)Visit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().TvisitNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)Visit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().TvisitNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)Visit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().TvisitNL(RegexParser.NLContext ctx)Visit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().TvisitNotAlpha(RegexParser.NotAlphaContext ctx)Visit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().TvisitNotDigit(RegexParser.NotDigitContext ctx)Visit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().TvisitNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)Visit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().TvisitNotHex(RegexParser.NotHexContext ctx)Visit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().TvisitNotLcase(RegexParser.NotLcaseContext ctx)Visit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().TvisitNotOctal(RegexParser.NotOctalContext ctx)Visit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().TvisitNotUcase(RegexParser.NotUcaseContext ctx)Visit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().TvisitNotWhitespace(RegexParser.NotWhitespaceContext ctx)Visit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().TvisitNotwordchar(RegexParser.NotwordcharContext ctx)Visit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().TvisitOctal(RegexParser.OctalContext ctx)Visit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().TvisitOctalCode(RegexParser.OctalCodeContext ctx)Visit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().TvisitOneOrMore(RegexParser.OneOrMoreContext ctx)Visit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().TvisitOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)Visit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().TvisitOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)Visit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().TvisitPattern(RegexParser.PatternContext ctx)Visit a parse tree produced byRegexParser.pattern().TvisitPiece(RegexParser.PieceContext ctx)Visit a parse tree produced byRegexParser.piece().TvisitPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)Visit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().TvisitPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)Visit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().TvisitPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)Visit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().TvisitPrintable(RegexParser.PrintableContext ctx)Visit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().TvisitPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)Visit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().TvisitPrintClass(RegexParser.PrintClassContext ctx)Visit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitPunctClass(RegexParser.PunctClassContext ctx)Visit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitRangeColElem(RegexParser.RangeColElemContext ctx)Visit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().TvisitRangeGreedy(RegexParser.RangeGreedyContext ctx)Visit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().TvisitRangeLazy(RegexParser.RangeLazyContext ctx)Visit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().TvisitRangeQuantifier(RegexParser.RangeQuantifierContext ctx)Visit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().TvisitReturnClass(RegexParser.ReturnClassContext ctx)Visit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitSingleColElem(RegexParser.SingleColElemContext ctx)Visit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().TvisitSpaceClass(RegexParser.SpaceClassContext ctx)Visit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitStartMatch(RegexParser.StartMatchContext ctx)Visit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().TvisitStartOfFile(RegexParser.StartOfFileContext ctx)Visit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().TvisitStartOfLine(RegexParser.StartOfLineContext ctx)Visit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().TvisitStartOfWord(RegexParser.StartOfWordContext ctx)Visit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().TvisitSub_pattern(RegexParser.Sub_patternContext ctx)Visit a parse tree produced byRegexParser.sub_pattern().TvisitTab(RegexParser.TabContext ctx)Visit a parse tree produced by theTablabeled alternative inRegexParser.char_class().TvisitTabClass(RegexParser.TabClassContext ctx)Visit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitUcase(RegexParser.UcaseContext ctx)Visit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().TvisitUpperClass(RegexParser.UpperClassContext ctx)Visit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitVisual(RegexParser.VisualContext ctx)Visit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().TvisitWhitespace(RegexParser.WhitespaceContext ctx)Visit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().TvisitWordchar(RegexParser.WordcharContext ctx)Visit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().TvisitXdigitClass(RegexParser.XdigitClassContext ctx)Visit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().TvisitZeroOrMore(RegexParser.ZeroOrMoreContext ctx)Visit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().TvisitZeroOrOne(RegexParser.ZeroOrOneContext ctx)Visit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().TvisitZeroWidth(RegexParser.ZeroWidthContext ctx)Visit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitPattern
public T visitPattern(RegexParser.PatternContext ctx)
Visit a parse tree produced byRegexParser.pattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSub_pattern
public T visitSub_pattern(RegexParser.Sub_patternContext ctx)
Visit a parse tree produced byRegexParser.sub_pattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSub_patternin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBranch
public T visitBranch(RegexParser.BranchContext ctx)
Visit a parse tree produced byRegexParser.branch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBranchin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcat
public T visitConcat(RegexParser.ConcatContext ctx)
Visit a parse tree produced byRegexParser.concat().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcatin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPiece
public T visitPiece(RegexParser.PieceContext ctx)
Visit a parse tree produced byRegexParser.piece().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPiecein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrdinaryAtom
public T visitOrdinaryAtom(RegexParser.OrdinaryAtomContext ctx)
Visit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrdinaryAtomin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingCapture
public T visitGroupingCapture(RegexParser.GroupingCaptureContext ctx)
Visit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingCapturein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingNoCapture
public T visitGroupingNoCapture(RegexParser.GroupingNoCaptureContext ctx)
Visit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingNoCapturein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionallyMatched
public T visitOptionallyMatched(RegexParser.OptionallyMatchedContext ctx)
Visit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionallyMatchedin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroOrMore
public T visitZeroOrMore(RegexParser.ZeroOrMoreContext ctx)
Visit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZeroOrMorein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOneOrMore
public T visitOneOrMore(RegexParser.OneOrMoreContext ctx)
Visit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOneOrMorein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroOrOne
public T visitZeroOrOne(RegexParser.ZeroOrOneContext ctx)
Visit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZeroOrOnein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeQuantifier
public T visitRangeQuantifier(RegexParser.RangeQuantifierContext ctx)
Visit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeQuantifierin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtomic
public T visitAtomic(RegexParser.AtomicContext ctx)
Visit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtomicin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLookahead
public T visitPositiveLookahead(RegexParser.PositiveLookaheadContext ctx)
Visit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveLookaheadin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLookahead
public T visitNegativeLookahead(RegexParser.NegativeLookaheadContext ctx)
Visit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegativeLookaheadin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLookbehind
public T visitPositiveLookbehind(RegexParser.PositiveLookbehindContext ctx)
Visit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveLookbehindin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLookbehind
public T visitNegativeLookbehind(RegexParser.NegativeLookbehindContext ctx)
Visit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegativeLookbehindin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLimitedLookbehind
public T visitPositiveLimitedLookbehind(RegexParser.PositiveLimitedLookbehindContext ctx)
Visit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositiveLimitedLookbehindin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLimitedLookbehind
public T visitNegativeLimitedLookbehind(RegexParser.NegativeLimitedLookbehindContext ctx)
Visit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegativeLimitedLookbehindin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeGreedy
public T visitRangeGreedy(RegexParser.RangeGreedyContext ctx)
Visit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeGreedyin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeLazy
public T visitRangeLazy(RegexParser.RangeLazyContext ctx)
Visit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeLazyin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralChar
public T visitLiteralChar(RegexParser.LiteralCharContext ctx)
Visit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralCharin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyChar
public T visitAnyChar(RegexParser.AnyCharContext ctx)
Visit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyCharin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCharNL
public T visitAnyCharNL(RegexParser.AnyCharNLContext ctx)
Visit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyCharNLin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackreference
public T visitBackreference(RegexParser.BackreferenceContext ctx)
Visit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackreferencein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLastSubstitute
public T visitLastSubstitute(RegexParser.LastSubstituteContext ctx)
Visit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLastSubstitutein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroWidth
public T visitZeroWidth(RegexParser.ZeroWidthContext ctx)
Visit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZeroWidthin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharClass
public T visitCharClass(RegexParser.CharClassContext ctx)
Visit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollec
public T visitCollec(RegexParser.CollecContext ctx)
Visit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollecin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharCode
public T visitCharCode(RegexParser.CharCodeContext ctx)
Visit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharCodein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(RegexParser.IdentifierContext ctx)
Visit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierNotDigit
public T visitIdentifierNotDigit(RegexParser.IdentifierNotDigitContext ctx)
Visit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierNotDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
public T visitKeyword(RegexParser.KeywordContext ctx)
Visit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeywordin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordNotDigit
public T visitKeywordNotDigit(RegexParser.KeywordNotDigitContext ctx)
Visit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeywordNotDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilename
public T visitFilename(RegexParser.FilenameContext ctx)
Visit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilenamein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilenameNotDigit
public T visitFilenameNotDigit(RegexParser.FilenameNotDigitContext ctx)
Visit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilenameNotDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintable
public T visitPrintable(RegexParser.PrintableContext ctx)
Visit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrintablein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintableNotDigit
public T visitPrintableNotDigit(RegexParser.PrintableNotDigitContext ctx)
Visit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrintableNotDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhitespace
public T visitWhitespace(RegexParser.WhitespaceContext ctx)
Visit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhitespacein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotWhitespace
public T visitNotWhitespace(RegexParser.NotWhitespaceContext ctx)
Visit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotWhitespacein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigit
public T visitDigit(RegexParser.DigitContext ctx)
Visit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotDigit
public T visitNotDigit(RegexParser.NotDigitContext ctx)
Visit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotDigitin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHex
public T visitHex(RegexParser.HexContext ctx)
Visit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotHex
public T visitNotHex(RegexParser.NotHexContext ctx)
Visit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotHexin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctal
public T visitOctal(RegexParser.OctalContext ctx)
Visit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOctalin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOctal
public T visitNotOctal(RegexParser.NotOctalContext ctx)
Visit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotOctalin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordchar
public T visitWordchar(RegexParser.WordcharContext ctx)
Visit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordcharin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotwordchar
public T visitNotwordchar(RegexParser.NotwordcharContext ctx)
Visit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotwordcharin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadofword
public T visitHeadofword(RegexParser.HeadofwordContext ctx)
Visit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadofwordin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotHeadOfWord
public T visitNotHeadOfWord(RegexParser.NotHeadOfWordContext ctx)
Visit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotHeadOfWordin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlpha
public T visitAlpha(RegexParser.AlphaContext ctx)
Visit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlphain interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotAlpha
public T visitNotAlpha(RegexParser.NotAlphaContext ctx)
Visit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotAlphain interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcase
public T visitLcase(RegexParser.LcaseContext ctx)
Visit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcasein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotLcase
public T visitNotLcase(RegexParser.NotLcaseContext ctx)
Visit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotLcasein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUcase
public T visitUcase(RegexParser.UcaseContext ctx)
Visit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUcasein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotUcase
public T visitNotUcase(RegexParser.NotUcaseContext ctx)
Visit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotUcasein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEsc
public T visitEsc(RegexParser.EscContext ctx)
Visit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTab
public T visitTab(RegexParser.TabContext ctx)
Visit a parse tree produced by theTablabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTabin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCR
public T visitCR(RegexParser.CRContext ctx)
Visit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCRin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBS
public T visitBS(RegexParser.BSContext ctx)
Visit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBSin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNL
public T visitNL(RegexParser.NLContext ctx)
Visit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNLin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionNeg
public T visitCollectionNeg(RegexParser.CollectionNegContext ctx)
Visit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionNegin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionPos
public T visitCollectionPos(RegexParser.CollectionPosContext ctx)
Visit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionPosin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharClassColElem
public T visitCharClassColElem(RegexParser.CharClassColElemContext ctx)
Visit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharClassColElemin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeColElem
public T visitRangeColElem(RegexParser.RangeColElemContext ctx)
Visit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeColElemin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleColElem
public T visitSingleColElem(RegexParser.SingleColElemContext ctx)
Visit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleColElemin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlphaClass
public T visitAlphaClass(RegexParser.AlphaClassContext ctx)
Visit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlphaClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlnumClass
public T visitAlnumClass(RegexParser.AlnumClassContext ctx)
Visit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlnumClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlankClass
public T visitBlankClass(RegexParser.BlankClassContext ctx)
Visit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlankClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCntrlClass
public T visitCntrlClass(RegexParser.CntrlClassContext ctx)
Visit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCntrlClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigitClass
public T visitDigitClass(RegexParser.DigitClassContext ctx)
Visit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDigitClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphClass
public T visitGraphClass(RegexParser.GraphClassContext ctx)
Visit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowerClass
public T visitLowerClass(RegexParser.LowerClassContext ctx)
Visit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLowerClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintClass
public T visitPrintClass(RegexParser.PrintClassContext ctx)
Visit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrintClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPunctClass
public T visitPunctClass(RegexParser.PunctClassContext ctx)
Visit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPunctClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpaceClass
public T visitSpaceClass(RegexParser.SpaceClassContext ctx)
Visit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpaceClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpperClass
public T visitUpperClass(RegexParser.UpperClassContext ctx)
Visit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpperClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXdigitClass
public T visitXdigitClass(RegexParser.XdigitClassContext ctx)
Visit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXdigitClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnClass
public T visitReturnClass(RegexParser.ReturnClassContext ctx)
Visit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTabClass
public T visitTabClass(RegexParser.TabClassContext ctx)
Visit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTabClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapeClass
public T visitEscapeClass(RegexParser.EscapeClassContext ctx)
Visit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapeClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackspaceClass
public T visitBackspaceClass(RegexParser.BackspaceClassContext ctx)
Visit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackspaceClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentClass
public T visitIdentClass(RegexParser.IdentClassContext ctx)
Visit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordClass
public T visitKeywordClass(RegexParser.KeywordClassContext ctx)
Visit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeywordClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFnameClass
public T visitFnameClass(RegexParser.FnameClassContext ctx)
Visit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFnameClassin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor
public T visitCursor(RegexParser.CursorContext ctx)
Visit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVisual
public T visitVisual(RegexParser.VisualContext ctx)
Visit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVisualin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartMatch
public T visitStartMatch(RegexParser.StartMatchContext ctx)
Visit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartMatchin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndMatch
public T visitEndMatch(RegexParser.EndMatchContext ctx)
Visit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndMatchin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfFile
public T visitStartOfFile(RegexParser.StartOfFileContext ctx)
Visit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartOfFilein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfFile
public T visitEndOfFile(RegexParser.EndOfFileContext ctx)
Visit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfFilein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfLine
public T visitStartOfLine(RegexParser.StartOfLineContext ctx)
Visit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartOfLinein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfLine
public T visitEndOfLine(RegexParser.EndOfLineContext ctx)
Visit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfLinein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfWord
public T visitStartOfWord(RegexParser.StartOfWordContext ctx)
Visit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartOfWordin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfWord
public T visitEndOfWord(RegexParser.EndOfWordContext ctx)
Visit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfWordin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLine
public T visitLine(RegexParser.LineContext ctx)
Visit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeLine
public T visitBeforeLine(RegexParser.BeforeLineContext ctx)
Visit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeforeLinein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterLine
public T visitAfterLine(RegexParser.AfterLineContext ctx)
Visit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAfterLinein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLineCursor
public T visitLineCursor(RegexParser.LineCursorContext ctx)
Visit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLineCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeLineCursor
public T visitBeforeLineCursor(RegexParser.BeforeLineCursorContext ctx)
Visit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeforeLineCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterLineCursor
public T visitAfterLineCursor(RegexParser.AfterLineCursorContext ctx)
Visit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAfterLineCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn
public T visitColumn(RegexParser.ColumnContext ctx)
Visit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeColumn
public T visitBeforeColumn(RegexParser.BeforeColumnContext ctx)
Visit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeforeColumnin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterColumn
public T visitAfterColumn(RegexParser.AfterColumnContext ctx)
Visit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAfterColumnin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnCursor
public T visitColumnCursor(RegexParser.ColumnCursorContext ctx)
Visit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeColumnCursor
public T visitBeforeColumnCursor(RegexParser.BeforeColumnCursorContext ctx)
Visit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeforeColumnCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterColumnCursor
public T visitAfterColumnCursor(RegexParser.AfterColumnCursorContext ctx)
Visit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAfterColumnCursorin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMark
public T visitMark(RegexParser.MarkContext ctx)
Visit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMarkin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeMark
public T visitBeforeMark(RegexParser.BeforeMarkContext ctx)
Visit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeforeMarkin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterMark
public T visitAfterMark(RegexParser.AfterMarkContext ctx)
Visit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAfterMarkin interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimalCode
public T visitDecimalCode(RegexParser.DecimalCodeContext ctx)
Visit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecimalCodein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctalCode
public T visitOctalCode(RegexParser.OctalCodeContext ctx)
Visit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOctalCodein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexCode
public T visitHexCode(RegexParser.HexCodeContext ctx)
Visit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexCodein interfaceRegexParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-