Uses of Interface
org.sonar.php.regex.PhpRegexCheck
Packages that use PhpRegexCheck
-
Uses of PhpRegexCheck in org.sonar.php.regex
Methods in org.sonar.php.regex with parameters of type PhpRegexCheckModifier and TypeMethodDescriptionRegexCheckContext.newIssue(PhpRegexCheck check, org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement regexTree, String message) -
Uses of PhpRegexCheck in org.sonar.php.tree.visitors
Methods in org.sonar.php.tree.visitors with parameters of type PhpRegexCheckModifier and TypeMethodDescriptionPHPCheckContext.newIssue(PhpRegexCheck check, org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement regexTree, String message)