![]() |
Kea 3.1.1
|
#include <parser.h>
Public Member Functions | |
context (const EvalParser &yyparser, const symbol_type &yyla) | |
int | expected_tokens (symbol_kind_type yyarg[], int yyargn) const |
Put in YYARG at most YYARGN of the expected tokens, and return the number of tokens stored in YYARG. | |
const location_type & | location () const YY_NOEXCEPT |
const symbol_type & | lookahead () const YY_NOEXCEPT |
symbol_kind_type | token () const YY_NOEXCEPT |
isc::eval::EvalParser::context::context | ( | const EvalParser & | yyparser, |
const symbol_type & | yyla ) |
Definition at line 1933 of file parser.cc.
References isc::eval::EvalParser::EvalParser().
int isc::eval::EvalParser::context::expected_tokens | ( | symbol_kind_type | yyarg[], |
int | yyargn ) const |
Put in YYARG at most YYARGN of the expected tokens, and return the number of tokens stored in YYARG.
If YYARG is null, return the number of expected tokens (guaranteed to be less than YYNTOKENS).
Definition at line 1939 of file parser.cc.
References isc::eval::EvalParser::symbol_kind::S_YYEMPTY, isc::eval::EvalParser::symbol_kind::S_YYerror, YY_CAST, and isc::eval::EvalParser::YYNTOKENS.
|
inline |
Definition at line 2200 of file parser.h.
References YY_NOEXCEPT.
|
inline |
Definition at line 2198 of file parser.h.
References YY_NOEXCEPT.
|
inline |
Definition at line 2199 of file parser.h.
References YY_NOEXCEPT.