scala.tools.nsc.transform.patmat.MatchOptimization.SwitchEmission

RegularSwitchMaker

class RegularSwitchMaker extends SwitchMaker

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RegularSwitchMaker
  2. SwitchMaker
  3. AnyRef
  4. 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 RegularSwitchMaker(scrutSym: Global.Symbol, matchFailGenOverride: Option[(Global.Tree) ⇒ Global.Tree], unchecked: Boolean)

Type Members

  1. abstract class SwitchableTreeMakerExtractor extends AnyRef

    Definition Classes
    SwitchMaker

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 RegularSwitchMaker to StringAdd[RegularSwitchMaker] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (RegularSwitchMaker, B)

    Implicit information
    This member is added by an implicit conversion from RegularSwitchMaker to ArrowAssoc[RegularSwitchMaker] 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. object GuardAndBodyTreeMakers

    Definition Classes
    SwitchMaker
  9. object SwitchablePattern

  10. object SwitchableTreeMaker extends SwitchableTreeMakerExtractor

    Definition Classes
    RegularSwitchMakerSwitchMaker
  11. val alternativesSupported: Boolean

    Definition Classes
    RegularSwitchMakerSwitchMaker
  12. def apply(cases: List[(Global.Symbol, List[SwitchEmission.TreeMaker])], pt: Global.Type): List[Global.CaseDef]

    Definition Classes
    SwitchMaker
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val canJump: Boolean

    Definition Classes
    RegularSwitchMakerSwitchMaker
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def defaultBody: Global.Tree

    Definition Classes
    RegularSwitchMakerSwitchMaker
  17. def defaultCase(scrutSym: Global.Symbol = defaultSym, guard: Global.Tree = EmptyTree, body: Global.Tree = defaultBody): Global.CaseDef

    Definition Classes
    RegularSwitchMakerSwitchMaker
  18. def defaultSym: Global.Symbol

    Definition Classes
    RegularSwitchMakerSwitchMaker
  19. def ensuring(cond: (RegularSwitchMaker) ⇒ Boolean, msg: ⇒ Any): RegularSwitchMaker

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RegularSwitchMaker to StringFormat[RegularSwitchMaker] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  29. def isDefault(x: Global.CaseDef): Boolean

    Definition Classes
    RegularSwitchMakerSwitchMaker
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. val switchableTpe: Set[Global.Type]

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. val unchecked: Boolean

    Should exhaustivity analysis be skipped?

    Should exhaustivity analysis be skipped?

    Definition Classes
    RegularSwitchMakerSwitchMaker
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (RegularSwitchMaker, B)

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

Inherited from SwitchMaker

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from RegularSwitchMaker to StringAdd[RegularSwitchMaker]

Inherited by implicit conversion StringFormat from RegularSwitchMaker to StringFormat[RegularSwitchMaker]

Inherited by implicit conversion Ensuring from RegularSwitchMaker to Ensuring[RegularSwitchMaker]

Inherited by implicit conversion ArrowAssoc from RegularSwitchMaker to ArrowAssoc[RegularSwitchMaker]

Ungrouped