Package edu.hm.hafner.analysis
Class LineRange
- java.lang.Object
-
- edu.hm.hafner.analysis.LineRange
-
- All Implemented Interfaces:
Serializable
public class LineRange extends Object implements Serializable
A line range in a source file is defined by its first and last line.- Author:
- Ullrich Hafner
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetEnd()Returns the last line of this range.intgetStart()Returns the first line of this range.inthashCode()StringtoString()
-