Updated: 12/3/2003; 10:25:41 AM.
Andy Roberts' Radio Weblog
        

Monday, November 10, 2003

I've just started to design and write a set of Builders for modeling Eclipse's Java Abstract Syntax Trees - also known as JDT AST's.  This looks very cool because the Builders can model code at a high level, whithout having to muck around with Java syntax.

For example, I'll start by creating package and class Builders that know how to adapt the code to name and context changes automatically.  This will be a fundamentally more robust approach to handling many forms of change propagation in source code than with what you get using "reverse engineering" code refactoring tools.  For example, you could change the package name input on the class builder, and forward regenerate the code - whereby everything would update.


11:53:02 AM    comment []

© Copyright 2003 Andy Roberts.
 
November 2003
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
Oct   Dec


Click here to visit the Radio UserLand website.

Subscribe to "Andy Roberts' Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.