Class MethodTypingContext

java.lang.Object
spoon.support.visitor.MethodTypingContext
All Implemented Interfaces:
GenericTypeAdapter

public class MethodTypingContext extends Object
For the scope method or constructor and super type hierarchy of it's declaring type, it is able to adapt type parameters. https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.4.4 Where two methods or constructors M and N have the same type parameters hasSameMethodFormalTypeParameters(CtFormalTypeDeclarer), a type mentioned in N can be adapted to the type parameters of M