scala.tools.nsc.typechecker.PatMatVirtualiser

OptimizedCodegen

trait OptimizedCodegen extends CodegenCore with TypedSubstitution with OptimizedMatchMonadInterface

Source
PatMatVirtualiser.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OptimizedCodegen
  2. OptimizedMatchMonadInterface
  3. TypedSubstitution
  4. CodegenCore
  5. MatchMonadInterface
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsCodegen extends AnyRef

  2. abstract class CommonCodegen extends AbsCodegen

  3. class Substitution extends AnyRef

Abstract Value Members

  1. abstract val typer: 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. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object EmptySubstitution extends Substitution

  7. object Substitution extends AnyRef

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Definition Classes
    OptimizedCodegenCodegenCore
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def freshSym(pos: Position, tp: Type = NoType, prefix: String = "x"): TermSymbol

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

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

    Definition Classes
    AnyRef → Any
  17. def inMatchMonad(tp: Type): Type

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def matchMonadResult(tp: Type): Type

    Definition Classes
    MatchMonadInterface
  20. def matchMonadSym: Symbol

    Attributes
    protected
    Definition Classes
    OptimizedMatchMonadInterfaceMatchMonadInterface
  21. val matchOwner: Symbol

    Definition Classes
    MatchMonadInterface
  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. object optimizedCodegen extends CommonCodegen

  26. def pureType(tp: Type): Type

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def typesConform(tp: Type, pt: Type): Boolean

    Definition Classes
    CodegenCore
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TypedSubstitution

Inherited from CodegenCore

Inherited from MatchMonadInterface

Inherited from AnyRef

Inherited from Any