Related articles |
---|
Parsing Java mshoosh@gmail.com (s h) (2005-12-11) |
Re: Parsing Java snicol@apk.net (Scott Nicol) (2005-12-15) |
Re: Parsing Java liekweg@gmx.de (Florian Liekweg) (2005-12-15) |
Re: Parsing Java owong@castortech.com (Oliver Wong) (2005-12-15) |
Re: Parsing Java mshoosh@gmail.com (s h) (2005-12-19) |
From: | Scott Nicol <snicol@apk.net> |
Newsgroups: | comp.compilers |
Date: | 15 Dec 2005 02:20:02 -0500 |
Organization: | Compilers Central |
References: | 05-12-028 |
Keywords: | Java, parse |
Posted-Date: | 15 Dec 2005 02:20:02 EST |
s h wrote:
> 1- I want to parsing a java code [java package] and extract [call
> dependency graph] between methods then for each method construct a
> TASK GRAPH .
See
<http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html>
for the Java VM spec. Depending on your needs, you could just use javap
-c and massage the output with perl/awk/etc.
--
Scott Nicol
snicol@apk.net
Return to the
comp.compilers page.
Search the
comp.compilers archives again.