nitc :: ReduceAction430 :: defaultinit
private class ReduceAction430
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var tstarshipnode2 = nodearraylist1
assert tstarshipnode2 isa nullable TStarship
var pmethidnode1: nullable AStarshipMethid = new AStarshipMethid.init_astarshipmethid(
tstarshipnode2
)
node_list = pmethidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:21388,1--21402,3