public class SecondaryLocation extends PreciseLocation
| Modifier and Type | Field and Description |
|---|---|
Integer |
index |
String |
message |
boolean |
primaryIsBefore |
range| Constructor and Description |
|---|
SecondaryLocation(UnderlinedRange range,
boolean primaryIsBefore,
Integer index,
String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int indent,
StringBuilder out,
boolean primaryIsWritten) |
public SecondaryLocation(UnderlinedRange range, boolean primaryIsBefore, @Nullable Integer index, @Nullable String message)
public void write(int indent,
StringBuilder out,
boolean primaryIsWritten)
write in class PreciseLocationCopyright © 2009–2018 SonarSource. All rights reserved.