spot
2.8.7
|
"External" symbols: returned by the scanner. More...
#include <spot/parseaut/parseaut.hh>
Public Types | |
typedef by_type | super_type |
Alias to Base. More... | |
typedef token_type | kind_type |
The symbol type as needed by the constructor. More... | |
Public Member Functions | |
void | clear () |
Destroy contents, and record that is empty. More... | |
bool | empty () const |
Whether empty. More... | |
void | move (basic_symbol &s) |
Destructive move, s is emptied into this. More... | |
void | move (by_type &that) |
Steal the symbol type from that. More... | |
symbol_number_type | type_get () const |
token_type | token () const |
The token. More... | |
Public Attributes | |
semantic_type | value |
The semantic value. More... | |
location_type | location |
The location. More... | |
int | type |
"External" symbols: returned by the scanner.
|
inherited |
The symbol type as needed by the constructor.
|
inherited |
Alias to Base.
|
inlineinherited |
Destroy contents, and record that is empty.
|
inherited |
Whether empty.
|
inherited |
Destructive move, s is emptied into this.
|
inherited |
Steal the symbol type from that.
|
inherited |
The token.
|
inherited |
The (internal) type number (corresponding to type). empty when empty.
|
inherited |
The location.
|
inherited |
The symbol type. empty_symbol when empty. An int, not token_number_type, to be able to store empty_symbol.
|
inherited |
The semantic value.