Uses of Interface
soot.baf.ReturnVoidInst

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

Uses of ReturnVoidInst in soot.baf
 

Methods in soot.baf that return ReturnVoidInst
 ReturnVoidInst Baf.newReturnVoidInst()
           
 

Methods in soot.baf with parameters of type ReturnVoidInst
 void InstSwitch.caseReturnVoidInst(ReturnVoidInst i)
           
 

Uses of ReturnVoidInst in soot.baf.internal
 

Classes in soot.baf.internal that implement ReturnVoidInst
 class BReturnVoidInst
           
 

Uses of ReturnVoidInst in soot.toolkits.exceptions
 

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