[Soot-list] Position Tagger

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Thu Mar 11 13:18:39 EST 2010


> My apologies, I should of been more specific. I'm looking for the offset
> from the beginning of the source file, not within a particular line.

I see. There's no way to retrieve that information because it is
nowhere stored during Java-> Jimple conversion. But assuming that you
have the source file, it should be no problem to compute the offset
based on line and column number.

Eric


More information about the Soot-list mailing list