getParsedLibraryByElement abstract method
- @Deprecated('Use getParsedLibraryByElement2() instead')
- LibraryElement element
Return information about the results of parsing units of the library file
with the given library element
.
Implementation
@Deprecated('Use getParsedLibraryByElement2() instead')
SomeParsedLibraryResult getParsedLibraryByElement(LibraryElement element);