[Soot-list] Jimple local to source expression

Saswat Anand saswat78 at gmail.com
Tue Aug 21 01:06:32 EDT 2012


Hi,

I have a need to map analysis results as precisely as possible to
source code entities. For each jimple local, I want to map it either
to it corresponding source-level local variable or the expression (for
temporaries). Expressions can be represented by line and column
numbers in the source code.

I am wondering if Soot (with its JastAdd frontend) already computes
such information. If it does not, how difficult will it be to
implement such a feature. Any thoughts?

Thanks,
Saswat


More information about the Soot-list mailing list