Beispiel #1
0
 private int addJimpleLnTags(int lnNum, SootField f) {
   f.addTag(new JimpleLineNumberTag(lnNum));
   lnNum++;
   return lnNum;
 }