![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <step.tab.hxx>
Public Member Functions | |
| context (const parser &yyparser, const symbol_type &yyla) | |
| const symbol_type & | lookahead () const |
| symbol_kind_type | token () const |
| 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. If YYARG is null, return the number of expected tokens (guaranteed to be less than YYNTOKENS). | |
| step::parser::context::context | ( | const parser & | yyparser, |
| const symbol_type & | yyla ) |
| int step::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).
|
inline |
|
inline |