nitc :: ReduceAction900 :: defaultinit
private class ReduceAction900
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist5 = p.pop
var nodearraylist4 = p.pop
var nodearraylist3 = p.pop
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var listnode9 = new Array[Object]
var pdocnode2 = nodearraylist1
assert pdocnode2 isa nullable ADoc
var tkwredefnode3 = nodearraylist2
assert tkwredefnode3 isa nullable TKwredef
var pvisibilitynode4: nullable APublicVisibility = new APublicVisibility.init_apublicvisibility(
null
)
var patidnode6 = nodearraylist3
assert patidnode6 isa nullable AAtid
var listnode8 = nodearraylist4
assert listnode8 isa Array[Object]
listnode9 = concat(listnode9, listnode8)
var pannotationnode1: nullable AAnnotation = new AAnnotation.init_aannotation(
pdocnode2,
tkwredefnode3,
pvisibilitynode4,
patidnode6,
null,
listnode9,
null,
null
)
node_list = pannotationnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:33711,1--33747,3