|
Classes |
struct | yycnontermgoto |
struct | yystategoto |
struct | yynontermgoto |
struct | yyctokenaction |
struct | yystateaction |
struct | yytokenaction |
struct | yyreduction |
struct | yyctokendest |
struct | yymparse |
Defines |
#define | YY_AYACC |
#define | YYCONST |
#define | YYEXIT_SUCCESS 0 |
#define | YYEXIT_FAILURE 1 |
#define | YYTK_ALL (-1) |
#define | YYTK_END 0 |
#define | YYTK_ERROR 256 |
#define | YYAT_SHIFT 0 |
#define | YYAT_REDUCE 1 |
#define | YYAT_ERROR 2 |
#define | YYAT_ACCEPT 3 |
#define | YYAT_DEFAULT 4 |
#define | YYST_ALL (-1) |
#define | YYST_ERROR (-1) |
#define | yymabort(yy) yymexit((yy), 1) |
#define | yymaccept(yy) yymexit((yy), 0) |
#define | yymclearin(yy) ((yy)->yymlookahead = 0) |
#define | yymerrok(yy) yymsetskip((yy), 0) |
#define | yymexit(yy, exitcode) ((yy)->yymexitflg = 1, (yy)->yymexitcode = (exitcode)) |
#define | yymforceerror(yy) yymthrowerror((yy), 0) |
#define | yympopping(yy) (yy)->yympopflg |
#define | yymrecovering(yy) ((yy)->yymskip > 0) |
#define | yymretire(yy, retirecode) ((yy)->yymretireflg = 1, (yy)->yymretirecode = (retirecode)) |
#define | yymthrowerror(yy, pop) ((yy)->yymerrorflg = 1, (yy)->yymerrorpop = (pop)) |
#define | yyassert(expr) assert(expr) |
#define | yympeek(yy) ((yy)->yymstackptr[(yy)->yymtop]) |
#define | yympop(yy, num) ((yy)->yymtop -= (num)) |
#define | yymsetskip(yy, skip) ((yy)->yymskip = (skip)) |
#define | yymisfastparser(yy) ((yy)->yymstateaction != NULL) |
#define | yymiscompactparser(yy) ((yy)->yymcstateaction != NULL) |
Typedefs |
typedef short | yystack_t |
typedef short | yycstategoto_t |
typedef yycnontermgoto | yycnontermgoto_t |
typedef yystategoto | yystategoto_t |
typedef yynontermgoto | yynontermgoto_t |
typedef short | yycstateaction_t |
typedef yyctokenaction | yyctokenaction_t |
typedef yystateaction | yystateaction_t |
typedef yytokenaction | yytokenaction_t |
typedef yyreduction | yyreduction_t |
typedef short | yydestructor_t |
typedef short | yytokendest_t |
typedef yyctokendest | yyctokendest_t |
typedef yymparse | yymparse_t |
Functions |
int YYCDECL | yymcreateparse () |
void YYCDECL | yymdestroyparse () |
int YYCDECL | yymcparse () |
void YYCDECL | yymcwipe () |
int YYCDECL | yymcwork () |
void YYCDECL | yymdestructpop () |
int YYCDECL | yymparse () |
void YYCDECL | yymparsecleanup () |
void YYCDECL | yymparseinit () |
int YYCDECL | yymsetstacksize () |
int YYCDECL | yymsetup () |
void YYCDECL | yymwipe () |
int YYCDECL | yymwork () |
void YYCDECL | yymdiscard () |
void YYCDECL | yymerror () |
int YYCDECL | yymgettoken () |
void YYCDECL | yymstackoverflow () |
void YYCDECL | yymsyntaxerror () |
void YYCDECL | yymcdestructclearin () |
void YYCDECL | yymdestructclearin () |
void YYCDECL | yymsetin () |
int YYCDECL | yymunclearin () |
int YYCDECL | yympush () |