getParsedLibrary2 abstract method

  1. @Deprecated('Use getParsedLibrary() instead')
SomeParsedLibraryResult getParsedLibrary2(
  1. String path
)

Return information about the results of parsing units of the library file with the given absolute, normalized path.

Implementation

@Deprecated('Use getParsedLibrary() instead')
SomeParsedLibraryResult getParsedLibrary2(String path);