[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call graphs
InvokeGraph represents an invoke graph, but does not itself build it.
The InvokeGraphBuilder actually builds invoke graphs. Try something
like this:
InvokeGraphBuilder.v().transform( phaseName + ".igb" );
InvokeGraph ig = Scene.v().getActiveInvokeGraph();
where phaseName is the name of your transformation phase.
Hopefully this helps. Let us know if it still doesn't work for you.
Ondrej
On Wed, Feb 20, 2002 at 05:33:47PM -0700, Nathan Boyd Kitchen wrote:
> I noticed that InvokeGraphs and MethodCallGraphs do not work. I haven't
> delved deeply into the source code, but I think it's because the Scene
> never puts anything in methodSignatureToMethod. Is this supposed to be
> working yet?
>
> --
> Nathan Kitchen
> kitchen@ee.byu.edu
>
>
- References:
- Call graphs
- From: Nathan Boyd Kitchen <kitchen@et.byu.edu>
- Call graphs
- From: Nathan Boyd Kitchen <kitchen@et.byu.edu>