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