Class ParameterizedGenericMethodBinding

All Implemented Interfaces:
Substitution
Direct Known Subclasses:
PolyParameterizedGenericMethodBinding

public class ParameterizedGenericMethodBinding extends ParameterizedMethodBinding implements Substitution
Binding denoting a generic method after type parameter substitutions got performed. On parameterized type bindings, all methods got substituted, regardless whether their signature did involve generics or not, so as to get the proper declaringClass for these methods.