[Soot-list] list of invoked method from an ASTNode

Eric Bodden eric.bodden at ec-spride.de
Thu Mar 22 03:50:42 EDT 2012


Hi.

> @all: Is there a more efficient way to get all MethodOrMethodContext
> for a given method?

Yes.

for(MethodOrMethodContext tgt: new TargetIterator(callGraph.edgesOutOf(src)) ...


To answer Gias' question: there is currently no tight integration
between the eclipse AST and Soot's internal representation (yet) if
this is what you are looking for.

Cheers,
Eric


More information about the Soot-list mailing list