Parse a .java file to find Intents in an android software
I'm working on a software that could be able to parse a .java file (for
android) to find all the declarations of intents in the class. To do that
I want to use a AST and parse it
After some research I wanted to use the javaparser API but I don't find
any good example of its use. Do you know where I can find some example or
do you know better API for this purpose ?
Thank you very much,
No comments:
Post a Comment