nitc :: ReduceAction860 :: defaultinit
private class ReduceAction860
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist4 = p.pop
var nodearraylist3 = p.pop
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var listnode8 = 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 pannotationnode1: nullable AAnnotation = new AAnnotation.init_aannotation(
pdocnode2,
tkwredefnode3,
pvisibilitynode4,
patidnode6,
null,
listnode8,
null,
null
)
node_list = pannotationnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:32023,1--32055,3