nitc :: ReduceAction418 :: defaultinit
private class ReduceAction418
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var tcaretnode2 = nodearraylist1
assert tcaretnode2 isa nullable TCaret
var pmethidnode1: nullable ACaretMethid = new ACaretMethid.init_acaretmethid(
tcaretnode2
)
node_list = pmethidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:21204,1--21218,3