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) |
From: | "gage0006" <gage0006@infoeng.flinders.edu.au> |
Newsgroups: | comp.compilers |
Date: | 8 Sep 2002 22:29:25 -0400 |
Organization: | Flinders University of South Australia |
References: | 02-08-032 02-09-024 |
Keywords: | Java |
Posted-Date: | 08 Sep 2002 22:29:25 EDT |
take a look at the jakarta BCEL project - might help you.
Byte Code Engineering Library
http://jakarta.apache.org/bcel/index.html
although this is for generating byte code ??
At the end of the day, it is not difficult to write one yourself, all you need
is the Java Class File Format spec from Sun. It is in the VM spec if I remember
correctly.
I have only partly finished code for this (java sources) if it will help.
> "anjali" <anju_agr@yahoo.com> wrote in message
> > 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?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.