Use JDT ASTParser to Parse Single .java files
This example belongs to Eclipse JDT Tutorial Series. First of all, Eclipse JDT ASTParser CAN work in a standard Java application. This privides the convenience of simple parsing of a large amount of Java class files. Suppose you want to parse 100 .java files which are under a directory. You would not be able to … Read more