Packages

trait SignalConstants extends Object with StObject

Annotations
@JSType() @native()
Source
osMod.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SignalConstants
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SIGABRT: Double
  5. val SIGALRM: Double
  6. val SIGBREAK: Double
  7. val SIGBUS: Double
  8. val SIGCHLD: Double
  9. val SIGCONT: Double
  10. val SIGFPE: Double
  11. val SIGHUP: Double
  12. val SIGILL: Double
  13. val SIGINFO: Double
  14. val SIGINT: Double
  15. val SIGIO: Double
  16. val SIGIOT: Double
  17. val SIGKILL: Double
  18. val SIGLOST: Double
  19. val SIGPIPE: Double
  20. val SIGPOLL: Double
  21. val SIGPROF: Double
  22. val SIGPWR: Double
  23. val SIGQUIT: Double
  24. val SIGSEGV: Double
  25. val SIGSTKFLT: Double
  26. val SIGSTOP: Double
  27. val SIGSYS: Double
  28. val SIGTERM: Double
  29. val SIGTRAP: Double
  30. val SIGTSTP: Double
  31. val SIGTTIN: Double
  32. val SIGTTOU: Double
  33. val SIGUNUSED: Double
  34. val SIGURG: Double
  35. val SIGUSR1: Double
  36. val SIGUSR2: Double
  37. val SIGVTALRM: Double
  38. val SIGWINCH: Double
  39. val SIGXCPU: Double
  40. val SIGXFSZ: Double
  41. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  42. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  45. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  46. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  56. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped