getParsedLibraryByElement abstract method

SomeParsedLibraryResult getParsedLibraryByElement(
  1. LibraryElement element
)

Return information about the results of parsing units of the library file with the given library element.

Implementation

SomeParsedLibraryResult getParsedLibraryByElement(LibraryElement element);