[antlr-interest] Abstract tree parser
Christian Pontesegger
christian.pontesegger at web.de
Tue Feb 23 11:45:35 PST 2010
Hi,
I am creating a treeparser in java which needs some methods. I do not
want to put them into the @members section as the code is quite large.
Is there a way to create an abstract class for the parser? Then I could
put the the abstract methods into the @members section and implement
them in a subclass.
Is there a way to do that?
thanks
Christian
More information about the antlr-interest
mailing list