ImportableTypeResolverImpl class
Implementation of ImportableTypeResolver using the analyzer package.
- Inheritance
-
- Object
- ImportableTypeResolver
- ImportableTypeResolverImpl
Constructors
-
ImportableTypeResolverImpl(List<
LibraryElement> libs) - Creates an ImportableTypeResolverImpl with the given libraries.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveFunctionType(
FunctionType function, [ExecutableElement? executableElement]) → ImportableType -
Resolves a function type to an ImportableType.
override
-
resolveImports(
Element? element) → Set< String> -
Resolves the import paths for the given element.
override
-
resolveType(
DartType type) → ImportableType -
Resolves a
DartTypeto an ImportableType.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited