ConfigurationCompiler class

Constructors

ConfigurationCompiler()

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
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