t

scala.tools.nsc.transform.patmat

TreeAndTypeAnalysis

trait TreeAndTypeAnalysis extends Debugging

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    Debugging

Concrete Value Members

  1. object debug
    Definition Classes
    Debugging
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TreeAndTypeAnalysis to any2stringadd[TreeAndTypeAnalysis] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (TreeAndTypeAnalysis, B)
    Implicit
    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()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. 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.

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (TreeAndTypeAnalysis) ⇒ Boolean, msg: ⇒ Any): TreeAndTypeAnalysis
    Implicit
    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
    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
    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
    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 equivalentTree(a: Global.Tree, b: Global.Tree): Boolean
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    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()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. def instanceOfTpImplies(tp: Global.Type, tpImplied: Global.Type): Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  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
    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