Uses of Class
soot.AbstractValueBox

Packages that use AbstractValueBox
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.dava.internal.javaRep   
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.internal Shimple internal messy stuff. 
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of AbstractValueBox in soot.baf.internal
 

Subclasses of AbstractValueBox in soot.baf.internal
 class BafLocalBox
           
 

Uses of AbstractValueBox in soot.dava.internal.javaRep
 

Subclasses of AbstractValueBox in soot.dava.internal.javaRep
 class DArrayInitValueBox
           
 

Uses of AbstractValueBox in soot.grimp.internal
 

Subclasses of AbstractValueBox in soot.grimp.internal
 class ExprBox
           
 class GRValueBox
           
 class ObjExprBox
           
 

Uses of AbstractValueBox in soot.jimple.internal
 

Subclasses of AbstractValueBox in soot.jimple.internal
 class ConditionExprBox
           
 class IdentityRefBox
           
 class ImmediateBox
           
 class InvokeExprBox
           
 class JimpleLocalBox
           
 class RValueBox
           
 class VariableBox
           
 

Uses of AbstractValueBox in soot.shimple.internal
 

Subclasses of AbstractValueBox in soot.shimple.internal
 class SValueUnitPair
          Extension of ValueUnitPair that implements SUnitBox.
 

Uses of AbstractValueBox in soot.toolkits.scalar
 

Subclasses of AbstractValueBox in soot.toolkits.scalar
 class ValueUnitPair
          Utility class used to package a Value and a Unit together.