Uses of Class
soot.jimple.StaticFieldRef

Packages that use StaticFieldRef
soot.dava.internal.javaRep   
soot.grimp Public classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.toolkits.exceptions   
 

Uses of StaticFieldRef in soot.dava.internal.javaRep
 

Subclasses of StaticFieldRef in soot.dava.internal.javaRep
 class DStaticFieldRef
           
 

Uses of StaticFieldRef in soot.grimp
 

Methods in soot.grimp that return StaticFieldRef
 StaticFieldRef Grimp.newStaticFieldRef(SootFieldRef f)
          Constructs a StaticFieldRef(SootFieldRef) grammar chunk.
 

Uses of StaticFieldRef in soot.jimple
 

Methods in soot.jimple that return StaticFieldRef
 StaticFieldRef Jimple.newStaticFieldRef(SootFieldRef f)
          Constructs a StaticFieldRef(SootFieldRef) grammar chunk.
 

Methods in soot.jimple with parameters of type StaticFieldRef
 void AbstractJimpleValueSwitch.caseStaticFieldRef(StaticFieldRef v)
           
 void AbstractRefSwitch.caseStaticFieldRef(StaticFieldRef v)
           
protected abstract  void PointerStmtSwitch.caseGlobalLoadStmt(Local dest, StaticFieldRef src)
          A statement of the form l = cl.f;
protected abstract  void PointerStmtSwitch.caseGlobalStoreStmt(StaticFieldRef dest, Local src)
          A statement of the form cl.f = l;
 void RefSwitch.caseStaticFieldRef(StaticFieldRef v)
           
 

Uses of StaticFieldRef in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type StaticFieldRef
 void MethodNodeFactory.caseStaticFieldRef(StaticFieldRef sfr)
           
 

Uses of StaticFieldRef in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type StaticFieldRef
 void UnitThrowAnalysis.ValueSwitch.caseStaticFieldRef(StaticFieldRef ref)