getTypeArguments
returns a non-empty list, and either isParameterizedMethod
or isRawMethod
returns true
). And in certain cases of references to a method declared in a generic type, the method binding may correspond to a copy of a method declaration with substitutions for the type's type parameters (for these, getTypeArguments
returns an empty list, and both isParameterizedMethod
and isRawMethod
return false
).
@see ITypeBinding#getDeclaredMethods()
@since 2.0
@noimplement This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.
@see ITypeBinding#getDeclaredMethods() @since 2.0
|
|