Class PreciseLocation
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.PreciseLocation
-
- Direct Known Subclasses:
PrimaryLocation,SecondaryLocation
public abstract class PreciseLocation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description UnderlinedRangerange
-
Constructor Summary
Constructors Modifier Constructor Description protectedPreciseLocation(UnderlinedRange range)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidwrite(int indent, StringBuilder line, boolean primaryIsWritten)
-
-
-
Field Detail
-
range
public final UnderlinedRange range
-
-
Constructor Detail
-
PreciseLocation
protected PreciseLocation(UnderlinedRange range)
-
-
Method Detail
-
write
public abstract void write(int indent, StringBuilder line, boolean primaryIsWritten)
-
-