public abstract class AbstractValueBox extends AbstractHost implements ValueBox
| Modifier and Type | Field and Description |
|---|---|
protected Value |
value |
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.
|
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, removeTagprotected Value value
public void setValue(Value value)
ValueBoxpublic Value getValue()
ValueBoxpublic void toString(UnitPrinter up)
Copyright © 2024 Soot OSS. All rights reserved.