Packages

t

scala.tools.nsc.symtab

SymbolTrackers

trait SymbolTrackers extends AnyRef

Printing the symbol graph (for those symbols attached to an AST node) after each phase.

Source
SymbolTrackers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolTrackers
  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

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
  2. trait Hierarchy extends AnyRef

    Reversing the direction of Symbol's owner arrow.

  3. class SymbolTracker extends AnyRef

Abstract Value Members

  1. abstract val global: Global

Concrete Value Members

  1. object SymbolTracker