Class SourceInfoMap.SourceLineRange
java.lang.Object
edu.umd.cs.findbugs.ba.SourceInfoMap.SourceLineRange
- Enclosing class:
SourceInfoMap
A range of source lines.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourceLineRange(Integer line) Constructor for a single line.SourceLineRange(Integer start, Integer end) Constructor for a range of lines. -
Method Summary
-
Field Details
-
start
-
end
-
-
Constructor Details
-
SourceLineRange
Constructor for a single line. -
SourceLineRange
-
-
Method Details
-
getStart
- Returns:
- Returns the start.
-
getEnd
- Returns:
- Returns the end.
-
toString
-