soot.jimple.internal
Class VariableBox

java.lang.Object
  extended by soot.tagkit.AbstractHost
      extended by soot.AbstractValueBox
          extended by soot.jimple.internal.VariableBox
All Implemented Interfaces:
Serializable, Host, ValueBox

public class VariableBox
extends AbstractValueBox

See Also:
Serialized Form

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, toString, toString
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

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.