Interface SymbolicCompleteArrayType

All Superinterfaces:
SymbolicArrayType, SymbolicObject, SymbolicType

public interface SymbolicCompleteArrayType extends SymbolicArrayType
A complete array type specifies not only the element type but also the extent (length) of the array. The extent is a symbolic expression of integer type.
  • Method Details

    • extent

      Returns the extent (length) of any array of this type. This is a non-null integer-valued symbolic expression.