getParsedUnit2 abstract method

  1. @Deprecated('Use getParsedUnit() instead')
SomeParsedUnitResult getParsedUnit2(
  1. String path
)

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

Implementation

@Deprecated('Use getParsedUnit() instead')
SomeParsedUnitResult getParsedUnit2(String path);