Kea
1.9.9-git
|
#include <d2_parser.h>
Public Member Functions | |
context (const D2Parser &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 2069 of file d2_parser.h.
isc::d2::D2Parser::context::context | ( | const D2Parser & | yyparser, |
const symbol_type & | yyla | ||
) |
Definition at line 2142 of file d2_parser.cc.
int isc::d2::D2Parser::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 2148 of file d2_parser.cc.
References isc::d2::D2Parser::symbol_kind::S_YYEMPTY, isc::d2::D2Parser::symbol_kind::S_YYerror, YY_CAST, and isc::d2::D2Parser::YYNTOKENS.
|
inline |
Definition at line 2075 of file d2_parser.h.
|
inline |
Definition at line 2073 of file d2_parser.h.
|
inline |
Definition at line 2074 of file d2_parser.h.