scala.tools.util.SignalManager.rSignal

WSignal

class WSignal extends AnyRef

Source
SignalManager.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WSignal
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WSignal(name: String)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +=(body: ⇒ Unit): AnyRef

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  13. def handle(handler: AnyRef): AnyRef

  14. def handlerString(): String

  15. def hashCode(): Int

    Definition Classes
    WSignal → AnyRef → Any
  16. def isDefault: Boolean

  17. def isError: Boolean

  18. def isIgnored: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isSetTo(ref: AnyRef): Boolean

  21. val name: String

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def number: Int

  26. def raise(): AnyRef

  27. def setTo(body: ⇒ Unit): AnyRef

  28. lazy val signal: AnyRef

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    WSignal → AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def withCurrentHandler[T](f: (AnyRef) ⇒ T): T

    It's hard to believe there's no way to get a signal's current handler without replacing it, but if there is I couldn't find it, so we have this swapping code.

Inherited from AnyRef

Inherited from Any