212213214215216217218219220221222
final Action action ; if (item.core.r.equals(startRule)) { action = new AcceptAction(startRule) ; } else { action = new ReduceAction(item.core.r); } setAction(pt,st,item.lookahead,action); } else { String a = item.core.r.rhs.get(item.core.pos) ;