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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of IdentityInst in soot.baf
 

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

Methods in soot.baf with parameters of type IdentityInst
 void InstSwitch.caseIdentityInst(IdentityInst i)
           
 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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type IdentityInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseIdentityInst(IdentityInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseIdentityInst(IdentityInst i)
           
 

Uses of IdentityInst in soot.toolkits.exceptions
 

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