Class/Object

firrtl.ir

IntWidth

Related Docs: object IntWidth | package ir

Permalink

class IntWidth extends Width with Product

Source
IR.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntWidth
  2. Product
  3. Equals
  4. Width
  5. FirrtlNode
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntWidth(width: BigInt)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(x: Width): Width

    Permalink
    Definition Classes
    Width
  4. def -(x: Width): Width

    Permalink
    Definition Classes
    Width
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IntWidth → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(width: BigInt = width): IntWidth

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    IntWidth → Equals → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    IntWidth → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def max(x: Width): Width

    Permalink
    Definition Classes
    Width
  17. def min(x: Width): Width

    Permalink
    Definition Classes
    Width
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def productArity: Int

    Permalink
    Definition Classes
    IntWidth → Product
  22. def productElement(int: Int): Any

    Permalink
    Definition Classes
    IntWidth → Product
  23. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

    Permalink
    Definition Classes
    IntWidth → Product
  25. def serialize: String

    Permalink
    Definition Classes
    IntWidthFirrtlNode
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    IntWidth → AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val width: BigInt

    Permalink

Inherited from Product

Inherited from Equals

Inherited from Width

Inherited from FirrtlNode

Inherited from AnyRef

Inherited from Any

Ungrouped