getParentLibrary abstract method
Returns the LibraryDeclaration in which this declaration is defined.
Useful for tracking the origin of the declaration across packages and files.
Implementation
LibraryDeclaration getParentLibrary();
Returns the LibraryDeclaration in which this declaration is defined.
Useful for tracking the origin of the declaration across packages and files.
LibraryDeclaration getParentLibrary();