Interface RegexParserVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
RegexParserBaseVisitor
public interface RegexParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
RegexParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().Visit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().Visit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced byRegexParser.branch().Visit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().Visit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().Visit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().Visit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced byRegexParser.concat().Visit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().Visit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().Visit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().Visit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().Visit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().Visit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().Visit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().Visit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().Visit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().Visit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().Visit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().Visit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().Visit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().Visit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().Visit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().Visit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().Visit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().Visit a parse tree produced byRegexParser.pattern().Visit a parse tree produced byRegexParser.piece().Visit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().Visit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().Visit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().Visit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().Visit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().Visit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().Visit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().Visit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().Visit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().Visit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().Visit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().Visit a parse tree produced byRegexParser.sub_pattern().Visit a parse tree produced by theTablabeled alternative inRegexParser.char_class().Visit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().Visit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().Visit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().Visit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().Visit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().Visit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().Visit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().Visit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitPattern
Visit a parse tree produced byRegexParser.pattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSub_pattern
Visit a parse tree produced byRegexParser.sub_pattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBranch
Visit a parse tree produced byRegexParser.branch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcat
Visit a parse tree produced byRegexParser.concat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPiece
Visit a parse tree produced byRegexParser.piece().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrdinaryAtom
Visit a parse tree produced by theOrdinaryAtomlabeled alternative inRegexParser.atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingCapture
Visit a parse tree produced by theGroupingCapturelabeled alternative inRegexParser.atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingNoCapture
Visit a parse tree produced by theGroupingNoCapturelabeled alternative inRegexParser.atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionallyMatched
Visit a parse tree produced by theOptionallyMatchedlabeled alternative inRegexParser.atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroOrMore
Visit a parse tree produced by theZeroOrMorelabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOneOrMore
Visit a parse tree produced by theOneOrMorelabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroOrOne
Visit a parse tree produced by theZeroOrOnelabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeQuantifier
Visit a parse tree produced by theRangeQuantifierlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtomic
Visit a parse tree produced by theAtomiclabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLookahead
Visit a parse tree produced by thePositiveLookaheadlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLookahead
Visit a parse tree produced by theNegativeLookaheadlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLookbehind
Visit a parse tree produced by thePositiveLookbehindlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLookbehind
Visit a parse tree produced by theNegativeLookbehindlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositiveLimitedLookbehind
Visit a parse tree produced by thePositiveLimitedLookbehindlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegativeLimitedLookbehind
Visit a parse tree produced by theNegativeLimitedLookbehindlabeled alternative inRegexParser.multi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeGreedy
Visit a parse tree produced by theRangeGreedylabeled alternative inRegexParser.range().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeLazy
Visit a parse tree produced by theRangeLazylabeled alternative inRegexParser.range().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralChar
Visit a parse tree produced by theLiteralCharlabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyChar
Visit a parse tree produced by theAnyCharlabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCharNL
Visit a parse tree produced by theAnyCharNLlabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackreference
Visit a parse tree produced by theBackreferencelabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLastSubstitute
Visit a parse tree produced by theLastSubstitutelabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroWidth
Visit a parse tree produced by theZeroWidthlabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharClass
Visit a parse tree produced by theCharClasslabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollec
Visit a parse tree produced by theColleclabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharCode
Visit a parse tree produced by theCharCodelabeled alternative inRegexParser.ordinary_atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced by theIdentifierlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierNotDigit
Visit a parse tree produced by theIdentifierNotDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
Visit a parse tree produced by theKeywordlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordNotDigit
Visit a parse tree produced by theKeywordNotDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilename
Visit a parse tree produced by theFilenamelabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilenameNotDigit
Visit a parse tree produced by theFilenameNotDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintable
Visit a parse tree produced by thePrintablelabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintableNotDigit
Visit a parse tree produced by thePrintableNotDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhitespace
Visit a parse tree produced by theWhitespacelabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotWhitespace
Visit a parse tree produced by theNotWhitespacelabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigit
Visit a parse tree produced by theDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotDigit
Visit a parse tree produced by theNotDigitlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHex
Visit a parse tree produced by theHexlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotHex
Visit a parse tree produced by theNotHexlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctal
Visit a parse tree produced by theOctallabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOctal
Visit a parse tree produced by theNotOctallabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordchar
Visit a parse tree produced by theWordcharlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotwordchar
Visit a parse tree produced by theNotwordcharlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadofword
Visit a parse tree produced by theHeadofwordlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotHeadOfWord
Visit a parse tree produced by theNotHeadOfWordlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlpha
Visit a parse tree produced by theAlphalabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotAlpha
Visit a parse tree produced by theNotAlphalabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcase
Visit a parse tree produced by theLcaselabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotLcase
Visit a parse tree produced by theNotLcaselabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUcase
Visit a parse tree produced by theUcaselabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotUcase
Visit a parse tree produced by theNotUcaselabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEsc
Visit a parse tree produced by theEsclabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTab
Visit a parse tree produced by theTablabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCR
Visit a parse tree produced by theCRlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBS
Visit a parse tree produced by theBSlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNL
Visit a parse tree produced by theNLlabeled alternative inRegexParser.char_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionNeg
Visit a parse tree produced by theCollectionNeglabeled alternative inRegexParser.collection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionPos
Visit a parse tree produced by theCollectionPoslabeled alternative inRegexParser.collection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharClassColElem
Visit a parse tree produced by theCharClassColElemlabeled alternative inRegexParser.collection_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeColElem
Visit a parse tree produced by theRangeColElemlabeled alternative inRegexParser.collection_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleColElem
Visit a parse tree produced by theSingleColElemlabeled alternative inRegexParser.collection_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlphaClass
Visit a parse tree produced by theAlphaClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlnumClass
Visit a parse tree produced by theAlnumClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlankClass
Visit a parse tree produced by theBlankClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCntrlClass
Visit a parse tree produced by theCntrlClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigitClass
Visit a parse tree produced by theDigitClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphClass
Visit a parse tree produced by theGraphClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowerClass
Visit a parse tree produced by theLowerClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintClass
Visit a parse tree produced by thePrintClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPunctClass
Visit a parse tree produced by thePunctClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpaceClass
Visit a parse tree produced by theSpaceClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpperClass
Visit a parse tree produced by theUpperClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXdigitClass
Visit a parse tree produced by theXdigitClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnClass
Visit a parse tree produced by theReturnClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTabClass
Visit a parse tree produced by theTabClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapeClass
Visit a parse tree produced by theEscapeClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackspaceClass
Visit a parse tree produced by theBackspaceClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentClass
Visit a parse tree produced by theIdentClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordClass
Visit a parse tree produced by theKeywordClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFnameClass
Visit a parse tree produced by theFnameClasslabeled alternative inRegexParser.collection_char_class_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor
Visit a parse tree produced by theCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVisual
Visit a parse tree produced by theVisuallabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartMatch
Visit a parse tree produced by theStartMatchlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndMatch
Visit a parse tree produced by theEndMatchlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfFile
Visit a parse tree produced by theStartOfFilelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfFile
Visit a parse tree produced by theEndOfFilelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfLine
Visit a parse tree produced by theStartOfLinelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfLine
Visit a parse tree produced by theEndOfLinelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartOfWord
Visit a parse tree produced by theStartOfWordlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfWord
Visit a parse tree produced by theEndOfWordlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLine
Visit a parse tree produced by theLinelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeLine
Visit a parse tree produced by theBeforeLinelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterLine
Visit a parse tree produced by theAfterLinelabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLineCursor
Visit a parse tree produced by theLineCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeLineCursor
Visit a parse tree produced by theBeforeLineCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterLineCursor
Visit a parse tree produced by theAfterLineCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn
Visit a parse tree produced by theColumnlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeColumn
Visit a parse tree produced by theBeforeColumnlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterColumn
Visit a parse tree produced by theAfterColumnlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnCursor
Visit a parse tree produced by theColumnCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeColumnCursor
Visit a parse tree produced by theBeforeColumnCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterColumnCursor
Visit a parse tree produced by theAfterColumnCursorlabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMark
Visit a parse tree produced by theMarklabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeforeMark
Visit a parse tree produced by theBeforeMarklabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfterMark
Visit a parse tree produced by theAfterMarklabeled alternative inRegexParser.zero_width().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimalCode
Visit a parse tree produced by theDecimalCodelabeled alternative inRegexParser.char_code().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctalCode
Visit a parse tree produced by theOctalCodelabeled alternative inRegexParser.char_code().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexCode
Visit a parse tree produced by theHexCodelabeled alternative inRegexParser.char_code().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-