#include <cyacc.h>
Inheritance diagram for yyparser:
Public Member Functions | |
yyparser () | |
virtual | ~yyparser () |
int | yycreate (yylexer YYFAR *lexerptr=NULL) |
void | yydestroy () |
void | yydestructpop (int num) |
int | yyparse () |
void | yycleanup () |
int | yysetstacksize (int size) |
int | yysetup () |
void | yywipe () |
virtual int | yywork ()=0 |
virtual void | yydestructclearin ()=0 |
virtual void | yystackoverflow () |
virtual void | yyerror (const char YYFAR *text) |
virtual void | yysyntaxerror () |
virtual void | yydiscard (int token) |
virtual int | yygettoken () |
void | yysetin (int token) |
int | yyunclearin () |
void | yyabort () |
void | yyaccept () |
void | yyclearin () |
void | yyerrok () |
void | yyexit (int exitcode) |
void | yyforceerror () |
int | yypopping () const |
int | yyrecovering () const |
void | yyretire (int retirecode) |
void | yythrowerror (int pop=0) |
int | yycparse () |
int | yycwork () |
void | yyparsecleanup () |
void | yyparseinit () |
Public Attributes | |
yylexer YYFAR * | yylexerptr |
unsigned char | yystackgrow |
void YYFAR * | yylvalptr |
FILE YYFAR * | yyerr |
int | yyerrorcount |
Protected Member Functions | |
virtual void | yyaction (int action)=0 |
void | yypop (int num) |
void | yysetskip (int skip) |
int | yypush (yystack_t state) |
yystack_t | yypeek () const |
Protected Attributes | |
yystack_t YYFAR * | yystackptr |
yystack_t YYFAR * | yysstackptr |
void YYFAR * | yyattributestackptr |
void YYFAR * | yysattributestackptr |
int | yystack_size |
int | yysstack_size |
int | yytop |
size_t | yyattribute_size |
void YYFAR * | yyvalptr |
unsigned char | yylookahead |
int | yychar |
unsigned char | yywipeflg |
unsigned char | yypopflg |
int | yyskip |
unsigned char | yyexitflg |
unsigned char | yyretireflg |
unsigned char | yyerrorflg |
int | yyexitcode |
int | yyretirecode |
int | yyerrorpop |
const yyreduction_t YYNEARFAR * | yyreduction |
const yydestructor_t YYNEARFAR * | yydestructorptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|