Property definitions

nitcc_runtime $ DephCollection :: defaultinit
private class DephCollection
	super Collection[Node]
	var node: Node
	redef fun iterator do return new DephIterator([node].iterator)
end
lib/nitcc_runtime/nitcc_runtime.nit:427,1--431,3