On Fri, May 24, 2013 at 6:33 AM, Roberto Lublinerman <[email protected]>wrote:
> ASTParser should be in eclipse-jdt-core, although there seems to be > different AST representation, GWT uses the one in > org.eclipse.jdt.internal.compiler.ast whereas the ASTParser works in > org.eclipse.jdt.core.dom. JDT has a very thick api to support the eclipse > editor and some simple tasks might become overly complex. I wonder if the > approach you have taken using a much smaller and simpler parser is not > actually better. > When I needed to parse the source to get parameter names from interface methods (which aren't included in the bytecode), I used CodeSnippetParsingUtil in JDT and it seemed straightforward enough. -- 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.
