Class TupleSort

All Implemented Interfaces:
Comparable<AST>

public class TupleSort extends Sort
Tuple sorts.
  • Method Details

    • mkDecl

      public FuncDecl<TupleSort> mkDecl()
      The constructor function of the tuple.
      Throws:
      Z3Exception
    • getNumFields

      public int getNumFields()
      The number of fields in the tuple.
    • getFieldDecls

      public FuncDecl<?>[] getFieldDecls()
      The field declarations.
      Throws:
      Z3Exception