[antlr-interest] On trees and JavaBeans, part 2: tree creation

Bryan Ewbank ewbank at gmail.com
Tue Apr 19 06:15:31 PDT 2005


So, hows about other target languages that don't have some of the
stuff assumed by this discussion?

Lots of people have been talking about:
> > > Also, you still need a tree node of some kind to actually
> > > implement a tree.  Perhaps Tree and TreeNode?
> >
> > Perhaps but a TreeModel-style interface doesn't care or know
> > about the concrete types. That is encapsulated in
> > implementation classes.
> 
> Exactly. All args/return types are Object, integer, or String.


More information about the antlr-interest mailing list