Class CharacterObjectValue
java.lang.Object
de.uzl.its.swat.symbolic.value.Value<T,K>
de.uzl.its.swat.symbolic.value.reference.ObjectValue<Object,Object>
de.uzl.its.swat.symbolic.value.reference.lang.CharacterObjectValue
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValue
address, ADDRESS_UNKNOWN, className
-
Constructor Summary
ConstructorDescriptionCharacterObjectValue
(org.sosy_lab.java_smt.api.SolverContext context) CharacterObjectValue
(org.sosy_lab.java_smt.api.SolverContext context, CharValue charValue, int address) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.sosy_lab.java_smt.api.BooleanFormula
getBounds
(boolean upper) Gets the bound of the primitive typeint
hashCode()
Value<?,
?> invokeMethod
(String name, org.objectweb.asm.Type[] desc, Value<?, ?>[] args) toString()
Returns the string representation of the value.Methods inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValue
asArrayValue, asFloatValue, asIntValue, asObjectArrayValue, asObjectValue, getAddress, getConcrete, getField, getFields, getnFields, IF_ACMPEQ, IF_ACMPNE, IFNONNULL, IFNULL, MAKE_SYMBOLIC, MAKE_SYMBOLIC, setAddress, setField, setFields
Methods inherited from class de.uzl.its.swat.symbolic.value.Value
asBooleanValue, asByteValue, asCharValue, asDoubleValue, asLongValue, asNumericalValue, asShortValue, asStringValue, getConcreteEncoded, getName, getType, initSymbolic, initSymbolic, MAKE_SYMBOLIC, reset
-
Constructor Details
-
CharacterObjectValue
public CharacterObjectValue(org.sosy_lab.java_smt.api.SolverContext context) -
CharacterObjectValue
public CharacterObjectValue(org.sosy_lab.java_smt.api.SolverContext context, CharValue charValue, int address)
-
-
Method Details
-
getBounds
public org.sosy_lab.java_smt.api.BooleanFormula getBounds(boolean upper) Gets the bound of the primitive type -
getCharValue
-
invokeMethod
- Overrides:
invokeMethod
in classObjectValue<Object,
Object>
-
equals
- Overrides:
equals
in classObjectValue<Object,
Object>
-
hashCode
public int hashCode() -
toString
Description copied from class:Value
Returns the string representation of the value. Should be implemented by each inheriting class.- Overrides:
toString
in classObjectValue<Object,
Object> - Returns:
- the string representation of the value
-