- All Implemented Interfaces:
- proguard.classfile.visitor.MemberVisitor
- Enclosing class:
- ReverseDependencyStore
public class ReverseDependencyStore.InfluencedMethodTraveller
extends java.lang.Object
implements proguard.classfile.visitor.MemberVisitor
This MemberVisitor travels to the set of influenced methods when side effects for a certain method
are derived.
This is a two step process:
1) get all the methods which share the same methodOptimizationInfo
(i.e. all inherited methods share their methodOptimizationInfo throughout the whole tree)
2) get all the methods which refer to a methods collected in step 1