object bucket extends TermBucket
- Alphabetic
- By Inheritance
- bucket
- TermBucket
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(t: Term): Unit
- Definition Classes
- TermBucket
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- TermBucket
- def clearAll(): Unit
- Definition Classes
- TermBucket
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def elapsedTime: Long
- Definition Classes
- TermBucket
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getTermDistMap: Map[Typ[Term], FiniteDistribution[Term]]
finite distribution of terms with a given type (total not 1, but weight of type)
finite distribution of terms with a given type (total not 1, but weight of type)
- Definition Classes
- TermBucket
- 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
- Definition Classes
- TermBucket
- def getThmsByProofs: FiniteDistribution[Typ[Term]]
theorems weighted by the total weight of their prooofs
theorems weighted by the total weight of their prooofs
- Definition Classes
- TermBucket
- def getTypDist: FiniteDistribution[Typ[Term]]
types weighted by their frequency of generation as terms
types weighted by their frequency of generation as terms
- Definition Classes
- TermBucket
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var loops: Int
- Definition Classes
- TermBucket
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var startTime: Long
- Definition Classes
- TermBucket
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termTypes: Map[Typ[Term], Long]
number of terms of a given type
number of terms of a given type
- Definition Classes
- TermBucket
- val terms: Map[Typ[Term], Vector[Term]]
terms counted, sorted by types
terms counted, sorted by types
- Definition Classes
- TermBucket
- def toString(): String
- Definition Classes
- AnyRef → Any
- var tot: Long
- Definition Classes
- TermBucket
- val types: Map[Typ[Term], Long]
count of generation of a type (as a term)
count of generation of a type (as a term)
- Definition Classes
- TermBucket
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated