public class Range
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
endColumn |
int |
endLine |
int |
startColumn |
int |
startLine |
Constructor and Description |
---|
Range() |
Range(Location start,
Location end) |
Modifier and Type | Method and Description |
---|---|
Location |
getEndLocation() |
Location |
getStartLocation() |
void |
setEndLocation(Location location) |
void |
setStartLocation(Location location) |
java.lang.String |
toString() |
public int startLine
public int startColumn
public int endLine
public int endColumn
public Location getStartLocation()
public void setStartLocation(Location location)
public Location getEndLocation()
public void setEndLocation(Location location)
public java.lang.String toString()
toString
in class java.lang.Object