scala.tools.nsc.typechecker.PatternTypers.PatternTyper

ExtractorShape

case class ExtractorShape(fun: Global.Tree, args: List[Global.Tree]) extends Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractorShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by StringAdd
  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

Instance Constructors

  1. new ExtractorShape(fun: Global.Tree, args: List[Global.Tree])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Typers.Typer.ExtractorShape to StringAdd[Typers.Typer.ExtractorShape] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Typers.Typer.ExtractorShape, B)

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val args: List[Global.Tree]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val ccInfo: Typers.Typer.CaseClassInfo

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def elementArity: Int

  13. def elementType: Global.Type

  14. def elementTypes: collection.immutable.List[Global.Type]

  15. def enclClass: Global.Symbol

  16. def ensuring(cond: (Typers.Typer.ExtractorShape) ⇒ Boolean, msg: ⇒ Any): Typers.Typer.ExtractorShape

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

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

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

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

    Definition Classes
    AnyRef
  21. val exInfo: Typers.Typer.UnapplyMethodInfo

  22. def expectedPatternTypes: collection.immutable.List[Global.Type]

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formals: collection.immutable.List[Global.Type]

  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Typers.Typer.ExtractorShape to StringFormat[Typers.Typer.ExtractorShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. val fun: Global.Tree

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isSingle: Boolean

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def patternFixedArity: Int

  34. def pos: Global.Position

  35. def productArity: Int

    Definition Classes
    ExtractorShape → Product
  36. def productTypes: collection.immutable.List[Global.Type]

  37. def squishIntoOne(): collection.immutable.List[Global.Type]

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    ExtractorShape → AnyRef → Any
  40. def unapplyMethod: Global.Symbol

  41. def unapplyParamType: Global.Type

  42. def unapplyType: Global.Type

  43. def varargsType: Global.Type

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (Typers.Typer.ExtractorShape, B)

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

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Typers.Typer.ExtractorShape to StringAdd[Typers.Typer.ExtractorShape]

Inherited by implicit conversion StringFormat from Typers.Typer.ExtractorShape to StringFormat[Typers.Typer.ExtractorShape]

Inherited by implicit conversion Ensuring from Typers.Typer.ExtractorShape to Ensuring[Typers.Typer.ExtractorShape]

Inherited by implicit conversion ArrowAssoc from Typers.Typer.ExtractorShape to ArrowAssoc[Typers.Typer.ExtractorShape]

Ungrouped