Re: Parsing Java

Florian Liekweg <liekweg@gmx.de>
15 Dec 2005 02:20:13 -0500

          From comp.compilers

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)
| List of all articles for this month |

From: Florian Liekweg <liekweg@gmx.de>
Newsgroups: comp.compilers
Date: 15 Dec 2005 02:20:13 -0500
Organization: University of Karlsruhe, Germany
References: 05-12-028
Keywords: Java, parse
Posted-Date: 15 Dec 2005 02:20:13 EST

s h wrote:
> DEAR ALL,
> I am newbie! pls guide me,
> 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 .
>
> if there is any tools or some way to do that please guide me.


Hello, Sadegh,


there's a couple of tools out there that can parse java code. One
of them is RECODER (http://recoder.sf.net), which will make it
easy to read in java code and build the call graph based on the
information it computes automatically.


I don't know what you mean by "task graph", but if such "tasks"
can be extracted from the source code, then RECODER will be able
to help you there, too.


cheers,
Florian Liekweg
--


Post a followup to this message

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