Uses of Interface
soot.baf.NoArgInst

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

Uses of NoArgInst in soot.baf
 

Subinterfaces of NoArgInst in soot.baf
 interface ArrayLengthInst
           
 interface EnterMonitorInst
           
 interface ExitMonitorInst
           
 interface NopInst
           
 interface ReturnVoidInst
           
 interface ThrowInst
           
 

Uses of NoArgInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NoArgInst
 class BArrayLengthInst
           
 class BEnterMonitorInst
           
 class BExitMonitorInst
           
 class BNopInst
           
 class BReturnVoidInst
           
 class BThrowInst