You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal : rewrite of the reverse engeneering code generator,
to avoid using the Creator<T> inner classes.
The new algorithm is :
traverse by introspection, Java Object
--> generate Intermediate ValueHolderAST representing object/values/links
--> apply reverse engeneering rules
--> generation of Statment AST
--> topological sort of Statments, for respecting variable use-def order
--> PrettyPrinter backend of statement to java snippet text
Original issue reported on code.google.com by [email protected] on 31 Oct 2009 at 8:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Oct 2009 at 8:21The text was updated successfully, but these errors were encountered: