object trackerFactory extends SymbolTrackers
- Source
- Global.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- trackerFactory
- SymbolTrackers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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
-
trait
Hierarchy
extends AnyRef
Reversing the direction of Symbol's owner arrow.
Reversing the direction of Symbol's owner arrow.
- Definition Classes
- SymbolTrackers
-
class
SymbolTracker
extends AnyRef
- Definition Classes
- SymbolTrackers
Value Members
-
val
global: Global.this.type
- Definition Classes
- trackerFactory → SymbolTrackers
- def snapshot(): Unit
- lazy val trackers: collection.immutable.List[SymbolTracker]
-
object
SymbolTracker
- Definition Classes
- SymbolTrackers
The Scala compiler and reflection APIs.