I am using "org.eclipse.jdt.core.dom" to generate an AST of a given java source code. After generating the AST I have the root node.
Can anyone please guide me how to use visitor so that I can parse my AST to get all the leaf nodes of my AST.
|
|
An example is this:
|
|||
|
|