java.lang.Object
edu.hm.hafner.analysis.parser.dry.dupfinder.Range
Java Bean class for a Reshaper DupFinder range.
- Autor:
- Rafal Jasica
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Range
public Range()
-
-
Methodendetails
-
getStart
public int getStart()Returns the start.- Gibt zurück:
- the start
-
setStart
public void setStart(int start) Sets the start to the specified value.- Parameter:
start- the value to set
-
getEnd
public int getEnd()Returns the line range start.- Gibt zurück:
- the line range start
-
setEnd
public void setEnd(int end) Sets the end to the specified value.- Parameter:
end- the value to set
-