Uses of Class
com.qulice.checkstyle.LineRanges
-
Packages that use LineRanges Package Description com.qulice.checkstyle Checkstyle checks. -
-
Uses of LineRanges in com.qulice.checkstyle
Methods in com.qulice.checkstyle that return LineRanges Modifier and Type Method Description LineRanges
LineRanges. within(LineRanges ranges)
Gets the subset of LineRanges that are within all given ranges.Methods in com.qulice.checkstyle with parameters of type LineRanges Modifier and Type Method Description LineRanges
LineRanges. within(LineRanges ranges)
Gets the subset of LineRanges that are within all given ranges.
-