[Soot-list] Position Tagger

Tristan RATCHFORD tratch at cs.mcgill.ca
Thu Mar 11 19:30:55 EST 2010


Hi Eric,

I run through each Jimple Unit that is visited in my analysis with the 
Eclipse debugger and the only tags present are the LineNumberTags.

Tristan

On 11/03/10 04:54 PM, Eric Bodden wrote:
>> This information should be sufficient to accomplish what I am trying to do,
>> but I still can't seem to get the SourceLnPosTag in the TagList of a Unit.
>> When I set the option, set_keep_line_number(true), all I get is a Tag of
>> type LineNumberTag. Can you tell me which option includes the
>> SourceLnPosTag?
>>      
> Actually this should just work.  But it may be the case that not all
> units have line numbers, due to several transformations that Soot
> makes. Has none of your units line numbers or are just some missing
> this info?
>
> Eric
>    



More information about the Soot-list mailing list