class TypePropagator extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypePropagator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TypePropagator(doc: Document, triangle: Boolean, always_with_type_0: Boolean, weakInference: Boolean, primitivep: Boolean = true, level0: Level0 = new DefaultLevel0)
- new TypePropagator(ind: Indexing, level0: Level0, primitivep: Boolean, triangle: Boolean, always_with_type_0: Boolean)
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 aggregateProvTypesToLevel(nums: Set[Int], nums2: Seq[Int], filter: Set[String]): ProvTypes
- def aggregateProvTypesToLevel(nums: Set[Int]): ProvTypes
- def aggregateProvTypesToLevel(level: Int, aggregatep: Boolean = true, aggregate0p: Boolean = false): ProvTypes
- def aggregateProvTypesToLevelAndFilter(level: Int, maxlevel: Int, filter: Set[String]): ProvTypes
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bak: BackwardPropagator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val common: CommonTypePropagator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fwd: ForwardPropagator
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConstructorForLevel(level: Int, filter: Set[String], maxlevel: Int, nsBase: String, prettyMethod: Pretty, withLevel0Description: Boolean): SummaryConstructor
- def getConstructorForLevel(level: Int, nsBase: String, prettyMethod: Pretty, aggregatep: Boolean, aggregate0p: Boolean, withLevel0Description: Boolean): SummaryConstructor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val type0: Map[Int, Set[ProvType with ForwardType]]
- lazy val type0_: Map[Int, Set[ProvType with BackwardType]]
- lazy val type1: Map[Int, Set[ProvType with ForwardType]]
- lazy val type2: Map[Int, Set[ProvType with ForwardType]]
- lazy val type_back1: Map[Int, Set[ProvType with BackwardType]]
- 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])
- 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
(Since version 9)