I am trying to analyse Java code sturcture.
So, I generated a Java parser and lexer by using ANTLRv3 and java grammar code...
but I don\'t know how could I g
These days, I found an Eclipse plug-in generating Java Control Flow Graph:Control Flow Graph Factory. This plug-in generates CFG perfectly and store it by XML file.