public class PrimaryLocation extends PreciseLocation
| Modifier and Type | Field and Description |
|---|---|
Integer |
expectedAdditionalCount |
List<List<FlowLocation>> |
flowLocations |
List<SecondaryLocation> |
secondaryLocations |
range| Constructor and Description |
|---|
PrimaryLocation(UnderlinedRange range,
Integer expectedAdditionalCount) |
| Modifier and Type | Method and Description |
|---|---|
SecondaryLocation |
addSecondary(UnderlinedRange range,
String message) |
int |
secondaryAndFlowLocationCount() |
void |
write(int indent,
StringBuilder out,
boolean primaryIsWritten) |
public final List<SecondaryLocation> secondaryLocations
public final List<List<FlowLocation>> flowLocations
public PrimaryLocation(UnderlinedRange range, @Nullable Integer expectedAdditionalCount)
public int secondaryAndFlowLocationCount()
public SecondaryLocation addSecondary(UnderlinedRange range, @Nullable String message)
public void write(int indent,
StringBuilder out,
boolean primaryIsWritten)
write in class PreciseLocationCopyright © 2009–2018 SonarSource. All rights reserved.