class TypePropagator extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypePropagator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TypePropagator(doc: Document, triangle: Boolean, always_with_type_0: Boolean, weakInference: Boolean, primitivep: Boolean = true, level0: Level0 = new DefaultLevel0)
  2. new TypePropagator(ind: Indexing, level0: Level0, primitivep: Boolean, triangle: Boolean, always_with_type_0: Boolean)

Type Members

  1. type ProvTypes = Map[Int, Set[ProvType]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateProvTypesToLevel(nums: Set[Int], nums2: Seq[Int], filter: Set[String]): ProvTypes
  5. def aggregateProvTypesToLevel(nums: Set[Int]): ProvTypes
  6. def aggregateProvTypesToLevel(level: Int, aggregatep: Boolean = true, aggregate0p: Boolean = false): ProvTypes
  7. def aggregateProvTypesToLevelAndFilter(level: Int, maxlevel: Int, filter: Set[String]): ProvTypes
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bak: BackwardPropagator
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val common: CommonTypePropagator
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val fwd: ForwardPropagator
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getConstructorForLevel(level: Int, filter: Set[String], maxlevel: Int, nsBase: String, prettyMethod: Pretty, withLevel0Description: Boolean): SummaryConstructor
  17. def getConstructorForLevel(level: Int, nsBase: String, prettyMethod: Pretty, aggregatep: Boolean, aggregate0p: Boolean, withLevel0Description: Boolean): SummaryConstructor
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. lazy val type0: Map[Int, Set[ProvType with ForwardType]]
  26. lazy val type0_: Map[Int, Set[ProvType with BackwardType]]
  27. lazy val type1: Map[Int, Set[ProvType with ForwardType]]
  28. lazy val type2: Map[Int, Set[ProvType with ForwardType]]
  29. lazy val type_back1: Map[Int, Set[ProvType with BackwardType]]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped