Uses of Class
edu.hm.hafner.analysis.LineRange
Packages that use LineRange
Package
Description
Provides base classes and utilities to parse files for warnings, issues, and so on.
-
Uses of LineRange in edu.hm.hafner.analysis
Methods in edu.hm.hafner.analysis that return LineRangeMethods in edu.hm.hafner.analysis that return types with arguments of type LineRangeModifier and TypeMethodDescriptionIssue.getLineRanges()Returns additional line ranges for this issue.LineRangeList.iterator()LineRangeList.listIterator()LineRangeList.listIterator(int index) Methods in edu.hm.hafner.analysis with parameters of type LineRangeModifier and TypeMethodDescriptionvoidfinal booleanMethod parameters in edu.hm.hafner.analysis with type arguments of type LineRangeModifier and TypeMethodDescriptionfinal booleanAppends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).final booleanLineRangeList.addAll(Collection<? extends LineRange> c) Constructors in edu.hm.hafner.analysis with parameters of type LineRangeModifierConstructorDescriptionLineRangeList(LineRange... initialElements) Creates a newLineRangeListwith the specified elements.Constructor parameters in edu.hm.hafner.analysis with type arguments of type LineRangeModifierConstructorDescriptionLineRangeList(Collection<LineRange> copy) Creates a newLineRangeListwith the specified elements.