Home | History | Annotate | Download | only in java_cup

Lines Matching refs:_dot_pos

48       _dot_pos = pos;
54 if (_dot_pos < _the_production.rhs_length())
56 part = _the_production.rhs(_dot_pos);
88 protected int _dot_pos;
94 public int dot_pos() {return _dot_pos;}
111 return _dot_pos >= _the_production.rhs_length();
154 return new lr_item_core(_the_production, _dot_pos+1);
166 _dot_pos == other._dot_pos;
223 if (i == _dot_pos)
247 if (_dot_pos == _the_production.rhs_length())