Add dependency visiting methods to BottomUpMutatorContext
It can be useful for a BottomUpMutator to visit its dependencies. Embed all of TopDownMutatorContext into BottomUpMutatorContext. Change-Id: I7c7262fbe3d8fa9cc0d26899eee704cc862835df
This commit is contained in:
parent
15371ad652
commit
a2b2080fcd
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ type TopDownMutatorContext interface {
|
|||
}
|
||||
|
||||
type BottomUpMutatorContext interface {
|
||||
baseMutatorContext
|
||||
TopDownMutatorContext
|
||||
|
||||
AddDependency(module Module, tag DependencyTag, name ...string)
|
||||
AddReverseDependency(module Module, tag DependencyTag, name string)
|
||||
|
|
Loading…
Reference in a new issue