nitc :: ReduceAction849 :: defaultinit
private class ReduceAction849
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 tkwredefnode3 = nodearraylist1
assert tkwredefnode3 isa nullable TKwredef
var tkwpublicnode5 = nodearraylist2
assert tkwpublicnode5 isa nullable TKwpublic
var pvisibilitynode4: nullable APublicVisibility = new APublicVisibility.init_apublicvisibility(
tkwpublicnode5
)
var patidnode6 = nodearraylist4
assert patidnode6 isa nullable AAtid
var pexprnode8 = nodearraylist5
assert pexprnode8 isa nullable AExpr
if pexprnode8 != null then
listnode9.add(pexprnode8)
end
var pannotationnode1: nullable AAnnotation = new AAnnotation.init_aannotation(
null,
tkwredefnode3,
pvisibilitynode4,
patidnode6,
null,
listnode9,
null,
null
)
node_list = pannotationnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:31688,1--31726,3