Uses of Class
org.sonarsource.analyzer.commons.regex.MatchType
-
Packages that use MatchType Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.finders -
-
Uses of MatchType in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return MatchType Modifier and Type Method Description static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchType in org.sonarsource.analyzer.commons.regex.finders
Constructors in org.sonarsource.analyzer.commons.regex.finders with parameters of type MatchType Constructor Description FailingLookaheadFinder(RegexIssueReporter.ElementIssue regexElementIssueReporter, FinalState finalState, MatchType matchType)ReluctantQuantifierWithEmptyContinuationFinder(RegexIssueReporter.ElementIssue regexElementIssueReporter, MatchType matchType)
-