Class FuncInterp.Entry<R extends Sort>

  • Enclosing class:
    FuncInterp<R extends Sort>

    public static class FuncInterp.Entry<R extends Sort>
    extends Z3Object
    An Entry object represents an element in the finite map used to encode a function interpretation.
    • Method Detail

      • getNumArgs

        public int getNumArgs()
        The number of arguments of the entry.
        Throws:
        Z3Exception - on error
      • toString

        public String toString()
        A string representation of the function entry.
        Overrides:
        toString in class Object