Public Attributes | |
yybool | yyisState |
Type tag: always true. | |
yybool | yyresolved |
Type tag for yysemantics. | |
yyStateNum | yylrState |
Number of corresponding LALR(1) machine state. | |
yyGLRState * | yypred |
Preceding state in this stack. | |
size_t | yyposn |
Source position of the first token produced by my symbol. | |
union { | |
yySemanticOption * yyfirstVal | |
First in a chain of alternative reductions producing the non-terminal corresponding to this state, threaded through yynext. | |
YYSTYPE yysval | |
Semantic value for this state. | |
} | yysemantics |
YYLTYPE | yyloc |
Source location for this state. |
Definition at line 911 of file fol.cpp.
yybool yyGLRState::yyresolved |