![]() |
PUMA Library Reference Manual
|
#include <Puma/Syntax.h>
Inheritance diagram for Puma::Syntax::State:Parser state, the current position in the token stream.
Public Member Functions | |
| State () | |
| Constructor. | |
| State (int) | |
| Constructor. | |
| State (const TokenProvider::State &s) | |
| Copy constructor. | |
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
| s | The parser state to copy. |