|
spot
2.10.0.dev
|
"External" symbols: returned by the scanner. More...
#include <spot/parsetl/parsetl.hh>
Public Types | |
| typedef Base | super_type |
| Alias to Base. 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... | |
Public Attributes | |
| value_type | value |
| The semantic value. More... | |
| location_type | location |
| The location. More... | |
"External" symbols: returned by the scanner.
|
inherited |
Alias to Base.
|
inlineinherited |
Destroy contents, and record that is empty.
Referenced by tlyy::parser::basic_symbol< Base >::~basic_symbol().
|
inherited |
Whether empty.
|
inherited |
Destructive move, s is emptied into this.
|
inlineinherited |
The user-facing name of this symbol.
|
inherited |
Backward compatibility (Bison 3.6).
|
inherited |
The location.
|
inherited |
The semantic value.
1.9.1