Package edu.hm.hafner.analysis
Class LineRange
java.lang.Object
edu.hm.hafner.analysis.LineRange
- All Implemented Interfaces:
Serializable
A line range in a source file is defined by its first and last line.
- Author:
- Ullrich Hafner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getStart
public int getStart()Returns the first line of this range.- Returns:
- the first line of this range
-
getEnd
public int getEnd()Returns the last line of this range.- Returns:
- the last line of this range
-
equals
-
hashCode
public int hashCode() -
toString
-