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