Uses of Interface
soot.jimple.IdentityRef

Packages that use IdentityRef
soot Base Soot classes, shared by different intermediate representations. 
soot.dava   
soot.dava.internal.javaRep   
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
 

Uses of IdentityRef in soot
 

Methods in soot with parameters of type IdentityRef
abstract  void AbstractUnitPrinter.identityRef(IdentityRef r)
           
 void BriefUnitPrinter.identityRef(IdentityRef r)
           
abstract  void LabeledUnitPrinter.identityRef(IdentityRef r)
           
 void NormalUnitPrinter.identityRef(IdentityRef r)
           
 void UnitPrinter.identityRef(IdentityRef r)
           
 void UnitPrinter.identityRef(IdentityRef r)
           
 void NormalUnitPrinter.identityRef(IdentityRef r)
           
abstract  void LabeledUnitPrinter.identityRef(IdentityRef r)
           
 void BriefUnitPrinter.identityRef(IdentityRef r)
           
abstract  void AbstractUnitPrinter.identityRef(IdentityRef r)
           
 

Uses of IdentityRef in soot.dava
 

Methods in soot.dava with parameters of type IdentityRef
 void DavaUnitPrinter.identityRef(IdentityRef r)
           
 void DavaUnitPrinter.identityRef(IdentityRef r)
           
 

Uses of IdentityRef in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement IdentityRef
 class DThisRef
           
 

Uses of IdentityRef in soot.jimple
 

Subinterfaces of IdentityRef in soot.jimple
 interface CaughtExceptionRef
           
 

Classes in soot.jimple that implement IdentityRef
 class ParameterRef
          ParameterRef objects are used by Body objects to refer to the parameter slots on method entry.
 class ThisRef
           
 

Methods in soot.jimple with parameters of type IdentityRef
protected abstract  void PointerStmtSwitch.caseIdentityStmt(Local dest, IdentityRef src)
          An identity statement assigning a parameter to a local.
protected abstract  void PointerStmtSwitch.caseIdentityStmt(Local dest, IdentityRef src)
          An identity statement assigning a parameter to a local.
 

Uses of IdentityRef in soot.jimple.internal
 

Classes in soot.jimple.internal that implement IdentityRef
 class JCaughtExceptionRef