Uses of Interface
soot.baf.FieldGetInst

Packages that use FieldGetInst
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 FieldGetInst in soot.baf
 

Methods in soot.baf that return FieldGetInst
 FieldGetInst Baf.newFieldGetInst(SootFieldRef fieldRef)
           
 FieldGetInst Baf.newFieldGetInst(SootFieldRef fieldRef)
           
 

Methods in soot.baf with parameters of type FieldGetInst
 void InstSwitch.caseFieldGetInst(FieldGetInst i)
           
 void InstSwitch.caseFieldGetInst(FieldGetInst i)
           
 

Uses of FieldGetInst in soot.baf.internal
 

Classes in soot.baf.internal that implement FieldGetInst
 class BFieldGetInst
           
 

Uses of FieldGetInst in soot.jbco.bafTransformations
 

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

Uses of FieldGetInst in soot.toolkits.exceptions
 

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