sealed trait MP extends Z with HasBoxer
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MP
- HasBoxer
- Z
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
- final def %(other: Z): MP
- final def &(other: Z): MP
- final def *(other: Z): MP
- final def +(other: Z): MP
- final def -(other: Z): MP
- final def /(other: Z): MP
- final def <(other: Z): B
- final def <<(other: Z): MP
- final def <=(other: Z): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def >(other: Z): B
- final def >=(other: Z): B
- final def >>(other: Z): MP
- final def >>>(other: Z): MP
- final def BitWidth: Int
- final def Index: MP
- final def Max: Z
- final def Min: Z
- final def Name: scala.Predef.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(other: Z): Int
- Definition Classes
- Z → Comparable
- final def decrease: MP
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(other: Any): Boolean
- Definition Classes
- MP → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hasMax: Boolean
- final def hasMin: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def increase: MP
- final def isBitVector: Boolean
-
final
def
isEqType(other: Z): Boolean
- Definition Classes
- Z
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isSigned: Boolean
- final def isZeroIndex: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to[I](n: I): ZRange[I]
- Definition Classes
- Z
- final def toIndex: Index
- final def toMP: MP
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def unary_-: MP
- final def unary_~: MP
-
def
until[I](n: I): ZRange[I]
- Definition Classes
- Z
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def |(other: Z): MP
- final def |^(other: Z): MP