Packages

trait MatchCodeGen extends Interface

Factory methods used by TreeMakers to make the actual trees.

Source
MatchCodeGen.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatchCodeGen
  2. Interface
  3. TreeDSL
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait MatchMonadInterface extends AnyRef
    Definition Classes
    Interface
  2. trait TypedSubstitution extends MatchMonadInterface
    Definition Classes
    Interface
  3. trait CodegenCore extends MatchMonadInterface
  4. trait OptimizedCodegen extends CodegenCore with TypedSubstitution with MatchMonadInterface

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    TreeDSL

Concrete Value Members

  1. object CODE
    Definition Classes
    TreeDSL