nitc :: ReduceAction258 :: defaultinit
nitc $ ReduceAction258 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction258 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction258 :: 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 ReduceAction258
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 pdocnode2 = nodearraylist1
assert pdocnode2 isa nullable ADoc
var tkwredefnode3 = nodearraylist2
assert tkwredefnode3 isa nullable TKwredef
var tkwprotectednode5 = nodearraylist3
assert tkwprotectednode5 isa nullable TKwprotected
var pvisibilitynode4: nullable AProtectedVisibility = new AProtectedVisibility.init_aprotectedvisibility(
tkwprotectednode5
)
var tkwvarnode6 = nodearraylist5
assert tkwvarnode6 isa nullable TKwvar
var tidnode7 = nodearraylist6
assert tidnode7 isa nullable TId
var ptypenode8 = nodearraylist7
assert ptypenode8 isa nullable AType
var pannotationsnode11 = nodearraylist8
assert pannotationsnode11 isa nullable AAnnotations
var ppropdefnode1: nullable AAttrPropdef = new AAttrPropdef.init_aattrpropdef(
pdocnode2,
tkwredefnode3,
pvisibilitynode4,
tkwvarnode6,
tidnode7,
ptypenode8,
null,
null,
pannotationsnode11,
null,
null,
null
)
node_list = ppropdefnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:13640,1--13687,3