LibraryDependencyMirror abstract class
A mirror on an import or export declaration.
- Implements
Constructors
Properties
- combinators → List<CombinatorMirror> read-only
-
Returns the list of show/hide combinators on the import/export declaration.
- isDeferred → bool read-only
-
Returns true iff this dependency is a deferred import. Otherwise returns false.
- isExport → bool read-only
-
Is
true
if this dependency is an export. - isImport → bool read-only
-
Is
true
if this dependency is an import. - location → SourceLocation read-only
-
Returns the source location for this import/export declaration.
- metadata → List<InstanceMirror> read-only
- prefix → Symbol read-only
-
Returns the prefix if this is a prefixed import and
null
otherwise. - sourceLibrary → LibraryMirror read-only
-
Returns the library mirror of the library that imports or exports the
targetLibrary
. - targetLibrary → LibraryMirror read-only
-
Returns the library mirror of the library that is imported or exported, or null if the library is not loaded.
- hashCode → int read-only, inherited
-
The hash code for this object.
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- loadLibrary(
) → Future<LibraryMirror> -
Returns a future that completes with a library mirror on the library being imported or exported when it is loaded, and initiates a load of that library if it is not loaded.
- noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns a string representation of this object.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/LibraryDependencyMirror-class.html