FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class SourceInfoMap.SourceLineRange

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.SourceInfoMap.SourceLineRange
Enclosing class:
SourceInfoMap

public static class SourceInfoMap.SourceLineRange
extends java.lang.Object

A range of source lines.


Constructor Summary
SourceInfoMap.SourceLineRange(java.lang.Integer line)
          Constructor for a single line.
SourceInfoMap.SourceLineRange(java.lang.Integer start, java.lang.Integer end)
          Constructor for a range of lines.
 
Method Summary
 java.lang.Integer getEnd()
           
 java.lang.Integer getStart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceInfoMap.SourceLineRange

public SourceInfoMap.SourceLineRange(@NonNull
                                     java.lang.Integer line)
Constructor for a single line.


SourceInfoMap.SourceLineRange

public SourceInfoMap.SourceLineRange(@NonNull
                                     java.lang.Integer start,
                                     @NonNull
                                     java.lang.Integer end)
Constructor for a range of lines.

Parameters:
start - start line in range
end - end line in range
Method Detail

getStart

@NonNull
public java.lang.Integer getStart()
Returns:
Returns the start.

getEnd

@NonNull
public java.lang.Integer getEnd()
Returns:
Returns the end.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.