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