vieiro commented on pull request #3642: URL: https://github.com/apache/netbeans/pull/3642#issuecomment-1058392686
@ebarboni @matthiasblaesing AFAIK Antlr4 exposes the AST through the visitor pattern (or through events), i.e., you don't have it in memory. The migration Antlr3 to Antlr4 is not straightforward. You'll have to build the AST yourself (see, https://stackoverflow.com/questions/29971097/how-to-create-ast-with-antlr4 for instance). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
