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
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 checkAccess(): Unit
    Definition Classes
    Thread
  2. var compiler: Global
  3. def getContextClassLoader(): ClassLoader
    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  4. def getId(): Long
    Definition Classes
    Thread
  5. final def getName(): String
    Definition Classes
    Thread
  6. final def getPriority(): Int
    Definition Classes
    Thread
  7. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Thread
  8. def getState(): State
    Definition Classes
    Thread
  9. final def getThreadGroup(): ThreadGroup
    Definition Classes
    Thread
  10. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    Thread
  11. def interrupt(): Unit
    Definition Classes
    Thread
  12. final def isAlive(): Boolean
    Definition Classes
    Thread
    Annotations
    @native()
  13. final def isDaemon(): Boolean
    Definition Classes
    Thread
  14. def isInterrupted(): Boolean
    Definition Classes
    Thread
  15. final def join(): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  16. final def join(arg0: Long, arg1: Int): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  17. final def join(arg0: Long): Unit
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  18. def run(): Unit

    The presentation compiler loop.

    The presentation compiler loop.

    Definition Classes
    PresentationCompilerThread → Thread → Runnable
  19. def setContextClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    Thread
  20. final def setDaemon(arg0: Boolean): Unit
    Definition Classes
    Thread
  21. final def setName(arg0: String): Unit
    Definition Classes
    Thread
  22. final def setPriority(arg0: Int): Unit
    Definition Classes
    Thread
  23. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
    Definition Classes
    Thread
  24. def start(): Unit
    Definition Classes
    Thread
  25. def toString(): String
    Definition Classes
    Thread → AnyRef → Any

Deprecated Value Members

  1. def countStackFrames(): Int
    Definition Classes
    Thread
    Annotations
    @native() @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.