#include <ltlparse/location.hh>
Collaboration diagram for yy::location:
Public Member Functions | |
Ctor & dtor. | |
location () | |
Construct a location. | |
Line and Column related manipulators | |
void | step () |
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. | |
Ctor & dtor. | |
location () | |
Construct a location. | |
Line and Column related manipulators | |
void | step () |
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.
|
|
Construct a location.
|
|
Extend the current location to the COUNT next columns.
|
|
Extend the current location to the COUNT next columns.
|
|
Extend the current location to the COUNT next lines.
|
|
Extend the current location to the COUNT next lines.
|
|
Reset initial location to final location.
|
|
Reset initial location to final location.
|
|
Beginning of the located region.
|
|
End of the located region.
|