Home | History | Annotate | Download | only in java_cup

Lines Matching refs:pos

39    * @param pos  the position of the "dot" within the production.
42 public lalr_item(production prod, int pos, terminal_set look)
45 super(prod, pos);
176 int pos;
189 for (pos = dot_pos()+1; pos < the_production().rhs_length(); pos++)
191 part = the_production().rhs(pos);
241 for (int pos = dot_pos() + 1; pos < the_production().rhs_length(); pos++)
243 part = the_production().rhs(pos);