nu.validator.source
Class Range
java.lang.Object
nu.validator.source.Range
public class Range
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
private final Location start
end
private final Location end
loc
private final Location loc
Range
Range(Location start,
Location end,
Location loc)
- Parameters:
start
- end
- loc
-
getEnd
Location getEnd()
- Returns the end.
- Returns:
- the end
getStart
Location getStart()
- Returns the start.
- Returns:
- the start
getLoc
Location getLoc()
- Returns the loc.
- Returns:
- the loc