public static class PythonCheck.PreciseIssue extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
cost() |
File |
file() |
PythonCheck.IssueLocation |
primaryLocation() |
PythonCheck.PreciseIssue |
secondary(com.sonar.sslr.api.AstNode node,
String message) |
PythonCheck.PreciseIssue |
secondary(PythonCheck.IssueLocation issueLocation) |
List<PythonCheck.IssueLocation> |
secondaryLocations() |
PythonCheck.PreciseIssue |
withCost(int cost) |
public PythonCheck.PreciseIssue withCost(int cost)
public File file()
public PythonCheck.IssueLocation primaryLocation()
public PythonCheck.PreciseIssue secondary(com.sonar.sslr.api.AstNode node, @Nullable String message)
public PythonCheck.PreciseIssue secondary(PythonCheck.IssueLocation issueLocation)
public List<PythonCheck.IssueLocation> secondaryLocations()
Copyright © 2011–2017 SonarSource and Waleri Enns. All rights reserved.