Lines Matching defs:bottomUpMutatorContext
279 type bottomUpMutatorContext struct { struct
280 bp blueprint.BottomUpMutatorContext
281 baseModuleContext
282 finalPhase bool
495 func (b *bottomUpMutatorContext) Rename(name string) {
500 …rContext) createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) Module {
504 …eInDirectory(factory blueprint.ModuleFactory, name string, _ string, props ...interface{}) Module {
508 func (b *bottomUpMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
512 …ext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []Module {
519 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
526 …seVariationDependency(variations []blueprint.Variation, tag blueprint.DependencyTag, name string) {
533 …torContext) AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag,
541 func (b *bottomUpMutatorContext) AddFarVariationDependencies(variations []blueprint.Variation,
550 func (b *bottomUpMutatorContext) ReplaceDependencies(name string) {
557 …utatorContext) ReplaceDependenciesIf(name string, predicate blueprint.ReplaceDependencyPredicate) {