Lines Matching defs:mutator
89 type mutator struct { struct
90 name string
91 bottomUpMutator blueprint.BottomUpMutator
92 topDownMutator blueprint.TopDownMutator
93 transitionMutator blueprint.TransitionMutator
95 usesRename bool
96 usesReverseDependencies bool
97 usesReplaceDependencies bool
98 usesCreateModule bool
99 mutatesDependencies bool
100 mutatesGlobalState bool
101 neverFar bool