Lines Matching refs:part
16 case we are part of the java_cup package and we import both the
71 /** helper routine to clone a new production part adding a given label */
72 protected production_part add_lab(production_part part, String lab)
76 if (lab == null || part.is_action()) return part;
79 return new symbol_part(((symbol_part)part).the_symbol(),lab);
94 /** add a new right hand side part */
95 protected void add_rhs_part(production_part part) throws java.lang.Exception
101 rhs_parts[rhs_pos] = part;
105 /** string to build up multiple part names */
502 /* add a labeled production part */
509 /* add a new production part */