public abstract class AbstractValueBox extends AbstractHost implements ValueBox
col, line, mTagList
Constructor and Description |
---|
AbstractValueBox() |
Modifier and Type | Method and Description |
---|---|
Value |
getValue()
Returns the value contained in this box.
|
void |
setValue(Value value)
Sets the value contained in this box as given.
|
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canContainValue
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
public void setValue(Value value)
ValueBox
public Value getValue()
ValueBox
public void toString(UnitPrinter up)
public java.lang.String toString()
toString
in class java.lang.Object