getParentClass abstract method
Returns a link to the class that declares this member.
Returns:
- A LinkDeclaration pointing to the owning class
nullif the member is not associated with a class
Implementation
LinkDeclaration? getParentClass();
Returns a link to the class that declares this member.
Returns:
null if the member is not associated with a classLinkDeclaration? getParentClass();