nitc :: ReduceAction414 :: defaultinit
private class ReduceAction414
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var tstarstarnode2 = nodearraylist1
assert tstarstarnode2 isa nullable TStarstar
var pmethidnode1: nullable AStarstarMethid = new AStarstarMethid.init_astarstarmethid(
tstarstarnode2
)
node_list = pmethidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:21144,1--21158,3