RuntimePackageCompiler class
Compiler for the runtime package itself.
Removes dart:mirror from a replica of this package, and adds a generated runtime to the replica's pubspec.
Constructors
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.
override
-
deflectPackage(
Directory destinationDirectory) → void -
Modifies a package on the filesystem in order to remove dart:mirrors from the package.
override
-
didFinishPackageGeneration(
BuildContext context) → void -
inherited
-
getUrisToResolve(
BuildContext context) → List< Uri> -
inherited
-
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