spinal.core.internals.Operator.SInt

Xor

Related Doc: package SInt

class Xor extends BitVector.Xor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Xor
  2. Xor
  3. Widthable
  4. WidthProvider
  5. ScalaLocated
  6. GlobalDataUser
  7. BinaryOperatorWidthableInputs
  8. BinaryOperator
  9. Operator
  10. Modifier
  11. Expression
  12. ExpressionContainer
  13. BaseNode
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Xor()

Type Members

  1. type T = Expression 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. var algoIncrementale: Int

    Definition Classes
    BaseNode
  5. var algoInt: Int

    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def calcWidth(): Int

    Definition Classes
    XorWidthable
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

    Definition Classes
    ExpressionContainer
  13. def foreachExpression(func: (Expression) ⇒ Unit): Unit

    Definition Classes
    BinaryOperatorExpressionContainer
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  16. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  17. def getScalaTrace(): Throwable

    Definition Classes
    ScalaLocated
  18. def getTypeObject: TypeSInt.type

    Definition Classes
    XorExpression
  19. def getWidth: Int

    Definition Classes
    WidthableWidthProvider
  20. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. var left: T

    Definition Classes
    BinaryOperator
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def normalizeInputs: Unit

    Definition Classes
    XorExpressionContainer
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. def opName: String

    Definition Classes
    XorExpression
  29. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Definition Classes
    ExpressionContainer
  30. def remapExpressions(func: (Expression) ⇒ Expression): Unit

    Definition Classes
    BinaryOperatorExpressionContainer
  31. def resizeFactory: Resize

    Definition Classes
    XorXor
  32. var right: T

    Definition Classes
    BinaryOperator
  33. def setScalaLocated(source: ScalaLocated): Xor.this.type

    Definition Classes
    ScalaLocated
  34. def simplifyNode: Expression

    Definition Classes
    Expression
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    XorExpression → AnyRef → Any
  37. def toStringMultiLine(): String

    Definition Classes
    BinaryOperatorBaseNode
  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( ... )
  41. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

    Definition Classes
    ExpressionContainer
  42. def walkExpression(func: (Expression) ⇒ Unit): Unit

    Definition Classes
    ExpressionContainer
  43. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Definition Classes
    ExpressionContainer
  44. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit

    Definition Classes
    ExpressionContainer

Inherited from BitVector.Xor

Inherited from Widthable

Inherited from WidthProvider

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from BinaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from AnyRef

Inherited from Any

Ungrouped