public interface ValueBox extends Host, java.io.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, removeTag
void setValue(Value value)
Value getValue()
boolean canContainValue(Value value)
void toString(UnitPrinter up)