java.lang.Object
edu.hm.hafner.analysis.parser.dry.dupfinder.Range
Java Bean class for a Reshaper DupFinder range.
- Author:
- Rafal Jasica
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range()
-
-
Method Details
-
getStart
public int getStart()Returns the start.- Returns:
- the start
-
setStart
public void setStart(int start) Sets the start to the specified value.- Parameters:
start- the value to set
-
getEnd
public int getEnd()Returns the line range start.- Returns:
- the line range start
-
setEnd
public void setEnd(int end) Sets the end to the specified value.- Parameters:
end- the value to set
-