- static const ]b4_int_type_for([b4_pact])[ pact_[];
- static const ]b4_int_type(b4_pact_ninf, b4_pact_ninf)[ pact_ninf_;
- static const ]b4_int_type_for([b4_defact])[ defact_[];
- static const ]b4_int_type_for([b4_pgoto])[ pgoto_[];
- static const ]b4_int_type_for([b4_defgoto])[ defgoto_[];
- static const ]b4_int_type_for([b4_table])[ table_[];
- static const ]b4_int_type(b4_table_ninf, b4_table_ninf)[ table_ninf_;
- static const ]b4_int_type_for([b4_check])[ check_[];
- static const ]b4_int_type_for([b4_stos])[ stos_[];
- static const ]b4_int_type_for([b4_r1])[ r1_[];
- static const ]b4_int_type_for([b4_r2])[ r2_[];
+ /// For a state, the index in \a yytable_ of its portion.
+ static const ]b4_int_type_for([b4_pact])[ yypact_[];
+ static const ]b4_int_type(b4_pact_ninf, b4_pact_ninf)[ yypact_ninf_;
+
+ /// For a state, default rule to reduce.
+ /// Unless\a yytable_ specifies something else to do.
+ /// Zero means the default is an error.
+ static const ]b4_int_type_for([b4_defact])[ yydefact_[];
+
+ static const ]b4_int_type_for([b4_pgoto])[ yypgoto_[];
+ static const ]b4_int_type_for([b4_defgoto])[ yydefgoto_[];
+
+ /// What to do in a state.
+ /// \a yytable_[yypact_[s]]: what to do in state \a s.
+ /// - if positive, shift that token.
+ /// - if negative, reduce the rule which number is the opposite.
+ /// - if zero, do what YYDEFACT says.
+ static const ]b4_int_type_for([b4_table])[ yytable_[];
+ static const ]b4_int_type(b4_table_ninf, b4_table_ninf)[ yytable_ninf_;
+
+ static const ]b4_int_type_for([b4_check])[ yycheck_[];
+
+ /// For a state, its accessing symbol.
+ static const ]b4_int_type_for([b4_stos])[ yystos_[];
+
+ /// For a rule, its LHS.
+ static const ]b4_int_type_for([b4_r1])[ yyr1_[];
+ /// For a rule, its RHS length.
+ static const ]b4_int_type_for([b4_r2])[ yyr2_[];