spinal.core.Operator.SInt

Minus

Related Doc: package SInt

class Minus extends UnaryOperatorWidthableInputs with Widthable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Minus
  2. Widthable
  3. WidthProvider
  4. UnaryOperatorWidthableInputs
  5. UnaryOperator
  6. Operator
  7. Modifier
  8. Node
  9. SpinalTagReady
  10. ScalaLocated
  11. ContextUser
  12. GlobalDataUser
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Minus()

Type Members

  1. type T = Node with WidthProvider

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. def addTag(spinalTag: SpinalTag): Minus.this.type

    Definition Classes
    SpinalTagReady
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def calcWidth(): Int

    Definition Classes
    MinusWidthable
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var component: Component

    Definition Classes
    ContextUser
  9. val consumers: ArrayBuffer[Node]

    Definition Classes
    Node
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  14. def getInput(id: Int): Node

    Definition Classes
    UnaryOperatorNode
  15. def getInputs: Iterator[Node]

    Definition Classes
    UnaryOperatorNode
  16. def getInputsCount: Int

    Definition Classes
    UnaryOperatorNode
  17. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  18. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  19. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  20. def getWidth: Int

    Definition Classes
    WidthableWidthProvider
  21. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  22. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. var input: T

    Definition Classes
    UnaryOperator
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def nonRecursiveToString(): String

    Definition Classes
    ModifierNode
  28. def normalizeInputs: Unit

    Definition Classes
    MinusNode
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onEachInput(doThat: (Node) ⇒ Unit): Unit

    Definition Classes
    UnaryOperatorNode
  32. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    UnaryOperatorNode
  33. def opName: String

    Definition Classes
    MinusModifier
  34. def setInput(id: Int, node: Node): Unit

    Definition Classes
    UnaryOperatorNode
  35. def simplifyNode: Unit

    Definition Classes
    MinusNode
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    ModifierNode → AnyRef → Any
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Widthable

Inherited from WidthProvider

Inherited from UnaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Node

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped