nitc :: ReduceAction579 :: defaultinit
nitc $ ReduceAction579 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction579 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction579 :: defaultinit
core :: Object :: defaultinit
nitc :: ReduceAction :: goto
nitc :: ReduceAction :: goto=
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: ReduceAction
Each reduce action has its own class, this one is the root of the hierarchy.
private class ReduceAction579
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist8 = p.pop
var nodearraylist7 = p.pop
var nodearraylist6 = p.pop
var nodearraylist5 = p.pop
var nodearraylist4 = p.pop
var nodearraylist3 = p.pop
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var pexprnode2 = nodearraylist1
assert pexprnode2 isa nullable AExpr
var listnode6 = new Array[Object]
var listnode5 = nodearraylist4
assert listnode5 isa Array[Object]
listnode6 = concat(listnode6, listnode5)
var pqualifiednode4: nullable AQualified = new AQualified.init_aqualified(
listnode6,
null
)
var tidnode8 = nodearraylist5
assert tidnode8 isa nullable TId
var pqidnode3: nullable AQid = new AQid.init_aqid(
pqualifiednode4,
tidnode8
)
var pexprsnode9 = nodearraylist6
assert pexprsnode9 isa nullable AExprs
var passignopnode10 = nodearraylist7
assert passignopnode10 isa nullable AAssignOp
var pexprnode11 = nodearraylist8
assert pexprnode11 isa nullable AExpr
var pexprnode1: nullable ACallReassignExpr = new ACallReassignExpr.init_acallreassignexpr(
pexprnode2,
pqidnode3,
pexprsnode9,
passignopnode10,
pexprnode11
)
node_list = pexprnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:25102,1--25147,3