Uses of Class
org.sonar.java.AnalyzerMessage.TextSpan
Packages that use AnalyzerMessage.TextSpan
-
Uses of AnalyzerMessage.TextSpan in org.sonar.java
Methods in org.sonar.java that return AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionAnalyzerMessage.primaryLocation()static AnalyzerMessage.TextSpanAnalyzerMessage.textSpanBetween(Tree startTree, Tree endTree)static AnalyzerMessage.TextSpanAnalyzerMessage.textSpanFor(Tree syntaxNode)Constructors in org.sonar.java with parameters of type AnalyzerMessage.TextSpanModifierConstructorDescriptionAnalyzerMessage(JavaCheck check, org.sonar.api.batch.fs.InputComponent inputComponent, AnalyzerMessage.TextSpan textSpan, String message, int cost) -
Uses of AnalyzerMessage.TextSpan in org.sonar.java.regex
Methods in org.sonar.java.regex that return types with arguments of type AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionRegexCheck.RegexIssueLocation.locations()JavaAnalyzerRegexSource.textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)