Class TupleSort

  • All Implemented Interfaces:
    Comparable<AST>

    public class TupleSort
    extends Sort
    Tuple sorts.
    • Method Detail

      • getNumFields

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

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