Package de.uzl.its.swat.symbolic.value
Class PlaceHolder
java.lang.Object
de.uzl.its.swat.symbolic.value.Value
de.uzl.its.swat.symbolic.value.PlaceHolder
Author: Koushik Sen (ksen@cs.berkeley.edu) Date: 6/17/12 Time: 6:05 PM
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PlaceHolder
final boolean
final PlaceHolder.ValueOrigin
static final Map<String,
PlaceHolder.ValueOrigin> static final PlaceHolder
static final Map<PlaceHolder.ValueOrigin,
String> -
Constructor Summary
ConstructorDescriptionPlaceHolder
(boolean isSymbolic) PlaceHolder
(boolean isSymbolic, PlaceHolder.ValueOrigin origin) -
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, asNumericalValue, asShortValue, asStringValue, getBounds, getConcrete, getConcreteEncoded, getName, getType, initSymbolic, initSymbolic, MAKE_SYMBOLIC, MAKE_SYMBOLIC, MAKE_SYMBOLIC, reset
-
Field Details
-
valueOriginPrefixMap
-
prefixValueOriginMap
-
isSymbolic
public final boolean isSymbolic -
origin
-
instance
-
symbolicInstance
-
-
Constructor Details
-
PlaceHolder
public PlaceHolder(boolean isSymbolic) -
PlaceHolder
-
-
Method Details
-
asObjectValue
- Overrides:
asObjectValue
in classValue
-
asLongValue
- Overrides:
asLongValue
in classValue
-
toString
Description copied from class:Value
Returns the string representation of the value. Should be implemented by each inheriting class.
-