c

scala.tools.nsc.interactive

PresentationCompilerThread

final class PresentationCompilerThread extends Thread

A presentation compiler thread. This is a lightweight class, delegating most of its functionality to the compiler instance.

Source
PresentationCompilerThread.scala
Linear Supertypes
Thread, Runnable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PresentationCompilerThread
  2. Thread
  3. Runnable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PresentationCompilerThread(compiler: Global, name: String = "")

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to any2stringadd[PresentationCompilerThread] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PresentationCompilerThread, B)
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to ArrowAssoc[PresentationCompilerThread] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def checkAccess(): Unit
    Definition Classes
    Thread
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws( ... )
  9. var compiler: Global
  10. def ensuring(cond: (PresentationCompilerThread) ⇒ Boolean, msg: ⇒ Any): PresentationCompilerThread
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to Ensuring[PresentationCompilerThread] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (PresentationCompilerThread) ⇒ Boolean): PresentationCompilerThread
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to Ensuring[PresentationCompilerThread] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): PresentationCompilerThread
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to Ensuring[PresentationCompilerThread] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): PresentationCompilerThread
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to Ensuring[PresentationCompilerThread] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to StringFormat[PresentationCompilerThread] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def getContextClassLoader(): ClassLoader
    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  20. def getId(): Long
    Definition Classes
    Thread
  21. final def getName(): String
    Definition Classes
    Thread
  22. final def getPriority(): Int
    Definition Classes
    Thread
  23. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Thread
  24. def getState(): State
    Definition Classes
    Thread
  25. final def getThreadGroup(): ThreadGroup
    Definition Classes
    Thread
  26. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    Thread
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  28. def interrupt(): Unit
    Definition Classes
    Thread
  29. final def isAlive(): Boolean
    Definition Classes
    Thread
  30. final def isDaemon(): Boolean
    Definition Classes
    Thread
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isInterrupted(): Boolean
    Definition Classes
    Thread
  33. final def join(): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  34. final def join(arg0: Long, arg1: Int): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  35. final def join(arg0: Long): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def run(): Unit

    The presentation compiler loop.

    The presentation compiler loop.

    Definition Classes
    PresentationCompilerThread → Thread → Runnable
  40. def setContextClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    Thread
  41. final def setDaemon(arg0: Boolean): Unit
    Definition Classes
    Thread
  42. final def setName(arg0: String): Unit
    Definition Classes
    Thread
  43. final def setPriority(arg0: Int): Unit
    Definition Classes
    Thread
  44. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
    Definition Classes
    Thread
  45. def start(): Unit
    Definition Classes
    Thread
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    Thread → AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (PresentationCompilerThread, B)
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread to ArrowAssoc[PresentationCompilerThread] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def countStackFrames(): Int
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def stop(arg0: java.lang.Throwable): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PresentationCompilerThread to any2stringadd[PresentationCompilerThread]

Inherited by implicit conversion StringFormat from PresentationCompilerThread to StringFormat[PresentationCompilerThread]

Inherited by implicit conversion Ensuring from PresentationCompilerThread to Ensuring[PresentationCompilerThread]

Inherited by implicit conversion ArrowAssoc from PresentationCompilerThread to ArrowAssoc[PresentationCompilerThread]

Ungrouped