Package de.uzl.its.swat.symbolic.value
Class VoidValue
java.lang.Object
de.uzl.its.swat.symbolic.value.Value
de.uzl.its.swat.symbolic.value.VoidValue
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObjectValue<?,
?> toString()
Returns the string representation of the value.Methods inherited from class de.uzl.its.swat.symbolic.value.Value
asBooleanValue, asByteValue, asCharValue, asDoubleValue, asFloatValue, asIntValue, asLongValue, asNumericalValue, asShortValue, asStringValue, getBounds, getConcrete, getConcreteEncoded, getName, getType, initSymbolic, initSymbolic, MAKE_SYMBOLIC, MAKE_SYMBOLIC, MAKE_SYMBOLIC, reset
-
Field Details
-
instance
-
-
Constructor Details
-
VoidValue
public VoidValue()
-
-
Method Details
-
asObjectValue
- Overrides:
asObjectValue
in classValue
-
toString
Description copied from class:Value
Returns the string representation of the value. Should be implemented by each inheriting class.
-