Re: Can anyone recommend a Java parser in C or C++?
- From: "Mark Holland" <kenshin_40@xxxxxxxxxxx>
- Date: Wed, 28 Nov 2007 21:49:55 -0000
I'm looking for a simple Java parser in C or C++. I would like to
extract class and method names from Java sources.
Are there any open source parser generators for C or C++ that come
with a Java parser example that I could use maybe?
Have you looked at the javap utility that comes with the JDK? It can
print the class names, fields and methods of a compiled .class file.
Perhaps you could write a simple program to parse the output of this
utility and save yourself some work?
Mark
.
- References:
- Can anyone recommend a Java parser in C or C++?
- From: Stefan Arentz
- Can anyone recommend a Java parser in C or C++?
- Prev by Date: Re: Can anyone recommend a Java parser in C or C++?
- Next by Date: Re: Incrementally implementing a simple ML compiler using LLVM
- Previous by thread: Re: Can anyone recommend a Java parser in C or C++?
- Next by thread: Re: Can anyone recommend a Java parser in C or C++?
- Index(es):
Relevant Pages
|
|