Constructor.parambase the production we are being factored out of.paramlhs_sym the LHS symbol for this production.paramrhs_parts array of production parts for the RHS.paramrhs_len how much of the rhs_parts array is valid.paramaction_str the trailing reduce action for this production. super(lhs_sym, rhs_parts, rhs_len, action_str); _base_production = base;
super(lhs_sym, rhs_parts, rhs_len, action_str); _base_production = base;
The production we were taken out of.return _base_production;
return _base_production;