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