Uses of Interface
soot.UnitBoxOwner

Packages that use UnitBoxOwner
soot Base Soot classes, shared by different intermediate representations. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.grimp.internal Internal, messy, implementation-specific classes for the Grimp intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.shimple Public classes for the SSA Shimple intermediate representation. 
soot.shimple.internal Shimple internal messy stuff. 
 

Uses of UnitBoxOwner in soot
 

Subinterfaces of UnitBoxOwner in soot
 interface Trap
          A trap (exception catcher), used within Body classes.
 

Classes in soot that implement UnitBoxOwner
 class AbstractTrap
          Partial implementation of trap (exception catcher), used within Body classes.
 

Uses of UnitBoxOwner in soot.baf.internal
 

Classes in soot.baf.internal that implement UnitBoxOwner
 class BTrap
           
 

Uses of UnitBoxOwner in soot.grimp.internal
 

Classes in soot.grimp.internal that implement UnitBoxOwner
 class GTrap
           
 

Uses of UnitBoxOwner in soot.jimple.internal
 

Classes in soot.jimple.internal that implement UnitBoxOwner
 class JTrap
           
 

Uses of UnitBoxOwner in soot.shimple
 

Subinterfaces of UnitBoxOwner in soot.shimple
 interface PhiExpr
          A fully defined PhiExpr usually consists of a list of Values for the arguments alongst with the corresponding control flow predecessor for each argument.
 interface PiExpr
           
 interface ShimpleExpr
           
 

Uses of UnitBoxOwner in soot.shimple.internal
 

Classes in soot.shimple.internal that implement UnitBoxOwner
 class SPhiExpr
          Internal implementation of Phi nodes.
 class SPiExpr