I have craeted AST using the Eclipse JDT parser.
Now I have to create Control flow graph (CFG) from this AST.
There were some discussions about in Can I use JDT to generate control flow graph? and Java Control Flow Graphs Library but there is no conclusive answer.
It appears there is no solution yet about how to generate CFG from eclipse AST parser.
I have to build a CFG graph programmatically using Eclipse JDT parser and I am not looking for any plugin.
Any idea/help is welcome.