Packages

o

scala.tools.nsc.Global.Run

trackerFactory

object trackerFactory extends SymbolTrackers

Source
Global.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. trackerFactory
  2. SymbolTrackers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Change (added: Set[Global.Symbol], removed: Set[Global.Symbol], trees: Map[Global.Symbol, Set[Global.Tree]], owners: Map[Global.Symbol, Global.Symbol], flags: Map[Global.Symbol, Long]) extends Product with Serializable
    Definition Classes
    SymbolTrackers
  2. trait Hierarchy extends AnyRef

    Reversing the direction of Symbol's owner arrow.

    Reversing the direction of Symbol's owner arrow.

    Definition Classes
    SymbolTrackers
  3. class SymbolTracker extends AnyRef
    Definition Classes
    SymbolTrackers

Value Members

  1. val global: Global.this.type
    Definition Classes
    trackerFactorySymbolTrackers
  2. def snapshot(): Unit
  3. lazy val trackers: collection.immutable.List[SymbolTracker]
  4. object SymbolTracker
    Definition Classes
    SymbolTrackers