Uses of Class
soot.toolkits.scalar.ValueUnitPair

Packages that use ValueUnitPair
soot.shimple Public classes for the SSA Shimple intermediate representation. 
soot.shimple.internal Shimple internal messy stuff. 
 

Uses of ValueUnitPair in soot.shimple
 

Methods in soot.shimple that return ValueUnitPair
 ValueUnitPair PiExpr.getArgBox()
           
 ValueUnitPair PiExpr.getArgBox()
           
 ValueUnitPair PhiExpr.getArgBox(Block pred)
          Returns the argument pair corresponding to the given CFG predecessor.
 ValueUnitPair PhiExpr.getArgBox(Block pred)
          Returns the argument pair corresponding to the given CFG predecessor.
 ValueUnitPair PhiExpr.getArgBox(int index)
          Returns the argument pair for the given index.
 ValueUnitPair PhiExpr.getArgBox(int index)
          Returns the argument pair for the given index.
 ValueUnitPair PhiExpr.getArgBox(Unit predTailUnit)
          Returns the argument pair corresponding to the given CFG predecessor.
 ValueUnitPair PhiExpr.getArgBox(Unit predTailUnit)
          Returns the argument pair corresponding to the given CFG predecessor.
 

Methods in soot.shimple with parameters of type ValueUnitPair
 boolean PhiExpr.removeArg(ValueUnitPair arg)
          Remove the given argument.
 boolean PhiExpr.removeArg(ValueUnitPair arg)
          Remove the given argument.
 

Uses of ValueUnitPair in soot.shimple.internal
 

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

Fields in soot.shimple.internal declared as ValueUnitPair
protected  ValueUnitPair SPiExpr.argBox
           
protected  ValueUnitPair SPiExpr.argBox
           
 

Methods in soot.shimple.internal that return ValueUnitPair
 ValueUnitPair SPiExpr.getArgBox()
           
 ValueUnitPair SPiExpr.getArgBox()
           
 ValueUnitPair SPhiExpr.getArgBox(Block pred)
           
 ValueUnitPair SPhiExpr.getArgBox(Block pred)
           
 ValueUnitPair SPhiExpr.getArgBox(int index)
           
 ValueUnitPair SPhiExpr.getArgBox(int index)
           
 ValueUnitPair SPhiExpr.getArgBox(Unit predTailUnit)
           
 ValueUnitPair SPhiExpr.getArgBox(Unit predTailUnit)
           
 

Methods in soot.shimple.internal with parameters of type ValueUnitPair
 boolean SPhiExpr.removeArg(ValueUnitPair arg)
           
 boolean SPhiExpr.removeArg(ValueUnitPair arg)