Uses of Class
edu.hm.hafner.analysis.LineRange
-
Packages that use LineRange Package Description edu.hm.hafner.analysis 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 LineRange Modifier and Type Method Description LineRangeLineRangeList. get(int index)LineRangeLineRangeList. remove(int index)LineRangeLineRangeList. set(int index, LineRange element)Methods in edu.hm.hafner.analysis that return types with arguments of type LineRange Modifier and Type Method Description Iterable<? extends LineRange>Issue. getLineRanges()Returns additional line ranges for this issue.Iterator<LineRange>LineRangeList. iterator()ListIterator<LineRange>LineRangeList. listIterator()ListIterator<LineRange>LineRangeList. listIterator(int index)Methods in edu.hm.hafner.analysis with parameters of type LineRange Modifier and Type Method Description voidLineRangeList. add(int index, LineRange element)booleanLineRangeList. add(LineRange lr)LineRangeLineRangeList. set(int index, LineRange element)Method parameters in edu.hm.hafner.analysis with type arguments of type LineRange Modifier and Type Method Description booleanLineRangeList. addAll(Iterable<? extends LineRange> ranges)Appends 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).booleanLineRangeList. addAll(Collection<? extends LineRange> c)Constructors in edu.hm.hafner.analysis with parameters of type LineRange Constructor Description LineRangeList(LineRange... initialElements)Creates a newLineRangeListwith the specified elements.Constructor parameters in edu.hm.hafner.analysis with type arguments of type LineRange Constructor Description LineRangeList(Collection<LineRange> copy)Creates a newLineRangeListwith the specified elements.
-