DevCompiler class
A class to drive the Dart Dev Compiler (DDC, from the dev_compiler
package).
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
-
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 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