[Soot-list] The method getLineNumber() is undefined for the type LineNumberTag

DIVYA IYER divya.iyer1204 at gmail.com
Wed Nov 17 16:09:41 EST 2010


I am getting the following error:
The method getLineNumber() is undefined for the type LineNumberTag in the
line of code below:

LineNumberTag tag2 = (LineNumberTag)unit.getTag("LineNumberTag");
if(tag2 != null)
{
System.out.println(tag2.getLineNumber());
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20101117/68ca36c2/attachment.html 


More information about the Soot-list mailing list