Uses of Interface
soot.baf.RemInst

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

Methods in soot.baf that return RemInst
 RemInst Baf.newRemInst(Type opType)
           
 RemInst Baf.newRemInst(Type opType)
           
 

Methods in soot.baf with parameters of type RemInst
 void InstSwitch.caseRemInst(RemInst i)
           
 void InstSwitch.caseRemInst(RemInst i)
           
 

Uses of RemInst in soot.baf.internal
 

Classes in soot.baf.internal that implement RemInst
 class BRemInst
           
 

Uses of RemInst in soot.jbco.bafTransformations
 

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

Uses of RemInst in soot.toolkits.exceptions
 

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