Uses of Enum
org.sonar.java.checks.regex.AbstractRegexCheckTrackingMatchType.MatchType
Packages that use AbstractRegexCheckTrackingMatchType.MatchType
-
Uses of AbstractRegexCheckTrackingMatchType.MatchType in org.sonar.java.checks.regex
Methods in org.sonar.java.checks.regex that return AbstractRegexCheckTrackingMatchType.MatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractRegexCheckTrackingMatchType.MatchType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.java.checks.regex with parameters of type AbstractRegexCheckTrackingMatchType.MatchTypeModifier and TypeMethodDescriptionprotected abstract voidAbstractRegexCheckTrackingMatchType.checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regex, ExpressionTree methodInvocationOrAnnotation, AbstractRegexCheckTrackingMatchType.MatchType matchType)voidRedosCheck.checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regexForLiterals, ExpressionTree methodInvocationOrAnnotation, AbstractRegexCheckTrackingMatchType.MatchType matchType)protected voidRegexLookaheadCheck.checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regex, ExpressionTree methodInvocationOrAnnotation, AbstractRegexCheckTrackingMatchType.MatchType matchType)protected voidReluctantQuantifierWithEmptyContinuationCheck.checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regex, ExpressionTree methodInvocationOrAnnotation, AbstractRegexCheckTrackingMatchType.MatchType matchType)