nitc :: ReduceAction537 :: defaultinit
private class ReduceAction537
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var tkwlabelnode2 = nodearraylist1
assert tkwlabelnode2 isa nullable TKwlabel
var tidnode3 = nodearraylist2
assert tidnode3 isa nullable TId
var plabelnode1: nullable ALabel = new ALabel.init_alabel(
tkwlabelnode2,
tidnode3
)
node_list = plabelnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:23383,1--23401,3