Uses of Interface
soot.jimple.ConcreteRef

Packages that use ConcreteRef
soot.dava.internal.javaRep   
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. 
 

Uses of ConcreteRef in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement ConcreteRef
 class DInstanceFieldRef
           
 class DStaticFieldRef
           
 

Uses of ConcreteRef in soot.grimp.internal
 

Classes in soot.grimp.internal that implement ConcreteRef
 class GArrayRef
           
 class GInstanceFieldRef
           
 

Uses of ConcreteRef in soot.jimple
 

Subinterfaces of ConcreteRef in soot.jimple
 interface ArrayRef
           
 interface FieldRef
           
 interface InstanceFieldRef
           
 

Classes in soot.jimple that implement ConcreteRef
 class StaticFieldRef
           
 

Uses of ConcreteRef in soot.jimple.internal
 

Classes in soot.jimple.internal that implement ConcreteRef
 class AbstractInstanceFieldRef
           
 class JArrayRef
           
 class JInstanceFieldRef