Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] code assist labels and captured types

Jerome Lanneluc wrote:
 Maybe I missed something, but why is Signature#getTypeParameterBounds
 (char[]) not sufficient ?

I guess the terms 'type parameter' and 'parameter type' lead to confusion - I am interested in the latter (the types of the normal method parameters and of the return type, respectively), but Signature#getTypeParameterBounds is about the former.

-tom



Back to the top