spot 2.12.2
|
"External" symbols: returned by the scanner. More...
#include <spot/parseaut/parseaut.hh>
Public Types | |
typedef by_kind | super_type |
Alias to Base. More... | |
typedef token_kind_type | kind_type |
The symbol kind as needed by the constructor. More... | |
Public Member Functions | |
void | clear () |
Destroy contents, and record that is empty. More... | |
std::string | name () const |
The user-facing name of this symbol. More... | |
symbol_kind_type | type_get () const |
Backward compatibility (Bison 3.6). More... | |
bool | empty () const |
Whether empty. More... | |
void | move (basic_symbol &s) |
Destructive move, s is emptied into this. More... | |
void | move (by_kind &that) |
Steal the symbol kind from that. More... | |
symbol_kind_type | kind () const |
Public Attributes | |
value_type | value |
The semantic value. More... | |
location_type | location |
The location. More... | |
symbol_kind_type | kind_ |
"External" symbols: returned by the scanner.
|
inherited |
The symbol kind as needed by the constructor.
|
inherited |
Alias to Base.
|
inlineinherited |
Destroy contents, and record that is empty.
|
inherited |
Whether empty.
|
inherited |
The (internal) type number (corresponding to type). empty when empty.
|
inherited |
Destructive move, s is emptied into this.
|
inherited |
Steal the symbol kind from that.
|
inlineinherited |
The user-facing name of this symbol.
|
inherited |
Backward compatibility (Bison 3.6).
|
inherited |
The symbol kind. S_YYEMPTY when empty.
|
inherited |
The location.
|
inherited |
The semantic value.