[antlr-interest] code that takes in a Java file and outputs the names of the classes and methods?

iank at bearcave.com iank at bearcave.com
Sat May 3 16:51:32 PDT 2003


  I've written a .class file disassembler which will output class and
  method information.  This can be found at
  http://www.bearcave.com/software/java/javad/index.html.  If you want
  to go from source, you might start with the ANTLR Java parser.  You
  can build abstract syntax trees for the Java class information and
  then output this.

  Ian

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list