Kea  1.9.9-git
isc::eval::EvalParser::context Class Reference

#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. More...
 
const location_typelocation () const YY_NOEXCEPT
 
const symbol_typelookahead () const YY_NOEXCEPT
 
symbol_kind_type token () const YY_NOEXCEPT
 

Detailed Description

Definition at line 2050 of file parser.h.

Constructor & Destructor Documentation

isc::eval::EvalParser::context::context ( const EvalParser yyparser,
const symbol_type yyla 
)

Definition at line 1798 of file parser.cc.

Member Function Documentation

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 1804 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.

const location_type& isc::eval::EvalParser::context::location ( ) const
inline

Definition at line 2056 of file parser.h.

const symbol_type& isc::eval::EvalParser::context::lookahead ( ) const
inline

Definition at line 2054 of file parser.h.

symbol_kind_type isc::eval::EvalParser::context::token ( ) const
inline

Definition at line 2055 of file parser.h.


The documentation for this class was generated from the following files: