Packages

class RegularSwitchMaker extends SwitchMaker

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegularSwitchMaker
  2. SwitchMaker
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
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: 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 alternativesSupported: Boolean
    Definition Classes
    RegularSwitchMakerSwitchMaker
  5. def apply(cases: List[(Global.Symbol, List[SwitchEmission.TreeMaker])], pt: Global.Type): List[Global.CaseDef]
    Definition Classes
    SwitchMaker
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val canJump: Boolean
    Definition Classes
    RegularSwitchMakerSwitchMaker
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def defaultBody: Global.Tree
    Definition Classes
    RegularSwitchMakerSwitchMaker
  10. def defaultCase(scrutSym: Global.Symbol = defaultSym, guard: Global.Tree = EmptyTree, body: Global.Tree = defaultBody): Global.CaseDef
    Definition Classes
    RegularSwitchMakerSwitchMaker
  11. def defaultSym: Global.Symbol
    Definition Classes
    RegularSwitchMakerSwitchMaker
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isDefault(x: Global.CaseDef): Boolean
    Definition Classes
    RegularSwitchMakerSwitchMaker
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val switchableTpe: Set[Global.Type]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. val unchecked: Boolean

    Should exhaustivity analysis be skipped?

    Should exhaustivity analysis be skipped?

    Definition Classes
    RegularSwitchMakerSwitchMaker
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. object SwitchablePattern
  30. object SwitchableTreeMaker extends SwitchableTreeMakerExtractor
    Definition Classes
    RegularSwitchMakerSwitchMaker
  31. object GuardAndBodyTreeMakers
    Definition Classes
    SwitchMaker

Inherited from SwitchMaker

Inherited from AnyRef

Inherited from Any

Ungrouped