Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
step::parser::context Class Reference

#include <step.tab.hxx>

Public Member Functions

 context (const parser &yyparser, const symbol_type &yyla)
 
const symbol_typelookahead () 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).
 

Constructor & Destructor Documentation

◆ context()

step::parser::context::context ( const parser & yyparser,
const symbol_type & yyla )

Member Function Documentation

◆ expected_tokens()

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

◆ lookahead()

const symbol_type & step::parser::context::lookahead ( ) const
inline

◆ token()

symbol_kind_type step::parser::context::token ( ) const
inline

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