Uses of Interface
soot.jimple.Ref

Packages that use Ref
soot.dava.internal.javaRep   
soot.dava.toolkits.base.AST   
soot.dava.toolkits.base.AST.analysis   
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.jimple.toolkits.thread.synchronization   
 

Uses of Ref in soot.dava.internal.javaRep
 

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

Uses of Ref in soot.dava.toolkits.base.AST
 

Methods in soot.dava.toolkits.base.AST with parameters of type Ref
 void ASTAnalysis.analyseRef(Ref v)
           
 void ASTAnalysis.analyseRef(Ref v)
           
 

Uses of Ref in soot.dava.toolkits.base.AST.analysis
 

Methods in soot.dava.toolkits.base.AST.analysis with parameters of type Ref
 void Analysis.caseRef(Ref r)
           
 void AnalysisAdapter.caseRef(Ref r)
           
 void DepthFirstAdapter.caseRef(Ref r)
           
 void DepthFirstAdapter.caseRef(Ref r)
           
 void AnalysisAdapter.caseRef(Ref r)
           
 void Analysis.caseRef(Ref r)
           
 void DepthFirstAdapter.decideCaseRef(Ref r)
           
 void DepthFirstAdapter.decideCaseRef(Ref r)
           
 void DepthFirstAdapter.inRef(Ref r)
           
 void DepthFirstAdapter.inRef(Ref r)
           
 void DepthFirstAdapter.outRef(Ref r)
           
 void DepthFirstAdapter.outRef(Ref r)
           
 

Uses of Ref in soot.grimp.internal
 

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

Uses of Ref in soot.jimple
 

Subinterfaces of Ref in soot.jimple
 interface ArrayRef
           
 interface CaughtExceptionRef
           
 interface ConcreteRef
           
 interface FieldRef
           
 interface IdentityRef
           
 interface InstanceFieldRef
           
 

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

Uses of Ref in soot.jimple.internal
 

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

Uses of Ref in soot.jimple.toolkits.thread.synchronization
 

Methods in soot.jimple.toolkits.thread.synchronization with parameters of type Ref
 EquivalentValue LockableReferenceAnalysis.baseFor(Ref ref)
           
 EquivalentValue LockableReferenceAnalysis.baseFor(Ref ref)
           
 EquivalentValue LockableReferenceAnalysis.indexFor(Ref ref)
           
 EquivalentValue LockableReferenceAnalysis.indexFor(Ref ref)