DevCompiler class

A class to drive the Dart Dev Compiler (DDC, from the dev_compiler package).

Constructors

DevCompiler()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

analyze(dynamic files, { bool htmlReport: false }) → void
Analyze the given file or files with DDC.
analyzeAsync(dynamic files, { bool htmlReport: false }) → Future
Analyze the given file or files with DDC.
compile(dynamic files, Directory outDir, { bool forceCompile: false, bool htmlReport: false }) → void
Compile the given file with DDC and generate the output to outDir.
compileAsync(dynamic files, Directory outDir, { bool forceCompile: false, bool htmlReport: false }) → Future
Compile the given file with DDC and generate the output to outDir.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited