Packages

class CounterUpDown extends ImplicitArea[UInt]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CounterUpDown
  2. ImplicitArea
  3. Area
  4. OverridedEqualsHashCode
  5. ValCallbackRec
  6. ValCallback
  7. NameableByComponent
  8. Nameable
  9. ContextUser
  10. ScalaLocated
  11. GlobalDataUser
  12. OwnableRef
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CounterUpDown(stateCount: BigInt, handleOverflow: Boolean = true)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: UInt): Bool
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def =/=(that: UInt): Bool
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: UInt): Bool
  7. val _context: Capture
    Definition Classes
    Area
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def childNamePriority: Byte
    Definition Classes
    Area
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. def component: Component
    Definition Classes
    ContextUser
  12. def decrement(): Unit
  13. val decrementIt: Bool
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  16. val finalIncrement: UInt
  17. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getDisplayName(): String
    Definition Classes
    Nameable
  20. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  21. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  22. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  23. def getName(): String
    Definition Classes
    NameableByComponentNameable
  24. def getPartialName(): String
    Definition Classes
    Nameable
  25. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  26. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  27. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  28. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  29. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  30. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  31. val handleOverflow: Boolean
  32. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  33. def implicitValue: UInt
    Definition Classes
    CounterUpDownImplicitArea
  34. def increment(): Unit
  35. val incrementIt: Bool
  36. def init(initValue: BigInt): CounterUpDown.this.type
  37. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def isNamed: Boolean
    Definition Classes
    Nameable
  40. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  41. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  42. val mayOverflow: Bool
  43. val mayUnderflow: Bool
  44. val name: String
    Definition Classes
    Nameable
  45. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. def overrideLocalName(name: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  50. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  51. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  52. def reflectNames(): Unit
    Definition Classes
    Nameable
  53. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  54. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  55. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): CounterUpDown.this.type
    Definition Classes
    Nameable
  56. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): CounterUpDown.this.type
    Definition Classes
    Nameable
  57. def setCompositeName(nameable: Nameable, postfix: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  58. def setCompositeName(nameable: Nameable, namePriority: Byte): CounterUpDown.this.type
    Definition Classes
    Nameable
  59. def setCompositeName(nameable: Nameable, weak: Boolean): CounterUpDown.this.type
    Definition Classes
    Nameable
  60. def setCompositeName(nameable: Nameable): CounterUpDown.this.type
    Definition Classes
    Nameable
  61. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): CounterUpDown.this.type
    Definition Classes
    Nameable
  62. def setName(name: String, namePriority: Byte): CounterUpDown.this.type
    Definition Classes
    Nameable
  63. def setName(name: String, weak: Boolean): CounterUpDown.this.type
    Definition Classes
    Nameable
  64. def setName(name: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  65. def setNameAsWeak(): CounterUpDown.this.type
    Definition Classes
    Nameable
  66. def setPartialName(name: String, namePriority: Byte, owner: Any): CounterUpDown.this.type
    Definition Classes
    Nameable
  67. def setPartialName(name: String, namePriority: Byte): CounterUpDown.this.type
    Definition Classes
    Nameable
  68. def setPartialName(name: String, weak: Boolean): CounterUpDown.this.type
    Definition Classes
    Nameable
  69. def setPartialName(owner: Nameable, name: String, namePriority: Byte): CounterUpDown.this.type
    Definition Classes
    Nameable
  70. def setPartialName(owner: Nameable, name: String, weak: Boolean): CounterUpDown.this.type
    Definition Classes
    Nameable
  71. def setPartialName(name: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  72. def setPartialName(owner: Nameable, name: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  73. def setPartialName(owner: Nameable): CounterUpDown.this.type
    Definition Classes
    Nameable
  74. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  75. def setScalaLocated(source: ScalaLocated): CounterUpDown.this.type
    Definition Classes
    ScalaLocated
  76. def setWeakName(name: String): CounterUpDown.this.type
    Definition Classes
    Nameable
  77. val stateCount: BigInt
  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  80. def unsetName(): CounterUpDown.this.type
    Definition Classes
    Nameable
  81. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  82. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  83. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  84. val value: UInt
  85. val valueNext: UInt
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. val willOverflow: Bool
  90. val willOverflowIfInc: Bool
  91. val willUnderflow: Bool
  92. val willUnderflowIfDec: Bool

Deprecated Value Members

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

Inherited from ImplicitArea[UInt]

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped