Lines Matching defs:bottomUpMutatorContext
300 type bottomUpMutatorContext struct { struct
301 bp blueprint.BottomUpMutatorContext
302 baseModuleContext
303 finalPhase bool
764 func (b *bottomUpMutatorContext) Rename(name string) {
769 …createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) blueprint.Module {
773 …ry(factory blueprint.ModuleFactory, name string, _ string, props ...interface{}) blueprint.Module {
777 func (b *bottomUpMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
781 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {
788 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
795 …seVariationDependency(variations []blueprint.Variation, tag blueprint.DependencyTag, name string) {
802 …torContext) AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag,
810 func (b *bottomUpMutatorContext) AddFarVariationDependencies(variations []blueprint.Variation,
819 func (b *bottomUpMutatorContext) ReplaceDependencies(name string) {
826 …utatorContext) ReplaceDependenciesIf(name string, predicate blueprint.ReplaceDependencyPredicate) {