java.lang.Object
edu.hm.hafner.analysis.LineRange
- Alle implementierten Schnittstellen:
Serializable
A line range in a source file is defined by its first and last line.
- Autor:
- Ullrich Hafner
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Methodendetails
-
getStart
public int getStart()Returns the first line of this range.- Gibt zurück:
- the first line of this range
-
getEnd
public int getEnd()Returns the last line of this range.- Gibt zurück:
- the last line of this range
-
equals
-
hashCode
public int hashCode() -
toString
-