scala.tools.nsc.typechecker.PatMatVirtualiser.MatchTranslation

ExtractorCallRegular

class ExtractorCallRegular extends ExtractorCall

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

Instance Constructors

  1. new ExtractorCallRegular(extractorCallIncludingDummy: Tree, args: List[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. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected
    Definition Classes
    ExtractorCall
  11. def finalize(): Unit

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

    Attributes
    protected
    Definition Classes
    ExtractorCall
  13. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  16. def isSeq: Boolean

    Definition Classes
    ExtractorCallRegularExtractorCall
  17. def isTyped: Boolean

    Definition Classes
    ExtractorCallRegularExtractorCall
  18. lazy val lastIndexingBinder: Int

    Attributes
    protected
    Definition Classes
    ExtractorCall
  19. lazy val lastIsStar: Boolean

    Definition Classes
    ExtractorCall
  20. def lengthGuard(binder: Symbol): Option[Tree]

    Attributes
    protected
    Definition Classes
    ExtractorCall
  21. lazy val minLenToCheck: Int

    Attributes
    protected
    Definition Classes
    ExtractorCall
  22. val nbSubPats: Int

    Definition Classes
    ExtractorCall
  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. def paramType: Type

    Definition Classes
    ExtractorCallRegularExtractorCall
  27. lazy val rawSubPatTypes: List[Type]

    Attributes
    protected
    Definition Classes
    ExtractorCallRegularExtractorCall
  28. lazy val resultInMonad: Type

    Attributes
    protected
  29. def resultType: Type

  30. def seqLenCmp: Symbol

    Attributes
    protected
    Definition Classes
    ExtractorCall
  31. def seqTp: Type

    Attributes
    protected
    Definition Classes
    ExtractorCall
  32. def seqTree(binder: Symbol): Tree

    Attributes
    protected
    Definition Classes
    ExtractorCallRegularExtractorCall
  33. def spliceApply(binder: Symbol): Tree

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

    Definition Classes
    ExtractorCall
  35. lazy val subPatBinders: List[Symbol]

    Definition Classes
    ExtractorCall
  36. def subPatRefs(binder: Symbol): List[Tree]

    Attributes
    protected
    Definition Classes
    ExtractorCallRegularExtractorCall
  37. def subPatRefsSeq(binder: Symbol): List[Tree]

    Attributes
    protected
    Definition Classes
    ExtractorCall
  38. def subPatTypes: List[Type]

    Definition Classes
    ExtractorCall
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    ExtractorCallRegular → AnyRef → Any
  41. def tpe: Type

  42. def treeMaker(patBinderOrCasted: Symbol, pos: Position): TreeMaker

    Definition Classes
    ExtractorCallRegularExtractorCall
  43. def tupleSel(binder: Symbol)(i: Int): Tree

    Attributes
    protected
    Definition Classes
    ExtractorCall
  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()

Inherited from ExtractorCall

Inherited from AnyRef

Inherited from Any