Uses of Class
edu.hm.hafner.analysis.parser.dry.dupfinder.Range
Packages that use Range
-
Uses of Range in edu.hm.hafner.analysis.parser.dry.dupfinder
Methods in edu.hm.hafner.analysis.parser.dry.dupfinder that return RangeModifier and TypeMethodDescriptionFragment.getLineRange()Returns the line range.Fragment.getOffsetRange()Returns the offset range.Methods in edu.hm.hafner.analysis.parser.dry.dupfinder with parameters of type RangeModifier and TypeMethodDescriptionvoidFragment.setLineRange(Range lineRange) Sets the line range to the specified value.voidFragment.setOffsetRange(Range offsetRange) Sets the offset range to the specified value.