Class SuperMethodDependency

All Implemented Interfaces:
Serializable

public class SuperMethodDependency
extends MethodDependency
Records a dependency between a method and the method it overrides. Also used to record dependencies between a class and the methods it should implement given its interfaces but are actually already implemented by super classes.
See Also:
Serialized Form