[antlr-interest] Want to construct a Control Flow Graph of the Java source code

Gerald Rosenberg gerald at certiv.net
Thu Jul 16 12:03:00 PDT 2009


At 11:41 AM 7/16/2009, you wrote:
>Hey,
>Is there any toolset I can use to construct a Control Flow Graph of 
>the Java source code? Thanks!
>
>I have already obtained an AST from ANTLR for Java source code. And 
>what I really want is construct a Control Flow Graph of the code.
>Is there any toolset in the ANTLR for this goal? Thanks a lot for 
>your looking.

Are you looking for a graph of the actual parser flow executed in 
evaluating an input text to produce the AST?

If so, AntlrDT (www.certiv.net) can do this. 



More information about the antlr-interest mailing list