CompiledOmGenerator class

Implemented types

Constructors

CompiledOmGenerator(OutputWriter output, LibraryReader library, BuildStep step, DiConfig config, GenerationTimer timer, bool debug)

Properties

config DiConfig
getter/setter pair
debug bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
library ↔ LibraryReader
getter/setter pair
modules List<ImportedModule>
getter/setter pair
output OutputWriter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step ↔ BuildStep
getter/setter pair
timer GenerationTimer
getter/setter pair
typeMap TypeMap
getter/setter pair

Methods

generate() Future<String>
generateCompiledMethodsParts() → void
generateObjectManager() → void
generateSubtypesOf() → void
getAnnotations(ClassElement element) Map<String, String>
load(String name) String?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openTemplate(String name) TemplateLocation?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited