scala.tools.nsc.typechecker.TreeCheckers

SymbolTracker

object SymbolTracker extends Global.Traverser

This is a work in progress, don't take it too seriously.

Linear Supertypes
Global.Traverser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymbolTracker
  2. Traverser
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type PhaseMap = HashMap[Global.Symbol, List[Global.Tree]]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[T <: Global.Tree](tree: T): T

    Definition Classes
    Traverser
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def atOwner(owner: Global.Symbol)(traverse: ⇒ Unit): Unit

    Definition Classes
    Traverser
  9. def check(ph: Phase, unit: Global.CompilationUnit): Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var currentOwner: Global.Symbol

    Attributes
    protected[scala]
    Definition Classes
    Traverser
  12. val defSyms: HashMap[Global.Symbol, collection.immutable.List[Global.DefTree]]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def inPrev(sym: Global.Symbol): Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def latest: HashMap[Global.Symbol, collection.immutable.List[Global.Tree]]

  21. val maps: ListBuffer[(reflect.internal.Phase, HashMap[Global.Symbol, collection.immutable.List[Global.Tree]])]

  22. val movedMsgs: ListBuffer[String]

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. val newSyms: HashSet[Global.Symbol]

  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def prev: HashMap[Global.Symbol, collection.immutable.List[Global.Tree]]

  28. def record(sym: Global.Symbol, tree: Global.Tree): Any

  29. def reportChanges(): Unit

  30. def sortedNewSyms: collection.immutable.List[Global.Symbol]

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def traverse(tree: Global.Tree): Unit

    Definition Classes
    SymbolTracker → Traverser
  34. def traverseStats(stats: List[Global.Tree], exprOwner: Global.Symbol): Unit

    Definition Classes
    Traverser
  35. def traverseTrees(trees: List[Global.Tree]): Unit

    Definition Classes
    Traverser
  36. def traverseTreess(treess: List[List[Global.Tree]]): Unit

    Definition Classes
    Traverser
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Global.Traverser

Inherited from AnyRef

Inherited from Any

Ungrouped