soot.grimp.internal
Class ObjExprBox
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractValueBox
soot.grimp.internal.ExprBox
soot.grimp.internal.ObjExprBox
- All Implemented Interfaces:
- Serializable, Host, ValueBox
public class ObjExprBox
- extends ExprBox
- See Also:
- Serialized Form
Method Summary |
boolean |
canContainValue(Value value)
Returns true if the given Value fits in this box. |
ObjExprBox
public ObjExprBox(Value value)
canContainValue
public boolean canContainValue(Value value)
- Description copied from interface:
ValueBox
- Returns true if the given Value fits in this box.
- Specified by:
canContainValue
in interface ValueBox
- Overrides:
canContainValue
in class ExprBox