[Soot-list] Re: get java source statements from soot

Gerald Sit Gerald.Sit at student.cityu.edu.hk
Wed Aug 13 06:13:56 EDT 2008


Hi Eric,

I can get the line number but not the column corresponds to the Stmt. Am I misunderstand something here? How do I read from source with soot in order to get the column information? Thanks again.

Gerald

> Gerald,

> If you use -keep-line-number as a command line argument then Soot adds
> a Tag to most Stmts telling you which line number (and column, if read
> from source) corresponds to that Stmt. That's all there is.

> Eric


More information about the Soot-list mailing list