Class ArraySort<D extends Sort,R extends Sort>

All Implemented Interfaces:
Comparable<AST>
Direct Known Subclasses:
SetSort

public class ArraySort<D extends Sort,R extends Sort> extends Sort
Array sorts.
  • Method Details

    • getDomain

      public D getDomain()
      The domain of the array sort.
      Returns:
      a sort
      Throws:
      Z3Exception
      Z3Exception - on error
    • getRange

      public R getRange()
      The range of the array sort.
      Returns:
      a sort
      Throws:
      Z3Exception
      Z3Exception - on error