Uses of Interface
soot.jimple.IdentityStmt

Packages that use IdentityStmt
soot.dava.internal.javaRep   
soot.grimp Public classes for the Grimp intermediate representation. 
soot.grimp.internal Internal, messy, implementation-specific classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.toolkits.exceptions   
 

Uses of IdentityStmt in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement IdentityStmt
 class DIdentityStmt
           
 

Uses of IdentityStmt in soot.grimp
 

Methods in soot.grimp that return IdentityStmt
 IdentityStmt Grimp.newIdentityStmt(Value local, Value identityRef)
          Constructs a IdentityStmt(Local, IdentityRef) grammar chunk.
 IdentityStmt Grimp.newIdentityStmt(IdentityStmt s)
           
 

Methods in soot.grimp with parameters of type IdentityStmt
 IdentityStmt Grimp.newIdentityStmt(IdentityStmt s)
           
 

Uses of IdentityStmt in soot.grimp.internal
 

Classes in soot.grimp.internal that implement IdentityStmt
 class GIdentityStmt
           
 

Uses of IdentityStmt in soot.jimple
 

Methods in soot.jimple that return IdentityStmt
 IdentityStmt Jimple.newIdentityStmt(Value local, Value identityRef)
          Constructs a IdentityStmt(Local, IdentityRef) grammar chunk.
 

Methods in soot.jimple with parameters of type IdentityStmt
 void AbstractStmtSwitch.caseIdentityStmt(IdentityStmt stmt)
           
 void PointerStmtSwitch.caseIdentityStmt(IdentityStmt s)
           
 void StmtSwitch.caseIdentityStmt(IdentityStmt stmt)
           
 

Uses of IdentityStmt in soot.jimple.internal
 

Classes in soot.jimple.internal that implement IdentityStmt
 class JIdentityStmt
           
 

Uses of IdentityStmt in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type IdentityStmt
 void UnitThrowAnalysis.UnitSwitch.caseIdentityStmt(IdentityStmt s)