nitc :: ReduceAction946 :: defaultinit
nitc $ ReduceAction946 :: SELF
Type of this instance, automatically specialized in every classnitc $ ReduceAction946 :: action
nitc :: ReduceAction :: _goto
nitc :: ReduceAction :: action
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ReduceAction :: defaultinit
nitc :: ReduceAction946 :: 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 ReduceAction946
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist2 = p.pop
var nodearraylist1 = p.pop
var listnode3 = new Array[Object]
var tclassidnode4 = nodearraylist1
assert tclassidnode4 isa nullable TClassid
var pqualifiednode2: nullable AQualified = new AQualified.init_aqualified(
listnode3,
tclassidnode4
)
var tclassidnode5 = nodearraylist2
assert tclassidnode5 isa nullable TClassid
var pqclassidnode1: nullable AQclassid = new AQclassid.init_aqclassid(
pqualifiednode2,
tclassidnode5
)
node_list = pqclassidnode1
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:34569,1--34592,3