Class IntegerObjectValue
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.IntegerObjectValue
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValue
address, ADDRESS_UNKNOWN, className
-
Constructor Summary
ConstructorDescriptionIntegerObjectValue
(org.sosy_lab.java_smt.api.SolverContext context) IntegerObjectValue
(org.sosy_lab.java_smt.api.SolverContext context, IntValue intValue, int address) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.sosy_lab.java_smt.api.BooleanFormula
getBounds
(boolean upper) Gets the bound of the primitive typeValue<?,
?> invokeMethod
(String name, org.objectweb.asm.Type[] desc, Value<?, ?>[] args) static Value<?,
?> invokeStaticMethod
(org.sosy_lab.java_smt.api.SolverContext context, String name, Value<?, ?>[] args) MAKE_SYMBOLIC
(String namePrefix) 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, setAddress, setField, setFields
Methods inherited from class de.uzl.its.swat.symbolic.value.Value
asBooleanValue, asByteValue, asCharValue, asDoubleValue, asLongValue, asNumericalValue, asShortValue, getConcreteEncoded, getName, getType, initSymbolic, initSymbolic, MAKE_SYMBOLIC, reset
-
Constructor Details
-
IntegerObjectValue
public IntegerObjectValue(org.sosy_lab.java_smt.api.SolverContext context) -
IntegerObjectValue
public IntegerObjectValue(org.sosy_lab.java_smt.api.SolverContext context, IntValue intValue, int address)
-
-
Method Details
-
getIntValue
-
getBounds
public org.sosy_lab.java_smt.api.BooleanFormula getBounds(boolean upper) Gets the bound of the primitive type -
MAKE_SYMBOLIC
- Overrides:
MAKE_SYMBOLIC
in classObjectValue<Object,
Object>
-
MAKE_SYMBOLIC
- Overrides:
MAKE_SYMBOLIC
in classObjectValue<Object,
Object>
-
equals
- Overrides:
equals
in classObjectValue<Object,
Object>
-
invokeStaticMethod
public static Value<?,?> invokeStaticMethod(org.sosy_lab.java_smt.api.SolverContext context, String name, Value<?, ?>[] args) - Parameters:
name
-args
-- Returns:
-
invokeMethod
- Overrides:
invokeMethod
in classObjectValue<Object,
Object> - Parameters:
name
-args
-- Returns:
-
asStringValue
- Overrides:
asStringValue
in classValue<Object,
Object>
-
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
-