Uses of Class
org.sonarsource.analyzer.commons.regex.ast.DisjunctionTree
-
Packages that use DisjunctionTree Package Description org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.finders org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of DisjunctionTree in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type DisjunctionTree Modifier and Type Method Description voidRegexBaseVisitor. visitDisjunction(DisjunctionTree tree)voidRegexVisitor. visitDisjunction(DisjunctionTree tree) -
Uses of DisjunctionTree in org.sonarsource.analyzer.commons.regex.finders
Methods in org.sonarsource.analyzer.commons.regex.finders with parameters of type DisjunctionTree Modifier and Type Method Description voidAnchorPrecedenceFinder. visitDisjunction(DisjunctionTree tree)voidComplexRegexFinder. visitDisjunction(DisjunctionTree tree)voidEmptyAlternativeFinder. visitDisjunction(DisjunctionTree tree)voidImpossibleBackReferenceFinder. visitDisjunction(DisjunctionTree tree)voidImpossibleBoundaryFinder. visitDisjunction(DisjunctionTree tree)voidRedundantRegexAlternativesFinder. visitDisjunction(DisjunctionTree tree)voidSingleCharacterAlternationFinder. visitDisjunction(DisjunctionTree tree) -
Uses of DisjunctionTree in org.sonarsource.analyzer.commons.regex.helpers
Methods in org.sonarsource.analyzer.commons.regex.helpers with parameters of type DisjunctionTree Modifier and Type Method Description voidBranchTrackingVisitor. visitDisjunction(DisjunctionTree tree)
-