Uses of Class
soot.PatchingChain

Packages that use PatchingChain
soot Base Soot classes, shared by different intermediate representations. 
soot.shimple.internal Shimple internal messy stuff. 
 

Uses of PatchingChain in soot
 

Fields in soot declared as PatchingChain
protected  PatchingChain Body.unitChain
          The chain of units for this Body.
 

Methods in soot that return PatchingChain
 PatchingChain Body.getUnits()
          Returns the Chain of Units that make up this body.
 

Uses of PatchingChain in soot.shimple.internal
 

Subclasses of PatchingChain in soot.shimple.internal
 class SPatchingChain
          Internal Shimple extension of PatchingChain.