scala.tools.nsc.interactive

PresentationCompilerThread

class PresentationCompilerThread extends Thread

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

Attributes
final
Source
PresentationCompilerThread.scala
Linear Supertypes
Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PresentationCompilerThread
  2. Thread
  3. Runnable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def checkAccess (): Unit

    Attributes
    final
    Definition Classes
    Thread
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws()
  9. var compiler : Global

  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getContextClassLoader (): ClassLoader

    Definition Classes
    Thread
  15. def getId (): Long

    Definition Classes
    Thread
  16. def getName (): String

    Attributes
    final
    Definition Classes
    Thread
  17. def getPriority (): Int

    Attributes
    final
    Definition Classes
    Thread
  18. def getStackTrace (): Array[StackTraceElement]

    Definition Classes
    Thread
  19. def getState (): State

    Definition Classes
    Thread
  20. def getThreadGroup (): ThreadGroup

    Attributes
    final
    Definition Classes
    Thread
  21. def getUncaughtExceptionHandler (): UncaughtExceptionHandler

    Definition Classes
    Thread
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def interrupt (): Unit

    Definition Classes
    Thread
  24. def isAlive (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  25. def isDaemon (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def isInterrupted (): Boolean

    Definition Classes
    Thread
  28. def join (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  29. def join (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  30. def join (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def run (): Unit

    The presentation compiler loop.

    The presentation compiler loop.

    Definition Classes
    PresentationCompilerThread → Thread → Runnable
  35. def setContextClassLoader (arg0: ClassLoader): Unit

    Definition Classes
    Thread
  36. def setDaemon (arg0: Boolean): Unit

    Attributes
    final
    Definition Classes
    Thread
  37. def setName (arg0: String): Unit

    Attributes
    final
    Definition Classes
    Thread
  38. def setPriority (arg0: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
  39. def setUncaughtExceptionHandler (arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  40. def start (): Unit

    Definition Classes
    Thread
  41. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  42. def toString (): String

    Definition Classes
    Thread → AnyRef → Any
  43. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def countStackFrames (): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  2. def destroy (): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  3. def resume (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  4. def stop (arg0: Throwable): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  5. def stop (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  6. def suspend (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any