A complete standalone example of ASTParser

This example belongs to Eclipse JDT Tutorial Series. Normally, Eclipse JDT is used in a plug-in environment. This is the normal situation in which we deal with each project in the workspace. However, if we want to parse a large amount of java file, this approach may not be good, since it is not easy … Read more