object typingStack
- Source
- TypersTracking.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- typingStack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterNextTyped(tree: Global.Tree, typedTree: Global.Tree): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeNextTyped(tree: Global.Tree, mode: Mode, pt: Global.Type, context: Analyzer.Context): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indented(s: String): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
The Scala compiler and reflection APIs.