class IntWidth extends Width with Product with UseSerializer

Source
IR.scala
Linear Supertypes
UseSerializer, Product, Equals, Width, FirrtlNode, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntWidth
  2. UseSerializer
  3. Product
  4. Equals
  5. Width
  6. FirrtlNode
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntWidth(width: BigInt)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(x: Width): Width
    Definition Classes
    Width
  4. def -(x: Width): Width
    Definition Classes
    Width
  5. def ->[B](y: B): (IntWidth, B)
    Implicit
    This member is added by an implicit conversion from IntWidth toArrowAssoc[IntWidth] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(that: Any): Boolean
    Definition Classes
    IntWidth → Equals
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def copy(width: BigInt = width): IntWidth
  11. def ensuring(cond: (IntWidth) => Boolean, msg: => Any): IntWidth
    Implicit
    This member is added by an implicit conversion from IntWidth toEnsuring[IntWidth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (IntWidth) => Boolean): IntWidth
    Implicit
    This member is added by an implicit conversion from IntWidth toEnsuring[IntWidth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): IntWidth
    Implicit
    This member is added by an implicit conversion from IntWidth toEnsuring[IntWidth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): IntWidth
    Implicit
    This member is added by an implicit conversion from IntWidth toEnsuring[IntWidth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean
    Definition Classes
    IntWidth → Equals → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    IntWidth → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def max(x: Width): Width
    Definition Classes
    Width
  22. def min(x: Width): Width
    Definition Classes
    Width
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productArity: Int
    Definition Classes
    IntWidth → Product
  27. def productElement(int: Int): Any
    Definition Classes
    IntWidth → Product
  28. def productElementName(n: Int): String
    Definition Classes
    Product
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def productIterator: Iterator[Any]
    Definition Classes
    Product
  31. def productPrefix: String
    Definition Classes
    IntWidth → Product
  32. def serialize: String
    Definition Classes
    UseSerializer → FirrtlNode
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    IntWidth → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. val width: BigInt

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from IntWidth toany2stringadd[IntWidth] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (intWidth: any2stringadd[IntWidth]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IntWidth toStringFormat[IntWidth] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (IntWidth, B)
    Implicit
    This member is added by an implicit conversion from IntWidth toArrowAssoc[IntWidth] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from UseSerializer

Inherited from Product

Inherited from Equals

Inherited from Width

Inherited from FirrtlNode

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromIntWidth to any2stringadd[IntWidth]

Inherited by implicit conversion StringFormat fromIntWidth to StringFormat[IntWidth]

Inherited by implicit conversion Ensuring fromIntWidth to Ensuring[IntWidth]

Inherited by implicit conversion ArrowAssoc fromIntWidth to ArrowAssoc[IntWidth]

Ungrouped