nu.validator.source
Class Range

java.lang.Object
  extended by nu.validator.source.Range

public class Range
extends Object


Field Summary
private  Location end
           
private  Location loc
           
private  Location start
           
 
Constructor Summary
Range(Location start, Location end, Location loc)
           
 
Method Summary
(package private)  Location getEnd()
          Returns the end.
(package private)  Location getLoc()
          Returns the loc.
(package private)  Location getStart()
          Returns the start.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private final Location start

end

private final Location end

loc

private final Location loc
Constructor Detail

Range

Range(Location start,
      Location end,
      Location loc)
Parameters:
start -
end -
loc -
Method Detail

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