Searched defs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance
221 type bottomUpMutatorContext struct { struct222 bp blueprint.BottomUpMutatorContext223 baseModuleContext224 finalPhase bool351 func (b *bottomUpMutatorContext) MutatorName() string {355 func (b *bottomUpMutatorContext) Rename(name string) {360 …tatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) {364 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {368 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {386 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module {[all …]