Uses of Interface
org.sonarsource.analyzer.commons.regex.ast.RegexVisitor
-
Packages that use RegexVisitor Package Description org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.finders org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of RegexVisitor in org.sonarsource.analyzer.commons.regex.ast
Classes in org.sonarsource.analyzer.commons.regex.ast that implement RegexVisitor Modifier and Type Class Description classRegexBaseVisitorMethods in org.sonarsource.analyzer.commons.regex.ast with parameters of type RegexVisitor Modifier and Type Method Description voidAtomicGroupTree. accept(RegexVisitor visitor)voidBackReferenceTree. accept(RegexVisitor visitor)voidBoundaryTree. accept(RegexVisitor visitor)voidCapturingGroupTree. accept(RegexVisitor visitor)voidCharacterClassElementTree. accept(RegexVisitor visitor)voidCharacterClassIntersectionTree. accept(RegexVisitor visitor)voidCharacterClassTree. accept(RegexVisitor visitor)voidCharacterClassUnionTree. accept(RegexVisitor visitor)voidCharacterRangeTree. accept(RegexVisitor visitor)voidCharacterTree. accept(RegexVisitor visitor)voidConditionalSubpatternTree. accept(RegexVisitor visitor)voidDisjunctionTree. accept(RegexVisitor visitor)voidDotTree. accept(RegexVisitor visitor)voidEscapedCharacterClassTree. accept(RegexVisitor visitor)voidLookAroundTree. accept(RegexVisitor visitor)voidMiscEscapeSequenceTree. accept(RegexVisitor visitor)voidNonCapturingGroupTree. accept(RegexVisitor visitor)voidPosixCharacterClassElementTree. accept(RegexVisitor visitor)voidReferenceConditionTree. accept(RegexVisitor visitor)abstract voidRegexTree. accept(RegexVisitor visitor)This method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface).voidRepetitionTree. accept(RegexVisitor visitor)voidSequenceTree. accept(RegexVisitor visitor) -
Uses of RegexVisitor in org.sonarsource.analyzer.commons.regex.finders
Classes in org.sonarsource.analyzer.commons.regex.finders that implement RegexVisitor Modifier and Type Class Description classAnchorPrecedenceFinderclassComplexRegexFinderclassDuplicatesInCharacterClassFinderclassEmptyAlternativeFinderclassEmptyGroupFinderclassEmptyStringRepetitionFinderclassFailingLookaheadFinderclassGraphemeInClassFinderclassImpossibleBackReferenceFinderclassImpossibleBoundaryFinderclassMultipleWhitespaceFinderclassPossessiveQuantifierContinuationFinderclassRedundantRegexAlternativesFinderclassReluctantQuantifierFinderclassReluctantQuantifierWithEmptyContinuationFinderclassSingleCharacterAlternationFinderclassSingleCharCharacterClassFinderclassSuperfluousCurlyBraceFinderclassUnicodeUnawareCharClassFinderclassUnquantifiedNonCapturingGroupFinderclassVerboseRegexFinder -
Uses of RegexVisitor in org.sonarsource.analyzer.commons.regex.helpers
Classes in org.sonarsource.analyzer.commons.regex.helpers that implement RegexVisitor Modifier and Type Class Description classBranchTrackingVisitorThe BranchTrackingVisitor saves the nearest enclosing branching construct as it traverses the tree.
-