ch.ethz.acl.passera.unsigned

SignedIntOps

class SignedIntOps extends AnyRef

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

Instance Constructors

  1. new SignedIntOps(x: Int)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def %(y: UInt): Int

  4. def %(y: UShort): Int

  5. def %(y: UByte): Int

  6. def &(y: UInt): Int

  7. def &(y: UShort): Int

  8. def &(y: UByte): Int

  9. def *(y: UInt): Int

  10. def *(y: UShort): Int

  11. def *(y: UByte): Int

  12. def +(y: UInt): Int

  13. def +(y: UShort): Int

  14. def +(y: UByte): Int

  15. def -(y: UInt): Int

  16. def -(y: UShort): Int

  17. def -(y: UByte): Int

  18. def /(y: UInt): Int

  19. def /(y: UShort): Int

  20. def /(y: UByte): Int

  21. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def ^(y: UInt): Int

  23. def ^(y: UShort): Int

  24. def ^(y: UByte): Int

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def toUByte: UByte

  39. def toUInt: UInt

  40. def toULong: ULong

  41. def toUShort: UShort

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def |(y: UInt): Int

  46. def |(y: UShort): Int

  47. def |(y: UByte): Int

Inherited from AnyRef

Inherited from Any

Ungrouped