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