Uses of Class
org.sonarsource.analyzer.commons.regex.ast.RegexBaseVisitor
-
Packages that use RegexBaseVisitor Package Description org.sonarsource.analyzer.commons.regex.finders org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of RegexBaseVisitor in org.sonarsource.analyzer.commons.regex.finders
Subclasses of RegexBaseVisitor in org.sonarsource.analyzer.commons.regex.finders Modifier and Type Class Description classAnchorPrecedenceFinderclassComplexRegexFinderclassDuplicatesInCharacterClassFinderclassEmptyAlternativeFinderclassEmptyGroupFinderclassEmptyStringRepetitionFinderclassFailingLookaheadFinderclassGraphemeInClassFinderclassImpossibleBackReferenceFinderclassImpossibleBoundaryFinderclassMultipleWhitespaceFinderclassPossessiveQuantifierContinuationFinderclassRedundantRegexAlternativesFinderclassReluctantQuantifierFinderclassReluctantQuantifierWithEmptyContinuationFinderclassSingleCharacterAlternationFinderclassSingleCharCharacterClassFinderclassSuperfluousCurlyBraceFinderclassUnicodeUnawareCharClassFinderclassUnquantifiedNonCapturingGroupFinderclassVerboseRegexFinder -
Uses of RegexBaseVisitor in org.sonarsource.analyzer.commons.regex.helpers
Subclasses of RegexBaseVisitor in org.sonarsource.analyzer.commons.regex.helpers Modifier and Type Class Description classBranchTrackingVisitorThe BranchTrackingVisitor saves the nearest enclosing branching construct as it traverses the tree.
-