Class IntArrayValue
java.lang.Object
de.uzl.its.swat.symbolic.value.Value<T,K>
 
de.uzl.its.swat.symbolic.value.reference.ObjectValue<org.sosy_lab.java_smt.api.ArrayFormula<TI,TE>,K>
  
de.uzl.its.swat.symbolic.value.reference.array.AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,IntValue,IntValue,int[]>
    
de.uzl.its.swat.symbolic.value.reference.array.IntArrayValue
public class IntArrayValue
extends AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,IntValue,IntValue,int[]>    
Wrapper for Arrays that contain integer values.
- 
Field SummaryFields inherited from class de.uzl.its.swat.symbolic.value.reference.array.AbstractArrayValueamgr, context, elementFormulaType, formulaType, indexFormulaType, parentRef, parentRefIdx, sizeFields inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValueaddress, ADDRESS_UNKNOWN, className
- 
Constructor SummaryConstructorsConstructorDescriptionIntArrayValue(org.sosy_lab.java_smt.api.SolverContext context, int[] concrete, int address) IntArrayValue(org.sosy_lab.java_smt.api.SolverContext context, IntValue size, int address) IntArrayValue(org.sosy_lab.java_smt.api.SolverContext context, IntValue size, int address, IntValue parentRefIdx, ArrayArrayValue parentRef) 
- 
Method SummaryModifier and TypeMethodDescriptionAbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, IntValue, IntValue, int[]> getElement(IntValue idx) Returns the formula that represents the element at the specified index.protected voidinitArray(int size) Initializes the array with the default value.protected voidinitArray(int[] array) voidstoreElement(IntValue idx, IntValue val) Stores the formula representing an element at the position specified by the index formula.toString()Returns the string representation of the value used to visualize the stack.Methods inherited from class de.uzl.its.swat.symbolic.value.reference.array.AbstractArrayValueasBooleanArrayValue, asByteArrayValue, asCharArrayValue, asDoubleArrayValue, asFloatArrayValue, asLongArrayValue, asObjectArrayValue, asShortArrayValue, checkIndex, genericToString, getContextMethods inherited from class de.uzl.its.swat.symbolic.value.reference.ObjectValueasFloatValue, asIntValue, 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- 
IntArrayValue
- 
IntArrayValuepublic IntArrayValue(org.sosy_lab.java_smt.api.SolverContext context, IntValue size, int address, IntValue parentRefIdx, ArrayArrayValue parentRef) 
- 
IntArrayValuepublic IntArrayValue(org.sosy_lab.java_smt.api.SolverContext context, int[] concrete, int address) 
 
- 
- 
Method Details- 
getElementDescription copied from class:AbstractArrayValueReturns the formula that represents the element at the specified index.- Specified by:
- getElementin class- AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, - IntValue, - IntValue, - int[]> 
- Parameters:
- idx- The formula that specifies the index.
- Returns:
- The formula that specifies the retrieved/ retrievable element.
 
- 
storeElementDescription copied from class:AbstractArrayValueStores the formula representing an element at the position specified by the index formula.- Specified by:
- storeElementin class- AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, - IntValue, - IntValue, - int[]> 
- Parameters:
- idx- The index formula.
- val- The element formula.
 
- 
initArrayprotected void initArray(int size) Description copied from class:AbstractArrayValueInitializes the array with the default value.- Specified by:
- initArrayin class- AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, - IntValue, - IntValue, - int[]> 
- Parameters:
- size- The size of the array.
 
- 
initArrayprotected void initArray(int[] array) 
- 
asIntArrayValue- Overrides:
- asIntArrayValuein class- AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, - IntValue, - IntValue, - int[]> 
 
- 
asArrayValuepublic AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, asArrayValue()IntValue, IntValue, int[]> - Overrides:
- asArrayValuein class- AbstractArrayValue<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula, - IntValue, - IntValue, - int[]> 
 
- 
toStringReturns the string representation of the value used to visualize the stack. The representation is not complete.- Overrides:
- toStringin class- ObjectValue<org.sosy_lab.java_smt.api.ArrayFormula<org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula,- org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula>, - int[]> 
- Returns:
- the string representation of the value.
 
 
-