object typingStack
- Source
- TypersTracking.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- typingStack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def afterNextTyped(tree: Global.Tree, typedTree: Global.Tree): Unit
- def beforeNextTyped(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context): Boolean
- def indented(s: String): String
- def nextTyped(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context)(body: ⇒ Global.Tree): Global.Tree
- def nextTypedInternal(tree: Global.Tree, pushFn: ⇒ Unit)(body: ⇒ Global.Tree): Global.Tree
- val out: PrintWriter
- def pop(t: Global.Tree): Unit
-
final
def
printTyping(s: ⇒ String): Unit
- Annotations
- @inline()
-
final
def
printTyping(tree: Global.Tree, s: ⇒ String): Unit
- Annotations
- @inline()
- def push(t: Global.Tree): Unit
-
final
def
runWith[T](t: Global.Tree)(body: ⇒ T): T
- Annotations
- @inline()
- def show(s: String): Unit
- def showAdapt(original: Global.Tree, adapted: Global.Tree, pt: Global.Type, context: Analyzer.Context): Unit
- def showPop(typedTree: Global.Tree): Global.Tree
- def showPush(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context): Unit
- def showPush(tree: Global.Tree, context: Analyzer.Context): Unit
- def showTyped(tree: Global.Tree): Unit
The Scala compiler and reflection APIs.