Re: java class file parser

"Tom Harwood" <zucco@world.std.com>
8 Sep 2002 22:33:12 -0400

          From comp.compilers

Related articles
java class file parser anju_agr@yahoo.com (anjali) (2002-08-10)
Re: java class file parser rsherry8@comcast.net (Robert Sherry) (2002-09-03)
Re: java class file parser gage0006@infoeng.flinders.edu.au (gage0006) (2002-09-08)
Re: java class file parser soenke.kannapinn@wincor-nixdorf.com (=?Windows-1252?Q?S=F6nke_Kannapinn?=) (2002-09-08)
Re: java class file parser zucco@world.std.com (Tom Harwood) (2002-09-08)
| List of all articles for this month |

From: "Tom Harwood" <zucco@world.std.com>
Newsgroups: comp.compilers
Date: 8 Sep 2002 22:33:12 -0400
Organization: http://groups.google.com/
References: 02-08-032
Keywords: Java
Posted-Date: 08 Sep 2002 22:33:12 EDT

"anjali" <anju_agr@yahoo.com> wrote in message news:02-08-032...
> I am working on a tool in which we need to parse a java class file.
> are any class file parsers available that could be used directly?


BCEL seems pretty good, although I use its class-generation facilities
rather than its class-analyzing facilities. It's part of the Jakarta
project:


http://jakarta.apache.org/bcel/index.html


Regards,
--
Tom Harwood tharwood@world.std.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.