nitc :: ReduceAction767 :: defaultinit
private class ReduceAction767
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var tfloatnode2 = nodearraylist1
assert tfloatnode2 isa nullable TFloat
var pannotationsnode3 = nodearraylist2
assert pannotationsnode3 isa nullable AAnnotations
var pexprnode1: nullable AFloatExpr = new AFloatExpr.init_afloatexpr(
tfloatnode2,
pannotationsnode3
)
node_list = pexprnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:30017,1--30035,3