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

ExtractorCallRegular

Related Doc: package MatchTranslator

class ExtractorCallRegular extends ExtractorCall

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractorCallRegular
  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 ExtractorCallRegular(aligner: MatchTranslator.PatternAligned, extractorCallIncludingDummy: 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
    ExtractorCallRegularExtractorCall
  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. final def getClass(): Class[_]

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

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

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

    Definition Classes
    Any
  18. def lastIndexingBinder: Int

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

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

    Definition Classes
    ExtractorCall
  21. val mathSignymSymbol: TermSymbol

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

    Definition Classes
    ExtractorCallRegularExtractorCall
  26. def resultInMonad: Type

    Definition Classes
    ExtractorCall
  27. val resultType: Type

    Definition Classes
    ExtractorCallRegularExtractorCall
  28. def seqTree(binder: Symbol): ast.tpd.Tree

    Attributes
    protected
    Definition Classes
    ExtractorCallRegularExtractorCall
  29. lazy val subBoundTrees: List[BoundTree]

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

    Definition Classes
    ExtractorCall
  31. def subPatRefs(binder: Symbol, subpatBinders: List[Symbol], binderTypeTested: Type): List[ast.tpd.Tree]

    Attributes
    protected
  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(patBinderOrCasted: 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 is not used in this subclass

    TODO: implement review feedback by @retronym: Passing the pair of values around suggests: case class Binder(sym: Symbol, knownNotNull: Boolean). Perhaps it hasn't reached critical mass, but it would already clean things up a touch.

    Definition Classes
    ExtractorCallRegularExtractorCall
  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