- static const RhsNumberType rhs_[];
- static const ]b4_int_type_for([b4_prhs])[ prhs_[];
- static const ]b4_int_type_for([b4_rline])[ rline_[];
- static const ]b4_int_type_for([b4_toknum])[ token_number_[];
- virtual void reduce_print_ (int yyrule);
- virtual void stack_print_ ();
+ /// A `-1'-separated list of the rules' RHS.
+ static const RhsNumberType yyrhs_[];
+ /// For each rule, the index of the first RHS symbol in \a yyrhs_.
+ static const ]b4_int_type_for([b4_prhs])[ yyprhs_[];
+ /// For each rule, its source line number.
+ static const ]b4_int_type_for([b4_rline])[ yyrline_[];
+ /// For each scanner token number, its symbol number.
+ static const ]b4_int_type_for([b4_toknum])[ yytoken_number_[];
+ /// Report on the debug stream that the rule \a yyrule is going to be reduced.
+ virtual void yyreduce_print_ (int yyrule);
+/// Print the state stack on the debug stream.
+ virtual void yystack_print_ ();