<div dir="ltr">Hello Everyone,<div><br></div><div>I am creating a class using Soot and have run into an issue with interface methods. I am essentially trying to create the below line (<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">created by converting  Java code to Jimple</span>) using Soot.</div><div><br></div><div>$z0 = interfaceinvoke d.<soot.Unit: boolean hasTag(java.lang.String)>("AnalysisInfoTag");</div><div><br></div><div>When I query the Scene for the method by "Scene.v().getMethod("<soot.Unit: boolean hasTag(java.lang.String)>")"  it throws an exception- "tried to get nonexistent method <soot.Unit: boolean hasTag(java.lang.String)>". </div><div><br></div><div>The SootClass soot.Unit has two methods addTag and removeTag , but the rest of the methods from the Host interface are missing. </div><div><br></div><div>It would be great if someone could point out what I am doing wrongly.</div><div><br></div><div>TIA!</div><div><br></div><div>Cheers,</div><div>Kaarthik</div></div>