|
g2o
|
#include <bison_parser.h>

Public Member Functions | |
| context (const Parser &yyparser, const symbol_type &yyla) | |
| const symbol_type & | lookahead () const YY_NOEXCEPT |
| symbol_kind_type | token () const YY_NOEXCEPT |
| const location_type & | location () const YY_NOEXCEPT |
| int | expected_tokens (symbol_kind_type yyarg[], int yyargn) const |
Private Attributes | |
| const Parser & | yyparser_ |
| const symbol_type & | yyla_ |
Definition at line 450 of file bison_parser.h.
| SlamParser::Parser::context::context | ( | const Parser & | yyparser, |
| const symbol_type & | yyla | ||
| ) |
Definition at line 1013 of file bison_parser.cpp.
| int SlamParser::Parser::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 1016 of file bison_parser.cpp.
References SlamParser::Parser::symbol_kind::S_YYEMPTY, SlamParser::Parser::symbol_kind::S_YYerror, YY_CAST, SlamParser::Parser::yy_pact_value_is_default_(), SlamParser::Parser::yy_table_value_is_error_(), SlamParser::Parser::yycheck_, SlamParser::Parser::yylast_, SlamParser::Parser::YYNTOKENS, SlamParser::Parser::yypact_, and SlamParser::Parser::yytable_.
Referenced by SlamParser::Parser::yy_syntax_error_arguments_().
|
inline |
Definition at line 455 of file bison_parser.h.
References SlamParser::location::location().
|
inline |
Definition at line 453 of file bison_parser.h.
Referenced by SlamParser::Parser::yy_syntax_error_arguments_().
|
inline |
Definition at line 454 of file bison_parser.h.
Referenced by SlamParser::Parser::yy_syntax_error_arguments_().
|
private |
Definition at line 464 of file bison_parser.h.
|
private |
Definition at line 463 of file bison_parser.h.