nitc :: ReduceAction561 :: defaultinit
nitc $ ReduceAction561 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction561 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction561 :: 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 ReduceAction561
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 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 pexprsnode6 = nodearraylist2
assert pexprsnode6 isa nullable AExprs
var tassignnode7 = nodearraylist3
assert tassignnode7 isa nullable TAssign
var pexprnode8 = nodearraylist4
assert pexprnode8 isa nullable AExpr
var pexprnode1: nullable ACallAssignExpr = new ACallAssignExpr.init_acallassignexpr(
pexprnode2,
pqidnode3,
pexprsnode6,
tassignnode7,
pexprnode8
)
node_list = pexprnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:24391,1--24423,3