Uses of Interface
soot.baf.IdentityInst

Packages that use IdentityInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.toolkits.exceptions   
 

Uses of IdentityInst in soot.baf
 

Methods in soot.baf that return IdentityInst
 IdentityInst Baf.newIdentityInst(Value local, Value identityRef)
           
 

Methods in soot.baf with parameters of type IdentityInst
 void InstSwitch.caseIdentityInst(IdentityInst i)
           
 

Uses of IdentityInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IdentityInst
 class BIdentityInst
           
 

Uses of IdentityInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type IdentityInst
 void UnitThrowAnalysis.UnitSwitch.caseIdentityInst(IdentityInst i)