Kea
1.9.9-git
|
#include <agent_parser.h>
Public Member Functions | |
context (const AgentParser &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. More... | |
const location_type & | location () const YY_NOEXCEPT |
const symbol_type & | lookahead () const YY_NOEXCEPT |
symbol_kind_type | token () const YY_NOEXCEPT |
Definition at line 1899 of file agent_parser.h.
isc::agent::AgentParser::context::context | ( | const AgentParser & | yyparser, |
const symbol_type & | yyla | ||
) |
Definition at line 1867 of file agent_parser.cc.
int isc::agent::AgentParser::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 1873 of file agent_parser.cc.
References isc::agent::AgentParser::symbol_kind::S_YYEMPTY, isc::agent::AgentParser::symbol_kind::S_YYerror, YY_CAST, and isc::agent::AgentParser::YYNTOKENS.
|
inline |
Definition at line 1905 of file agent_parser.h.
|
inline |
Definition at line 1903 of file agent_parser.h.
|
inline |
Definition at line 1904 of file agent_parser.h.