Uses of Class
soot.PatchingChain

Packages that use PatchingChain
soot Base Soot classes, shared by different intermediate representations. 
soot.jbco.bafTransformations   
soot.jbco.util   
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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type PatchingChain
static void StackTypeHeightCalculator.printStack(PatchingChain units, HashMap stacks, boolean before)
           
 

Uses of PatchingChain in soot.jbco.util
 

Methods in soot.jbco.util with parameters of type PatchingChain
static Local BodyBuilder.buildThisLocal(PatchingChain units, ThisRef tr, Chain locals)
           
static ArrayList BodyBuilder.buildParameterLocals(PatchingChain units, Chain locals, List paramTypes)
           
static void Debugger.printUnits(PatchingChain u, String msg)
           
 

Uses of PatchingChain in soot.shimple.internal
 

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