On Thu, May 23, 2013 at 7:56 PM, Manuel Carrasco Moñino <[email protected]>wrote:
> The ShowcaseGenerator, is actually reading the content of the source files > and generating .html files, but I want to extract method bodies and their > javadoc so what I need an AST. So my question is more about how to use the > gwt ast from a generator. > The GWT AST is not available to generators, so you will have to build your own -- you can use JDT as that is included with GWT. -- John A. Tamplin -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
