Packages

class TermBucket extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermBucket
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TermBucket()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TermBucket toany2stringadd[TermBucket] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TermBucket, B)
    Implicit
    This member is added by an implicit conversion from TermBucket toArrowAssoc[TermBucket] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def append(t: Term): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear(): Unit
  9. def clearAll(): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def elapsedTime: Long
  12. def ensuring(cond: (TermBucket) => Boolean, msg: => Any): TermBucket
    Implicit
    This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (TermBucket) => Boolean): TermBucket
    Implicit
    This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): TermBucket
    Implicit
    This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): TermBucket
    Implicit
    This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TermBucket toStringFormat[TermBucket] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getTermDistMap: Map[Typ[Term], FiniteDistribution[Term]]

    finite distribution of terms with a given type (total not 1, but weight of type)

  21. def getTheorems: FiniteDistribution[Typ[Term]]

    inhabited types (i.e.

    inhabited types (i.e. theorems) weighted by their frequency of generation as terms, normalized to account for most types not being theorems

  22. def getThmsByProofs: FiniteDistribution[Typ[Term]]

    theorems weighted by the total weight of their prooofs

  23. def getTypDist: FiniteDistribution[Typ[Term]]

    types weighted by their frequency of generation as terms

  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. var loops: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. var startTime: Long
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val termTypes: Map[Typ[Term], Long]

    number of terms of a given type

  33. val terms: Map[Typ[Term], Vector[Term]]

    terms counted, sorted by types

  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. var tot: Long
  36. val types: Map[Typ[Term], Long]

    count of generation of a type (as a term)

  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (TermBucket, B)
    Implicit
    This member is added by an implicit conversion from TermBucket toArrowAssoc[TermBucket] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTermBucket to any2stringadd[TermBucket]

Inherited by implicit conversion StringFormat fromTermBucket to StringFormat[TermBucket]

Inherited by implicit conversion Ensuring fromTermBucket to Ensuring[TermBucket]

Inherited by implicit conversion ArrowAssoc fromTermBucket to ArrowAssoc[TermBucket]

Ungrouped