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, removeTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanContainValueaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic void setValue(Value value)
ValueBoxpublic Value getValue()
ValueBoxpublic void toString(UnitPrinter up)
public java.lang.String toString()
toString in class java.lang.Object