Compiler class abstract
- Implementers
Constructors
- Compiler()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compile(
MirrorContext context) → Map< String, dynamic> - Returns a map of runtime objects that can be used at runtime while running in mirrored mode.
-
deflectPackage(
Directory destinationDirectory) → void - Modifies a package on the filesystem in order to remove dart:mirrors from the package.
-
didFinishPackageGeneration(
BuildContext context) → void -
getUrisToResolve(
BuildContext context) → List< Uri> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited