public interface IssueLocation
| Modifier and Type | Method and Description | 
|---|---|
| InputComponent | inputComponent()The  InputComponentthis location belongs to. | 
| String | message()Message of the issue. | 
| TextRange | textRange()Range of the issue. | 
InputComponent inputComponent()
InputComponent this location belongs to.@CheckForNull TextRange textRange()
@CheckForNull String message()
Copyright © 2009–2016 SonarSource. All rights reserved.