[Soot-list] Re: Something about Soot

Feng Qian feng.qian at gmail.com
Mon May 9 12:12:49 EDT 2005


Line numbers are saved as attributes in class files. Soot keeps line
number attributes as tags during the transformation. In Soot's
intermedia representation, you can get line number info from tags
attached to entities.

I CC'ed to the soot mailing list.

Cheers,
Feng

On 5/8/05, Joe Qian <owqian at gmail.com> wrote:
> Dear Feng Qian,
> Sorry to disturb you at this time with my poor English.
> I am planing to use Soot as a base of my program analysis tool. By
> reading your tutorial, I find that Soot is really powerful. However, it
> seems there does not exist an easy way to map soot entities back to line
> numbers in the original .java file. I wonder if there does exist such as
> way. If so, would you please tell me how to access the line numbers.
> Thank you very much!
> Best Wishes!
> 
> Joe Qian
> 2005-05-09
> 
> 


-- 
-- Feng



More information about the Soot-list mailing list