Uses of Interface
soot.baf.StaticGetInst

Packages that use StaticGetInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of StaticGetInst in soot.baf
 

Methods in soot.baf that return StaticGetInst
 StaticGetInst Baf.newStaticGetInst(SootFieldRef fieldRef)
           
 StaticGetInst Baf.newStaticGetInst(SootFieldRef fieldRef)
           
 

Methods in soot.baf with parameters of type StaticGetInst
 void InstSwitch.caseStaticGetInst(StaticGetInst i)
           
 void InstSwitch.caseStaticGetInst(StaticGetInst i)
           
 

Uses of StaticGetInst in soot.baf.internal
 

Classes in soot.baf.internal that implement StaticGetInst
 class BStaticGetInst
           
 

Uses of StaticGetInst in soot.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type StaticGetInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseStaticGetInst(StaticGetInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseStaticGetInst(StaticGetInst i)
           
 

Uses of StaticGetInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type StaticGetInst
 void UnitThrowAnalysis.UnitSwitch.caseStaticGetInst(StaticGetInst i)
           
 void UnitThrowAnalysis.UnitSwitch.caseStaticGetInst(StaticGetInst i)