Class ListValue
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.util.ListValue
- 
Field SummaryFields inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValueaddress, ADDRESS_UNKNOWN, className
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetList()voidvoidValue<?,?> Value<?,?> invokeMethod(String name, org.objectweb.asm.Type[] desc, Value<?, ?>[] args) Value<?,?> invokeRemove(IntValue idx) toString()Returns the string representation of the value.Methods 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, 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- 
ListValue
- 
ListValue
 
- 
- 
Method Details- 
getList
- 
invokeMethod- Overrides:
- invokeMethodin class- ObjectValue<Object,- Object> 
 
- 
invokeAdd
- 
invokeSize
- 
invokeAdd
- 
invokeClearpublic void invokeClear()
- 
invokeGet
- 
invokeRemove
- 
toStringDescription copied from class:ValueReturns the string representation of the value. Should be implemented by each inheriting class.- Overrides:
- toStringin class- ObjectValue<Object,- Object> 
- Returns:
- the string representation of the value
 
 
-