Packages

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
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. Protected

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 toany2stringadd[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 toArrowAssoc[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[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  9. var compiler: Global
  10. def ensuring(cond: (PresentationCompilerThread) => Boolean, msg: => Any): PresentationCompilerThread
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getContextClassLoader(): ClassLoader
    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  19. def getId(): Long
    Definition Classes
    Thread
  20. final def getName(): String
    Definition Classes
    Thread
  21. final def getPriority(): Int
    Definition Classes
    Thread
  22. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Thread
  23. def getState(): State
    Definition Classes
    Thread
  24. final def getThreadGroup(): ThreadGroup
    Definition Classes
    Thread
  25. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    Thread
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def interrupt(): Unit
    Definition Classes
    Thread
  28. final def isAlive(): Boolean
    Definition Classes
    Thread
    Annotations
    @native()
  29. final def isDaemon(): Boolean
    Definition Classes
    Thread
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isInterrupted(): Boolean
    Definition Classes
    Thread
  32. final def join(): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def join(arg0: Long, arg1: Int): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def join(arg0: Long): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def run(): Unit

    The presentation compiler loop.

    The presentation compiler loop.

    Definition Classes
    PresentationCompilerThread → Thread → Runnable
  39. def setContextClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    Thread
  40. final def setDaemon(arg0: Boolean): Unit
    Definition Classes
    Thread
  41. final def setName(arg0: String): Unit
    Definition Classes
    Thread
  42. final def setPriority(arg0: Int): Unit
    Definition Classes
    Thread
  43. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
    Definition Classes
    Thread
  44. def start(): Unit
    Definition Classes
    Thread
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    Thread → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def countStackFrames(): Int
    Definition Classes
    Thread
    Annotations
    @native() @Deprecated
    Deprecated
  2. def destroy(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated
  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread toStringFormat[PresentationCompilerThread] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  4. final def resume(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated
  5. final def stop(arg0: java.lang.Throwable): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated
  6. final def stop(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated
  7. final def suspend(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated
  8. def [B](y: B): (PresentationCompilerThread, B)
    Implicit
    This member is added by an implicit conversion from PresentationCompilerThread toArrowAssoc[PresentationCompilerThread] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromPresentationCompilerThread to any2stringadd[PresentationCompilerThread]

Inherited by implicit conversion StringFormat fromPresentationCompilerThread to StringFormat[PresentationCompilerThread]

Inherited by implicit conversion Ensuring fromPresentationCompilerThread to Ensuring[PresentationCompilerThread]

Inherited by implicit conversion ArrowAssoc fromPresentationCompilerThread to ArrowAssoc[PresentationCompilerThread]

Ungrouped