scala.tools.nsc.transform.patmat

TreeAndTypeAnalysis

trait TreeAndTypeAnalysis extends Debugging

Source
MatchAnalysis.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreeAndTypeAnalysis
  2. Debugging
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CheckableTreeAndTypeAnalysis extends AnyRef

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    Debugging

Concrete 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 information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to any2stringadd[TreeAndTypeAnalysis] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TreeAndTypeAnalysis, B)

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to ArrowAssoc[TreeAndTypeAnalysis] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def binderTypeImpliedByPattern(pat: Global.Tree, pt: Global.Type, binder: Global.Symbol): Global.Type

    Compute the type T implied for a value v matched by a pattern pat (with expected type pt).

    Compute the type T implied for a value v matched by a pattern pat (with expected type pt).

    Usually, this is the pattern's type because pattern matching implies instance-of checks.

    However, Stable Identifier and Literal patterns are matched using ==, which does not imply a type for the binder that binds the matched value.

    See SI-1503, SI-5024: don't cast binders to types we're not sure they have

    TODO: update spec as follows (deviation between **):

    A pattern binder x@p consists of a pattern variable x and a pattern p. The type of the variable x is the static type T **IMPLIED BY** the pattern p. This pattern matches any value v matched by the pattern p **Deleted: , provided the run-time type of v is also an instance of T, ** and it binds the variable name to that value.

    Addition: A pattern p _implies_ a type T if the pattern matches only values of the type T.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. object debug

    Definition Classes
    Debugging
  10. def ensuring(cond: (TreeAndTypeAnalysis) ⇒ Boolean, msg: ⇒ Any): TreeAndTypeAnalysis

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to Ensuring[TreeAndTypeAnalysis] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (TreeAndTypeAnalysis) ⇒ Boolean): TreeAndTypeAnalysis

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to Ensuring[TreeAndTypeAnalysis] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): TreeAndTypeAnalysis

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to Ensuring[TreeAndTypeAnalysis] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): TreeAndTypeAnalysis

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to Ensuring[TreeAndTypeAnalysis] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to StringFormat[TreeAndTypeAnalysis] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def instanceOfTpImplies(tp: Global.Type, tpImplied: Global.Type): Boolean

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def sameValue(a: Global.Tree, b: Global.Tree): Boolean

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def [B](y: B): (TreeAndTypeAnalysis, B)

    Implicit information
    This member is added by an implicit conversion from TreeAndTypeAnalysis to ArrowAssoc[TreeAndTypeAnalysis] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Debugging

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TreeAndTypeAnalysis to any2stringadd[TreeAndTypeAnalysis]

Inherited by implicit conversion StringFormat from TreeAndTypeAnalysis to StringFormat[TreeAndTypeAnalysis]

Inherited by implicit conversion Ensuring from TreeAndTypeAnalysis to Ensuring[TreeAndTypeAnalysis]

Inherited by implicit conversion ArrowAssoc from TreeAndTypeAnalysis to ArrowAssoc[TreeAndTypeAnalysis]

Ungrouped