getParent
..Root.Object.getParent
Returns parent (note: variables are treated as tree nodes) of this object.
Object
NativeCallable, Callable
NativeCallable
Callable
auto mother; mother.auto son; log(mother.son.getParent().hasChild("son"));