Packages

class AssignedBits extends AnyRef

Bits assignment

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssignedBits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AssignedBits(width: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(that: AssignedRange): AssignedBits
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add(range: AssignedRange): Unit
  6. def add(hi: Int, lo: Int): Unit
  7. def add(range: AssignedBits): Unit
  8. def addChangeReturn(range: AssignedBits): Boolean
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bitPerIndex: Int
  11. def clear(): Unit
  12. def clone(): AssignedBits
    Definition Classes
    AssignedBits → AnyRef
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def intersect(range: AssignedRange): Unit
  18. def intersect(range: AssignedBits): AssignedBits
  19. def isEmpty: Boolean
  20. def isFull: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isIntersecting(range: AssignedRange): Boolean
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def remove(range: AssignedRange): Unit
  27. def remove(range: AssignedBits): Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toBinaryString: String
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. var value: Array[Int]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. val width: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped