[pmd-devel] Parse ast generated by PMD
A source code analyzer
Brought to you by:
adangel,
juansotuyo
|
From: Vikram S. <sin...@gm...> - 2017-10-24 12:52:31
|
Hi, I've been wanting to parse or iterate through AST generated for APEX class and extract method names from the class file. I've been studying about parsing and here's what i found so far. https://pmd.github.io/latest/apidocs/net/sourceforge/pmd/lang/apex/ast/ApexParser.html Any help regarding this is well appreciated. Thanks in advance. |