soot.grimp.internal
Class GRValueBox

java.lang.Object
  |
  +--soot.AbstractValueBox
        |
        +--soot.grimp.internal.GRValueBox
All Implemented Interfaces:
ValueBox

public class GRValueBox
extends AbstractValueBox


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

Constructor Detail

GRValueBox

public GRValueBox(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.

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object