Packages

object synthetics

Synthetic definitions generated by namer, eliminated by typer.

Source
CompilationUnits.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. synthetics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def -=(sym: Global.Symbol): Unit
  2. def clear(): Unit
  3. def get(sym: Global.Symbol): Option[Global.Tree]
  4. def keys: Iterable[Global.Symbol]
  5. def toString(): String
    Definition Classes
    synthetics → AnyRef → Any
  6. def update(sym: Global.Symbol, tree: Global.Tree): Unit