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

Wouldn't Signature.removeCaptureFromMethod(...) meet your needs ?



                                                                           
             Tom Eicher                                                    
             <eclipse@xxxxxxxx                                             
             er.name>                                                   To 
             Sent by:                  "Eclipse JDT Core developers list." 
             jdt-core-dev-boun         <jdt-core-dev@xxxxxxxxxxx>          
             ces@xxxxxxxxxxx                                            cc 
                                                                           
                                                                   Subject 
             05/19/2005 01:21          Re: [jdt-core-dev] code assist      
             PM                        labels and captured types           
                                                                           
                                                                           
             Please respond to                                             
             "Eclipse JDT Core                                             
             developers list."                                             
                                                                           
                                                                           




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

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top