class Monitor extends AnyRef

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

Instance Constructors

  1. new Monitor(bus: Bus, cd: ClockDomain)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val a: StreamMonitor[ChannelA]
  5. val aToD: Array[BigInt]
  6. def add(s: MonitorSubscriber): Monitor.this.type
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val b: StreamMonitor[ChannelB]
  9. val bus: Bus
  10. val c: StreamMonitor[ChannelC]
  11. val cToD: Array[BigInt]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. var counterA: Int
  14. var counterD: Int
  15. val d: StreamMonitor[ChannelD]
  16. var debug: Boolean
  17. val e: StreamMonitor[ChannelE]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val faa: TransactionAggregator[TransactionA]
  21. val fab: TransactionAggregator[TransactionB]
  22. val fac: TransactionAggregator[TransactionC]
  23. val fad: TransactionAggregator[TransactionD]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. def onA(f: TransactionA): Unit
  31. def onB(f: TransactionB): Unit
  32. def onC(f: TransactionC): Unit
  33. def onD(f: TransactionD): Unit
  34. def onE(f: TransactionE): Unit
  35. val subscribers: ArrayBuffer[MonitorSubscriber]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped