Class FlowLocation
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.PreciseLocation
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.SecondaryLocation
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.FlowLocation
-
public class FlowLocation extends SecondaryLocation
-
-
Field Summary
Fields Modifier and Type Field Description intflowIndexintindexInTheFlow-
Fields inherited from class org.sonarsource.analyzer.commons.checks.verifier.internal.SecondaryLocation
index, message, primaryIsBefore
-
Fields inherited from class org.sonarsource.analyzer.commons.checks.verifier.internal.PreciseLocation
range
-
-
Constructor Summary
Constructors Constructor Description FlowLocation(UnderlinedRange range, boolean primaryIsBefore, int flowIndex, int indexInTheFlow, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int indent, StringBuilder out, boolean primaryIsWritten)
-
-
-
Constructor Detail
-
FlowLocation
public FlowLocation(UnderlinedRange range, boolean primaryIsBefore, int flowIndex, int indexInTheFlow, @Nullable String message)
-
-
Method Detail
-
write
public void write(int indent, StringBuilder out, boolean primaryIsWritten)- Overrides:
writein classSecondaryLocation
-
-