Uses of Class
org.sonarsource.analyzer.commons.regex.RegexIssueLocation
-
Packages that use RegexIssueLocation Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of RegexIssueLocation in org.sonarsource.analyzer.commons.regex
Method parameters in org.sonarsource.analyzer.commons.regex with type arguments of type RegexIssueLocation Modifier and Type Method Description voidRegexIssueReporter.ElementIssue. report(RegexSyntaxElement syntaxElement, String message, Integer cost, List<RegexIssueLocation> secondaries)voidRegexIssueReporter.InvocationIssue. report(String message, Integer cost, List<RegexIssueLocation> secondaries) -
Uses of RegexIssueLocation in org.sonarsource.analyzer.commons.regex.helpers
Methods in org.sonarsource.analyzer.commons.regex.helpers that return types with arguments of type RegexIssueLocation Modifier and Type Method Description static List<RegexIssueLocation>GraphemeHelper. getGraphemeInList(List<? extends RegexSyntaxElement> trees)
-