trait Z extends Number with Comparable[Z]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Z
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def %(other: Z): Z
- abstract def &(other: Z): Z
- abstract def *(other: Z): Z
- abstract def +(other: Z): Z
- abstract def -(other: Z): Z
- abstract def /(other: Z): Z
- abstract def <(other: Z): B
- abstract def <<(other: Z): Z
- abstract def <=(other: Z): B
- abstract def >(other: Z): B
- abstract def >=(other: Z): B
- abstract def >>(other: Z): Z
- abstract def >>>(other: Z): Z
- abstract def BitWidth: Int
- abstract def Index: Z
- abstract def Max: Z
- abstract def Min: Z
- abstract def Name: scala.Predef.String
- abstract def decrease: Z
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def hasMax: Boolean
- abstract def hasMin: Boolean
- abstract def increase: Z
- abstract def isBitVector: Boolean
- abstract def isSigned: Boolean
- abstract def isZeroIndex: Boolean
- abstract def toBigInt: BigInt
- abstract def toIndex: Index
- abstract def toMP: MP
- abstract def unary_-: Z
- abstract def unary_~: Z
- abstract def |(other: Z): Z
- abstract def |^(other: Z): Z
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compareTo(other: Z): Int
- Definition Classes
- Z → Comparable
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
- final def isEqType(other: Z): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def string: String
- def to[I](n: I): ZRange[I]
-
def
toString(): java.lang.String
- Definition Classes
- Any
- def until[I](n: I): ZRange[I]