nitc :: ReduceAction413 :: defaultinit
private class ReduceAction413
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var tstarnode2 = nodearraylist1
assert tstarnode2 isa nullable TStar
var pmethidnode1: nullable AStarMethid = new AStarMethid.init_astarmethid(
tstarnode2
)
node_list = pmethidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:21129,1--21143,3