soot.grimp.internal
Class ObjExprBox

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractValueBox
              |
              +--soot.grimp.internal.ExprBox
                    |
                    +--soot.grimp.internal.ObjExprBox

public class ObjExprBox
extends ExprBox

See Also:
Serialized Form

Constructor Summary
ObjExprBox(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
 
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, toString, wait, wait, wait
 

Constructor Detail

ObjExprBox

public ObjExprBox(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.
Overrides:
canContainValue in class ExprBox