Uses of Class
org.sonarsource.analyzer.commons.regex.RegexParseResult
-
Packages that use RegexParseResult Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.finders -
-
Uses of RegexParseResult in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return RegexParseResult Modifier and Type Method Description RegexParseResultRegexParser. parse() -
Uses of RegexParseResult in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type RegexParseResult Modifier and Type Method Description protected voidRegexBaseVisitor. after(RegexParseResult regexParseResult)Override to perform an action after the entire regex has been visited.protected voidRegexBaseVisitor. before(RegexParseResult regexParseResult)Override to perform an action before any part of the regex is visited.voidRegexBaseVisitor. visit(RegexParseResult regexParseResult)voidRegexVisitor. visit(RegexParseResult regexParseResult) -
Uses of RegexParseResult in org.sonarsource.analyzer.commons.regex.finders
Methods in org.sonarsource.analyzer.commons.regex.finders with parameters of type RegexParseResult Modifier and Type Method Description protected voidComplexRegexFinder. after(RegexParseResult regexParseResult)protected voidImpossibleBackReferenceFinder. after(RegexParseResult regexParseResult)protected voidUnicodeUnawareCharClassFinder. after(RegexParseResult regexParseResult)protected voidReluctantQuantifierWithEmptyContinuationFinder. before(RegexParseResult regexParseResult)protected voidUnicodeUnawareCharClassFinder. before(RegexParseResult regexParseResult)voidImpossibleBoundaryFinder. visit(RegexParseResult regexParseResult)
-