Packages

object typingStack

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

Value Members

  1. def afterNextTyped(tree: Global.Tree, typedTree: Global.Tree): Unit
  2. def beforeNextTyped(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context): Boolean
  3. def indented(s: String): String
  4. def nextTyped(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context)(body: ⇒ Global.Tree): Global.Tree
  5. def nextTypedInternal(tree: Global.Tree, pushFn: ⇒ Unit)(body: ⇒ Global.Tree): Global.Tree
  6. val out: PrintWriter
  7. def pop(t: Global.Tree): Unit
  8. final def printTyping(s: ⇒ String): Unit
    Annotations
    @inline()
  9. final def printTyping(tree: Global.Tree, s: ⇒ String): Unit
    Annotations
    @inline()
  10. def push(t: Global.Tree): Unit
  11. final def runWith[T](t: Global.Tree)(body: ⇒ T): T
    Annotations
    @inline()
  12. def show(s: String): Unit
  13. def showAdapt(original: Global.Tree, adapted: Global.Tree, pt: Global.Type, context: Analyzer.Context): Unit
  14. def showPop(typedTree: Global.Tree): Global.Tree
  15. def showPush(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context): Unit
  16. def showPush(tree: Global.Tree, context: Analyzer.Context): Unit
  17. def showTyped(tree: Global.Tree): Unit