Packages

t

scala.tools.nsc.transform

TypingTransformers

trait TypingTransformers extends AnyRef

A base class for transforms. A transform contains a compiler phase which applies a tree transformer.

Source
TypingTransformers.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypingTransformers
  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. Protected

Type Members

  1. abstract class ThicketTransformer extends TypingTransformer

    A base class for typing transformers that need to perform "thicket expansion".

    A base class for typing transformers that need to perform "thicket expansion". A thicket is the output of a transformation that is flattened into the enclosing block.

  2. abstract class TypingTransformer extends Global.AstTransformer

Abstract Value Members

  1. abstract val global: Global