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