nitc :: ReduceAction685 :: defaultinit
nitc $ ReduceAction685 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction685 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction685 :: 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 ReduceAction685
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
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 tkwissetnode2 = nodearraylist1
assert tkwissetnode2 isa nullable TKwisset
var pexprnode4 = nodearraylist2
assert pexprnode4 isa nullable AExpr
var tquestnode5 = nodearraylist3
assert tquestnode5 isa nullable TQuest
var pexprnode3: nullable ASafeExpr = new ASafeExpr.init_asafeexpr(
pexprnode4,
tquestnode5
)
var tattridnode6 = nodearraylist7
assert tattridnode6 isa nullable TAttrid
var pexprnode1: nullable AIssetAttrExpr = new AIssetAttrExpr.init_aissetattrexpr(
tkwissetnode2,
pexprnode3,
tattridnode6
)
node_list = pexprnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:27727,1--27759,3