Uses of Class
org.sonarsource.analyzer.commons.checks.verifier.internal.UnderlinedRange
-
Packages that use UnderlinedRange Package Description org.sonarsource.analyzer.commons.checks.verifier.internal -
-
Uses of UnderlinedRange in org.sonarsource.analyzer.commons.checks.verifier.internal
Fields in org.sonarsource.analyzer.commons.checks.verifier.internal declared as UnderlinedRange Modifier and Type Field Description UnderlinedRangePreciseLocation. rangeMethods in org.sonarsource.analyzer.commons.checks.verifier.internal with parameters of type UnderlinedRange Modifier and Type Method Description SecondaryLocationPrimaryLocation. addSecondary(UnderlinedRange range, String message)intUnderlinedRange. compareTo(UnderlinedRange other)voidPerLineLocationWriter. write(StringBuilder out, UnderlinedRange primaryRange)Constructors in org.sonarsource.analyzer.commons.checks.verifier.internal with parameters of type UnderlinedRange Constructor Description FlowLocation(UnderlinedRange range, boolean primaryIsBefore, int flowIndex, int indexInTheFlow, String message)PreciseLocation(UnderlinedRange range)PrimaryLocation(UnderlinedRange range, Integer expectedAdditionalCount)SecondaryLocation(UnderlinedRange range, boolean primaryIsBefore, Integer index, String message)
-