![]() |
Kea 3.0.0
|
"External" symbols: returned by the scanner. More...
#include <parser.h>
Public Types | |
typedef basic_symbol< by_kind > | super_type |
Superclass. | |
Public Types inherited from isc::eval::EvalParser::basic_symbol< by_kind > | |
typedef by_kind | super_type |
Alias to Base. | |
Public Types inherited from isc::eval::EvalParser::by_kind | |
typedef token_kind_type | kind_type |
The symbol kind as needed by the constructor. |
Public Member Functions | |
symbol_type () YY_NOEXCEPT | |
Empty symbol. | |
symbol_type (int tok, const location_type &l) | |
Constructor for valueless symbols, and symbols from each type. | |
symbol_type (int tok, const std::string &v, const location_type &l) | |
Public Member Functions inherited from isc::eval::EvalParser::basic_symbol< by_kind > | |
basic_symbol () YY_NOEXCEPT | |
Default constructor. | |
basic_symbol (const basic_symbol &that) | |
Copy constructor. | |
basic_symbol (typename by_kind::kind_type t, const int8_t &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const location_type &l) | |
Constructors for typed symbols. | |
basic_symbol (typename by_kind::kind_type t, const std::string &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const TokenOption::RepresentationType &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const TokenPkt4::FieldType &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const TokenPkt6::FieldType &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const TokenPkt::MetadataType &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const TokenRelay6Field::FieldType &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const uint16_t &v, const location_type &l) | |
basic_symbol (typename by_kind::kind_type t, const uint32_t &v, const location_type &l) | |
~basic_symbol () | |
Destroy the symbol. | |
void | clear () YY_NOEXCEPT |
Destroy contents, and record that is empty. | |
bool | empty () const YY_NOEXCEPT |
Whether empty. | |
void | move (basic_symbol &s) |
Destructive move, s is emptied into this. | |
std::string | name () const YY_NOEXCEPT |
The user-facing name of this symbol. | |
symbol_kind_type | type_get () const YY_NOEXCEPT |
Backward compatibility (Bison 3.6). | |
Public Member Functions inherited from isc::eval::EvalParser::by_kind | |
by_kind () YY_NOEXCEPT | |
Default constructor. | |
by_kind (const by_kind &that) YY_NOEXCEPT | |
Copy constructor. | |
by_kind (kind_type t) YY_NOEXCEPT | |
Constructor from (external) token numbers. | |
void | clear () YY_NOEXCEPT |
Record that this symbol is empty. | |
symbol_kind_type | kind () const YY_NOEXCEPT |
The (internal) type number (corresponding to type). | |
void | move (by_kind &that) |
Steal the symbol kind from that. | |
symbol_kind_type | type_get () const YY_NOEXCEPT |
Backward compatibility (Bison 3.6). |
Additional Inherited Members | |
Public Attributes inherited from isc::eval::EvalParser::basic_symbol< by_kind > | |
location_type | location |
The location. | |
value_type | value |
The semantic value. | |
Public Attributes inherited from isc::eval::EvalParser::by_kind | |
symbol_kind_type | kind_ |
The symbol kind. |
|
inline |
Empty symbol.
Definition at line 1066 of file parser.h.
References YY_NOEXCEPT.
Referenced by symbol_type(), and symbol_type().
|
inline |
Constructor for valueless symbols, and symbols from each type.
Definition at line 1073 of file parser.h.
References symbol_type(), EVAL_ASSERT, isc::eval::EvalParser::token::TOKEN_END, isc::eval::EvalParser::token::TOKEN_EVALerror, and isc::eval::EvalParser::token::TOKEN_TOPLEVEL_STRING.
|
inline |
Definition at line 1086 of file parser.h.
References symbol_type(), EVAL_ASSERT, isc::eval::EvalParser::token::TOKEN_IP_ADDRESS, and isc::eval::EvalParser::token::TOKEN_STRING.