Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Semantic information

The DOM AST has dependencies on Eclipse code, and cannot be invoked outside
Eclipse.
We may want to remove these dependencies down the road.

The DOM AST isn't the compiler internal AST (which isn't public API). The
latter can however be used outside Eclipse, and since it is not API, is
subject to changes without notification and no backward compatibility.



                                                                                                                                                    
                      Graham Thomson                                                                                                                
                      <Graham.Thomson@xxxxxx        To:       jdt-core-dev@xxxxxxxxxxx                                                              
                      rath.ac.uk>                   cc:                                                                                             
                      Sent by:                      Subject:  [jdt-core-dev] Semantic information                                                   
                      jdt-core-dev-admin@ecl                                                                                                        
                      ipse.org                                                                                                                      
                                                                                                                                                    
                                                                                                                                                    
                      02/06/2003 08:19 PM                                                                                                           
                      Please respond to                                                                                                             
                      jdt-core-dev                                                                                                                  
                                                                                                                                                    
                                                                                                                                                    




Hi,

I would like to be able to access the fully decorated AST (that contains
type and value) of the Eclipse Java compiler, from both an Eclipse
plugin and a stand alone Java application. Could you give me pointers as
to how I might do this?


Best Regards,

Graham Thomson.

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







Back to the top