Good to know. thanks.
On Fri, May 24, 2013 at 6:54 AM, Roberto Lublinerman <[email protected]>wrote: > Even if it were accessible to the generators the GWT AST does not contain > javadocs nor comments. > > Roberto Lublinerman | Software Engineer | [email protected] | 408-500-9148 > > > On Thu, May 23, 2013 at 5:35 PM, John A. Tamplin <[email protected]> wrote: > >> 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. >> >> >> > > -- > 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. > > > -- 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.
