nitc :: ReduceAction732 :: defaultinit
private class ReduceAction732
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var pexprnode2: nullable AImplicitSelfExpr = new AImplicitSelfExpr.init_aimplicitselfexpr
var tidnode5 = nodearraylist1
assert tidnode5 isa nullable TId
var pqidnode3: nullable AQid = new AQid.init_aqid(
null,
tidnode5
)
var listnode7 = new Array[Object]
var pexprsnode6: nullable AListExprs = new AListExprs.init_alistexprs(
listnode7
)
var pexprnode1: nullable ACallExpr = new ACallExpr.init_acallexpr(
pexprnode2,
pqidnode3,
pexprsnode6
)
node_list = pexprnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:29179,1--29204,3