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