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