class AssignedBits extends AnyRef
Bits assignment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AssignedBits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AssignedBits(width: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(that: AssignedRange): AssignedBits
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(range: AssignedRange): Unit
- def add(hi: Int, lo: Int): Unit
- def add(range: AssignedBits): Unit
- def addChangeReturn(range: AssignedBits): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bitPerIndex: Int
- def clear(): Unit
- def clone(): AssignedBits
- Definition Classes
- AssignedBits → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intersect(range: AssignedRange): Unit
- def intersect(range: AssignedBits): AssignedBits
- def isEmpty: Boolean
- def isFull: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isIntersecting(range: AssignedRange): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def remove(range: AssignedRange): Unit
- def remove(range: AssignedBits): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBinaryString: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- var value: Array[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val width: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated