Packages

trait GenTrees extends AnyRef

Self Type
Reifier
Source
GenTrees.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenTrees
  2. AnyRef
  3. 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

Value Members

  1. def reifyFlags(flags: tools.nsc.Global.FlagSet): tools.nsc.Global.Tree
  2. def reifyModifiers(m: tools.nsc.Global.Modifiers): tools.nsc.Global.Tree
  3. def reifyTree(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Reify a tree.

    Reify a tree. For internal use only, use reified instead.

  4. def reifyTreeSymbols: Boolean
  5. def reifyTreeSyntactically(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree
  6. def reifyTreeTypes: Boolean