Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] search results - how to recognize a qualified type reference?

Why would you need to know what it does represent ? The API is
intentionally hiding those details. If you care about the syntactic nature
of the reference, then you have no choice but using an AST visitor.



                                                                                                                             
                    "adam kiezun"                                                                                            
                    <adam.kiezun@xxxxxxx        To:     <jdt-core-dev@xxxxxxxxxxx>                                           
                    >                           cc:                                                                          
                    Sent by:                    Subject:     [jdt-core-dev] search results - how to recognize a qualified    
                    jdt-core-dev-admin@e        type reference?                                                              
                    clipse.org                                                                                               
                                                                                                                             
                                                                                                                             
                    12/11/2001 05:30 PM                                                                                      
                    Please respond to                                                                                        
                    jdt-core-dev                                                                                             
                                                                                                                             
                                                                                                                             



hi all
how can i figure out that a result returned by a search engine is a
qualified type reference?
the only way i see is to actually look at the source at the  reported
positions.
there should be a better way.

thanks - i can file a feature request for it if it is now way possible now.
a.

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






Back to the top