221222223224225226227228229230231
else { String a = item.core.r.rhs.get(item.core.pos) ; if (!g.rules.containsKey(a)) { LR1State dest = lalr1gotos.get(a) ; if (dest != null) { setAction(pt,st,a,new ShiftAction(dest.state)); } } } } }