nitcc_runtime :: Node :: children
# A point of view on the direct children of the node
fun children: SequenceRead[nullable Node] is abstract
lib/nitcc_runtime/nitcc_runtime.nit:370,2--371,54
redef var children: SequenceRead[nullable Node] = new NProdChildren(self)
lib/nitcc_runtime/nitcc_runtime.nit:562,2--74