Class LambdaObjectValue
java.lang.Object
de.uzl.its.swat.symbolic.value.Value<T,K>
 
de.uzl.its.swat.symbolic.value.reference.ObjectValue
de.uzl.its.swat.symbolic.value.reference.LambdaObjectValue
- 
Field SummaryFields inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValueaddress, ADDRESS_UNKNOWN, className
- 
Constructor SummaryConstructorsConstructorDescriptionLambdaObjectValue(org.sosy_lab.java_smt.api.SolverContext context, int address, int parentAddress, int key) 
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValueasArrayValue, asFloatValue, asIntValue, asObjectArrayValue, asObjectValue, equals, getAddress, getConcrete, getField, getFields, getnFields, IF_ACMPEQ, IF_ACMPNE, IFNONNULL, IFNULL, invokeMethod, MAKE_SYMBOLIC, MAKE_SYMBOLIC, setAddress, setField, setFieldsMethods inherited from class de.uzl.its.swat.symbolic.value.ValueasBooleanValue, asByteValue, asCharValue, asDoubleValue, asLongValue, asNumericalValue, asShortValue, asStringValue, getBounds, getConcreteEncoded, getName, getType, initSymbolic, initSymbolic, MAKE_SYMBOLIC, reset
- 
Constructor Details- 
LambdaObjectValuepublic LambdaObjectValue(org.sosy_lab.java_smt.api.SolverContext context, int address, int parentAddress, int key) 
 
- 
- 
Method Details- 
getKeypublic int getKey()
- 
getParentAddresspublic int getParentAddress()
- 
toStringDescription copied from class:ValueReturns the string representation of the value. Should be implemented by each inheriting class.- Overrides:
- toStringin class- ObjectValue
- Returns:
- the string representation of the value
 
 
-