Uses of Interface
soot.baf.ExitMonitorInst

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

Methods in soot.baf that return ExitMonitorInst
 ExitMonitorInst Baf.newExitMonitorInst()
          Constructs a ExitMonitorInst() grammar chunk
 ExitMonitorInst Baf.newExitMonitorInst()
          Constructs a ExitMonitorInst() grammar chunk
 

Methods in soot.baf with parameters of type ExitMonitorInst
 void InstSwitch.caseExitMonitorInst(ExitMonitorInst i)
           
 void InstSwitch.caseExitMonitorInst(ExitMonitorInst i)
           
 

Uses of ExitMonitorInst in soot.baf.internal
 

Classes in soot.baf.internal that implement ExitMonitorInst
 class BExitMonitorInst
           
 

Uses of ExitMonitorInst in soot.jbco.bafTransformations
 

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

Uses of ExitMonitorInst in soot.toolkits.exceptions
 

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