Modifier and Type | Field and Description |
---|---|
Bison.Position |
begin
The first, inclusive, position in the range.
|
Bison.Position |
end
The first position beyond the range.
|
Constructor and Description |
---|
Location(Bison.Position loc)
Create a
Location denoting an empty range located at
a given point. |
Location(Bison.Position begin,
Bison.Position end)
Create a
Location from the endpoints of the range. |
public Bison.Position begin
public Bison.Position end
public Location(Bison.Position loc)
Location
denoting an empty range located at
a given point.loc
- The position at which the range is anchored.public Location(Bison.Position begin, Bison.Position end)
Location
from the endpoints of the range.begin
- The first position included in the range.end
- The first position beyond the range.Copyright © 1999–2019 UCAR/Unidata. All rights reserved.