sidekick.util
Class Range

java.lang.Object
  extended by sidekick.util.Range

public class Range
extends java.lang.Object

Class to represent a range given by 2 Locations in a source file.


Field Summary
 int endColumn
           
 int endLine
           
 int startColumn
           
 int startLine
           
 
Constructor Summary
Range()
           
Range(Location start, Location end)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startLine

public int startLine

startColumn

public int startColumn

endLine

public int endLine

endColumn

public int endColumn
Constructor Detail

Range

public Range()

Range

public Range(Location start,
             Location end)
Method Detail

toString

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