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