Direct parent of this node (null if the node is root)

See Tree::root.

Property definitions

trees $ TreeNode :: parent=
	# Direct parent of this node (`null` if the node is root)
	#
	# See `Tree::root`.
	var parent: nullable N = null is writable
lib/trees/abstract_tree.nit:59,2--62,42