getParent

@Nullable
abstract fun getParent(): HierarchicalElement(source)

Returns the parent of this element, or null if there is no parent.

Return

The parent of this element, or null if there is no parent.

Since

1.0-milestone-5