getParent

@Nullable
abstract fun getParent(): HierarchicalElement

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.