#include <ltlparse/location.hh>
Collaboration diagram for yy::Location:
Public Member Functions | |
Ctor & dtor. | |
Location (void) | |
Construct a Location. | |
Line and Column related manipulators | |
void | step (void) |
Reset initial location to final location. | |
void | columns (unsigned int count=1) |
Extend the current location to the COUNT next columns. | |
void | lines (unsigned int count=1) |
Extend the current location to the COUNT next lines. | |
Public Attributes | |
Position | begin |
Beginning of the located region. | |
Position | end |
End of the located region. |
|
Construct a Location.
|
|
Extend the current location to the COUNT next columns.
|
|
Extend the current location to the COUNT next lines.
|
|
Reset initial location to final location.
|
|
Beginning of the located region.
|
|
End of the located region.
|