nitc :: ReduceAction415 :: defaultinit
private class ReduceAction415
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var tslashnode2 = nodearraylist1
assert tslashnode2 isa nullable TSlash
var pmethidnode1: nullable ASlashMethid = new ASlashMethid.init_aslashmethid(
tslashnode2
)
node_list = pmethidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:21159,1--21173,3