|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidekick.util.Range
public class Range
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 |
---|
public int startLine
public int startColumn
public int endLine
public int endColumn
Constructor Detail |
---|
public Range()
public Range(Location start, Location end)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |