Package

scala.reflect

reify

Permalink

package reify

Source
package.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reify
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Errors extends AnyRef

    Permalink
  2. trait Phases extends Reshape with Calculate with Metalevels with Reify

    Permalink
  3. abstract class Reifier extends States with Phases with Errors with Utils

    Permalink

    Given a tree or a type, generate a tree that when executed at runtime produces the original tree or type.

    Given a tree or a type, generate a tree that when executed at runtime produces the original tree or type. See more info in the comments to reify in scala.reflect.api.Universe.

    Version

    2.10

    Since

    2.10

  4. trait States extends AnyRef

    Permalink
  5. abstract class Taggers extends AnyRef

    Permalink

Value Members

  1. package codegen

    Permalink
  2. package phases

    Permalink
  3. def reifyEnclosingRuntimeClass(global: Global)(typer0: (analyzer)#Typer): tools.nsc.Global.Tree

    Permalink
  4. def reifyRuntimeClass(global: Global)(typer0: (analyzer)#Typer, tpe0: tools.nsc.Global.Type, concrete: Boolean = true): tools.nsc.Global.Tree

    Permalink
  5. def reifyTree(global: Global)(typer: (analyzer)#Typer, universe: tools.nsc.Global.Tree, mirror: tools.nsc.Global.Tree, tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
  6. def reifyType(global: Global)(typer: (analyzer)#Typer, universe: tools.nsc.Global.Tree, mirror: tools.nsc.Global.Tree, tpe: tools.nsc.Global.Type, concrete: Boolean = false): tools.nsc.Global.Tree

    Permalink
  7. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped