trait Z extends Number with Comparable[Z]

Linear Supertypes
Comparable[Z], Number, Immutable, ImmutableMarker, Clonable, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z
  2. Comparable
  3. Number
  4. Immutable
  5. ImmutableMarker
  6. Clonable
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def %(other: Z): Z
  2. abstract def &(other: Z): Z
  3. abstract def *(other: Z): Z
  4. abstract def +(other: Z): Z
  5. abstract def -(other: Z): Z
  6. abstract def /(other: Z): Z
  7. abstract def <(other: Z): B
  8. abstract def <<(other: Z): Z
  9. abstract def <=(other: Z): B
  10. abstract def >(other: Z): B
  11. abstract def >=(other: Z): B
  12. abstract def >>(other: Z): Z
  13. abstract def >>>(other: Z): Z
  14. abstract def BitWidth: Int
  15. abstract def Index: Z
  16. abstract def Max: Z
  17. abstract def Min: Z
  18. abstract def Name: scala.Predef.String
  19. abstract def decrease: Z
  20. abstract def getClass(): Class[_]
    Definition Classes
    Any
  21. abstract def hasMax: Boolean
  22. abstract def hasMin: Boolean
  23. abstract def increase: Z
  24. abstract def isBitVector: Boolean
  25. abstract def isSigned: Boolean
  26. abstract def isZeroIndex: Boolean
  27. abstract def toBigInt: BigInt
  28. abstract def toIndex: Index
  29. abstract def toMP: MP
  30. abstract def unary_-: Z
  31. abstract def unary_~: Z
  32. abstract def |(other: Z): Z
  33. abstract def |^(other: Z): Z

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def compareTo(other: Z): Int
    Definition Classes
    Z → Comparable
  7. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  8. def hashCode(): Int
    Definition Classes
    Any
  9. final def isEqType(other: Z): Boolean
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def string: String
    Definition Classes
    ZImmutable
  12. def to[I](n: I): ZRange[I]
  13. def toString(): java.lang.String
    Definition Classes
    Any
  14. def until[I](n: I): ZRange[I]

Inherited from Comparable[Z]

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from Any

Ungrouped