soot.jimple.internal
Class VariableBox

java.lang.Object
  |
  +--soot.AbstractValueBox
        |
        +--soot.jimple.internal.VariableBox
All Implemented Interfaces:
ValueBox

public class VariableBox
extends AbstractValueBox


Constructor Summary
VariableBox(Value value)
           
 
Method Summary
 boolean canContainValue(Value value)
          Returns true if the given Value fits in this box.
 
Methods inherited from class soot.AbstractValueBox
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableBox

public VariableBox(Value value)
Method Detail

canContainValue

public boolean canContainValue(Value value)
Description copied from interface: ValueBox
Returns true if the given Value fits in this box.