nitc :: ReduceAction154 :: defaultinit
nitc $ ReduceAction154 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction154 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction154 :: 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 ReduceAction154
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 pdocnode2 = nodearraylist1
assert pdocnode2 isa nullable ADoc
var tkwintrudenode5 = nodearraylist2
assert tkwintrudenode5 isa nullable TKwintrude
var pvisibilitynode4: nullable AIntrudeVisibility = new AIntrudeVisibility.init_aintrudevisibility(
tkwintrudenode5
)
var tkwisanode8 = nodearraylist4
assert tkwisanode8 isa nullable TKwisa
var listnode13 = new Array[Object]
var psignaturenode11: nullable ASignature = new ASignature.init_asignature(
null,
listnode13,
null,
null
)
var tkwdonode19 = nodearraylist5
assert tkwdonode19 isa nullable TKwdo
var pexprnode20 = nodearraylist6
assert pexprnode20 isa nullable AExpr
var tkwendnode21 = nodearraylist7
assert tkwendnode21 isa nullable TKwend
var ppropdefnode1: nullable AMethPropdef = new AMethPropdef.init_amethpropdef(
pdocnode2,
null,
pvisibilitynode4,
null,
null,
tkwisanode8,
null,
null,
psignaturenode11,
null,
null,
null,
tkwdonode19,
pexprnode20,
tkwendnode21
)
node_list = ppropdefnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:8155,1--8209,3