public interface ValueBox extends Host, Serializable
Value| Modifier and Type | Method and Description |
|---|---|
boolean |
canContainValue(Value value)
Returns true if the given Value fits in this box.
|
Value |
getValue()
Returns the value contained in this box.
|
void |
setValue(Value value)
Sets the value contained in this box as given.
|
void |
toString(UnitPrinter up) |
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagvoid setValue(Value value)
Value getValue()
boolean canContainValue(Value value)
void toString(UnitPrinter up)
Copyright © 2020 Soot OSS. All rights reserved.