Uses of Class
com.qulice.checkstyle.LineRange
-
Packages that use LineRange Package Description com.qulice.checkstyle Checkstyle checks. -
-
Uses of LineRange in com.qulice.checkstyle
Methods in com.qulice.checkstyle that return types with arguments of type LineRange Modifier and Type Method Description Iterator<LineRange>
LineRanges. iterator()
Returns an iterator for this collection.Methods in com.qulice.checkstyle with parameters of type LineRange Modifier and Type Method Description void
LineRanges. add(LineRange line)
Adds a line range to the collection.boolean
LineRange. within(LineRange range)
Is the given range entirely within the LineRange.
-