scala.tools.nsc.typechecker.PatMatVirtualiser.MatchTranslation

ExtractorCall

abstract class ExtractorCall extends AnyRef

Source
PatMatVirtualiser.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ExtractorCall
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtractorCall(args: List[Tree])

Abstract Value Members

  1. abstract def isSeq: Boolean

  2. abstract def isTyped: Boolean

  3. abstract def paramType: Type

  4. abstract def rawSubPatTypes: List[Type]

    Attributes
    protected
  5. abstract def treeMaker(binder: Symbol, pos: Position): TreeMaker

Concrete 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val args: List[Tree]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. lazy val expectedLength: Int

    Attributes
    protected
  12. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. lazy val firstIndexingBinder: Int

    Attributes
    protected
  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  17. lazy val lastIndexingBinder: Int

    Attributes
    protected
  18. lazy val lastIsStar: Boolean

  19. def lengthGuard(binder: Symbol): Option[Tree]

    Attributes
    protected
  20. lazy val minLenToCheck: Int

    Attributes
    protected
  21. val nbSubPats: Int

  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 seqLenCmp: Symbol

    Attributes
    protected
  26. def seqTp: Type

    Attributes
    protected
  27. def seqTree(binder: Symbol): Tree

    Attributes
    protected
  28. lazy val subBindersAndPatterns: List[(Symbol, Tree)]

  29. lazy val subPatBinders: List[Symbol]

  30. def subPatRefs(binder: Symbol): List[Tree]

    Attributes
    protected
  31. def subPatRefsSeq(binder: Symbol): List[Tree]

    Attributes
    protected
  32. def subPatTypes: List[Type]

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def tupleSel(binder: Symbol)(i: Int): Tree

    Attributes
    protected
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any