Packages

t

scala.tools.nsc.transform.patmat.MatchCodeGen

PureMatchMonadInterface

trait PureMatchMonadInterface extends MatchMonadInterface

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureMatchMonadInterface
  2. MatchMonadInterface
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val matchStrategy: Global.Tree
  2. abstract val typer: (analyzer)#Typer
    Definition Classes
    MatchMonadInterface

Concrete Value Members

  1. def _match(n: Global.Name): SelectStart
  2. val matchOwner: Global.Symbol
    Definition Classes
    MatchMonadInterface
  3. def pureType(tp: Global.Type): Global.Type
  4. def reportMissingCases(pos: Global.Position, counterExamples: List[String]): Unit
    Definition Classes
    MatchMonadInterface
  5. def reportUnreachable(pos: Global.Position): Unit
    Definition Classes
    MatchMonadInterface