scala.tools.nsc.transform.patmat.MatchCodeGen

PureCodegen

trait PureCodegen extends CodegenCore with PureMatchMonadInterface

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PureCodegen
  2. PureMatchMonadInterface
  3. CodegenCore
  4. MatchMonadInterface
  5. AnyRef
  6. 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

Type Members

  1. trait AbsCodegen extends AnyRef

    Definition Classes
    CodegenCore
  2. trait Casegen extends AbsCodegen

    Definition Classes
    CodegenCore
  3. abstract class CommonCodegen extends AbsCodegen

    Definition Classes
    CodegenCore

Abstract Value Members

  1. abstract val matchStrategy: Global.Tree

    Definition Classes
    PureMatchMonadInterface
  2. abstract val typer: (analyzer)#Typer

    Definition Classes
    MatchMonadInterface

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

    Implicit information
    This member is added by an implicit conversion from PureCodegen to ArrowAssoc[PureCodegen] 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. def _match(n: Global.Name): SelectStart

    Definition Classes
    PureMatchMonadInterface
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def codegen: AbsCodegen

    Definition Classes
    PureCodegenCodegenCore
  12. def ensuring(cond: (PureCodegen) ⇒ Boolean, msg: ⇒ Any): PureCodegen

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from PureCodegen to StringFormat[PureCodegen] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def freshName(prefix: String): Global.TermName

    Definition Classes
    CodegenCore
  21. def freshSym(pos: Global.Position, tp: Global.Type = NoType, prefix: String = "x"): Global.TermSymbol

    Definition Classes
    CodegenCore
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val matchOwner: Global.Symbol

    Definition Classes
    MatchMonadInterface
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def newSynthCaseLabel(name: String): Global.MethodSymbol

    Definition Classes
    CodegenCore
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. object pureCodegen extends CommonCodegen with Casegen

  31. def pureType(tp: Global.Type): Global.Type

  32. def reportMissingCases(pos: Global.Position, counterExamples: List[String]): Unit

    Definition Classes
    MatchMonadInterface
  33. def reportUnreachable(pos: Global.Position): Unit

    Definition Classes
    MatchMonadInterface
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

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

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

Inherited from PureMatchMonadInterface

Inherited from CodegenCore

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped