scala.scalajs.runtime

RuntimeLong

object RuntimeLong extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RuntimeLong
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val Zero: RuntimeLong

    The instance of 0L, which is used by the Emitter in various places.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def divide(a: RuntimeLong, b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  10. def divideImpl(alo: Int, ahi: Int, blo: Int, bhi: Int): Int

  11. def divideUnsigned(a: RuntimeLong, b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  12. def divideUnsignedImpl(alo: Int, ahi: Int, blo: Int, bhi: Int): Int

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromDouble(value: Double): RuntimeLong

    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def remainder(a: RuntimeLong, b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  24. def remainderImpl(alo: Int, ahi: Int, blo: Int, bhi: Int): Int

  25. def remainderUnsigned(a: RuntimeLong, b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  26. def remainderUnsignedImpl(alo: Int, ahi: Int, blo: Int, bhi: Int): Int

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def MaxValue: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.11) Use new RuntimeLong(0xffffffff, 0x7fffffff) instead.

  2. def MinValue: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.11) Use new RuntimeLong(0, 0x80000000) instead.

  3. def MinusOne: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.11) Use new RuntimeLong(-1, -1) instead.

  4. def One: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.11) Use new RuntimeLong(1, 0) instead.

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped