static final class
AnalyzerMessage.TextSpan
final List<List<AnalyzerMessage>>
flows
AnalyzerMessage(JavaCheck check, org.sonar.api.batch.fs.InputComponent inputComponent, int line, String message, int cost)
AnalyzerMessage(JavaCheck check, org.sonar.api.batch.fs.InputComponent inputComponent, AnalyzerMessage.TextSpan textSpan, String message, int cost)
JavaCheck
getCheck()
Double
getCost()
org.sonar.api.batch.fs.InputComponent
getInputComponent()
Integer
getLine()
String
getMessage()
primaryLocation()
static AnalyzerMessage.TextSpan
textSpanBetween(Tree startTree, boolean includeStart, Tree endTree, boolean includeEnd)
textSpanBetween(Tree startTree, Tree endTree)
textSpanFor(Tree syntaxNode)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object