dotty.tools.dotc.transform.PatternMatcher.Translator.MatchTranslator

ExtractorCallProd

Related Doc: package MatchTranslator

class ExtractorCallProd extends ExtractorCall

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractorCallProd
  2. ExtractorCall
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtractorCallProd(aligner: MatchTranslator.PatternAligned, fun: ast.tpd.Tree, args: List[ast.tpd.Tree], resultType: Type)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. val aligner: MatchTranslator.PatternAligned

    Definition Classes
    ExtractorCall
  5. val args: List[ast.tpd.Tree]

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

    Definition Classes
    Any
  7. def checkedLength: Option[Int]

    Definition Classes
    ExtractorCall
  8. def clone(): AnyRef

    Attributes
    protected[java.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. def expectedLength: Int

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def firstIndexingBinder: Int

    Attributes
    protected
    Definition Classes
    ExtractorCall
  14. val fun: ast.tpd.Tree

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

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

    Definition Classes
    AnyRef → Any
  17. lazy val ignoredSubPatBinders: Set[Symbol]

    Definition Classes
    ExtractorCall
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def lastIndexingBinder: Int

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

    Attributes
    protected
    Definition Classes
    ExtractorCall
  21. val mathSignum: ast.tpd.Select

    Definition Classes
    ExtractorCall
  22. val mathSignymSymbol: TermSymbol

    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 rawSubPatTypes: List[Type]

    Definition Classes
    ExtractorCall
  27. def resultInMonad: Type

    Definition Classes
    ExtractorCall
  28. val resultType: Type

    Definition Classes
    ExtractorCallProdExtractorCall
  29. def seqTree(binder: Symbol): ast.tpd.Tree

    Attributes
    protected
    Definition Classes
    ExtractorCall
  30. lazy val subBoundTrees: List[BoundTree]

    Definition Classes
    ExtractorCall
  31. def subPatBinders: List[Symbol]

    Definition Classes
    ExtractorCall
  32. def subPatRefs(binder: Symbol): List[ast.tpd.Tree]

    Attributes
    protected
    Definition Classes
    ExtractorCall
  33. def subPatRefsSeq(binder: Symbol): List[ast.tpd.Tree]

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def treeMaker(binder: Symbol, binderKnownNonNull: Boolean, pos: Position, binderTypeTested: Type): MatchTranslator.TreeMaker

    Create the TreeMaker that embodies this extractor call

    Create the TreeMaker that embodies this extractor call

    binder has been casted to paramType if necessary binderKnownNonNull indicates whether the cast implies binder cannot be null when binderKnownNonNull is true, ProductExtractorTreeMaker does not do a (redundant) null check on binder

    Definition Classes
    ExtractorCallProdExtractorCall
  38. def tupleSel(binder: Symbol)(i: Int): ast.tpd.Tree

    Attributes
    protected
    Definition Classes
    ExtractorCall
  39. def typeArgOfBaseTypeOr(tp: Type, baseClass: Symbol)(or: ⇒ Type): Type

    Definition Classes
    ExtractorCall
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtractorCall

Inherited from AnyRef

Inherited from Any

Ungrouped