ch.ethz.acl.passera.unsigned

RichUInt

class RichUInt extends AnyRef

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

Instance Constructors

  1. new RichUInt(x: UInt)

Value Members

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

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

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

  4. def %(y: Float): Float

  5. def %(y: Long): Long

  6. def %(y: Int): Int

  7. def *(y: Double): Double

  8. def *(y: Float): Float

  9. def *(y: Long): Long

  10. def *(y: Int): Int

  11. def +(y: Double): Double

  12. def +(y: Float): Float

  13. def +(y: Long): Long

  14. def +(y: Int): Int

  15. def -(y: Double): Double

  16. def -(y: Float): Float

  17. def -(y: Long): Long

  18. def -(y: Int): Int

  19. def /(y: Double): Double

  20. def /(y: Float): Float

  21. def /(y: Long): Long

  22. def /(y: Int): Int

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

    Definition Classes
    AnyRef → Any
  24. def abs: UInt

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def compare(y: UInt): Int

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

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

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

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

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

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

    Definition Classes
    Any
  34. def max(y: UInt): UInt

  35. def min(y: UInt): UInt

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

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

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

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

    Definition Classes
    AnyRef
  40. def to(y: UInt): Inclusive

  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def until(y: UInt): Range

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped