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:432,1--436,3