Class

spinal.core.internals.Operator.BitVector

ShiftLeftByInt

Related Doc: package BitVector

Permalink

abstract class ShiftLeftByInt extends ConstantOperatorWidthableInputs with Widthable with ShiftOperator

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShiftLeftByInt
  2. ShiftOperator
  3. Widthable
  4. WidthProvider
  5. ConstantOperatorWidthableInputs
  6. ConstantOperator
  7. Operator
  8. Modifier
  9. Expression
  10. ExpressionContainer
  11. BaseNode
  12. ScalaLocated
  13. GlobalDataUser
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShiftLeftByInt(shift: Int)

    Permalink

Type Members

  1. type T = Expression with WidthProvider

    Permalink

Abstract Value Members

  1. abstract def getLiteralFactory: (BigInt, Int) ⇒ BitVectorLiteral

    Permalink
  2. abstract def getTypeObject: Any

    Permalink
    Definition Classes
    Expression
  3. abstract def opName: String

    Permalink
    Definition Classes
    Expression

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var algoIncrementale: Int

    Permalink
    Definition Classes
    BaseNode
  5. var algoInt: Int

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

    Permalink
    Definition Classes
    Any
  7. def calcWidth(): Int

    Permalink
    Definition Classes
    ShiftLeftByIntWidthable
  8. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  16. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  17. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  18. def getWidth: Int

    Permalink
    Definition Classes
    WidthableWidthProvider
  19. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  20. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def normalizeInputs: Unit

    Permalink
    Definition Classes
    ExpressionContainer
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

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

    Permalink
    Definition Classes
    ConstantOperatorExpressionContainer
  28. def setScalaLocated(source: ScalaLocated): ShiftLeftByInt.this.type

    Permalink
    Definition Classes
    ScalaLocated
  29. val shift: Int

    Permalink
  30. def simplifyNode: Expression

    Permalink
    Definition Classes
    ShiftLeftByIntExpression
  31. var source: T

    Permalink
    Definition Classes
    ConstantOperator
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ShiftLeftByIntExpression → AnyRef → Any
  34. def toStringMultiLine(): String

    Permalink
    Definition Classes
    BaseNode
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

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

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

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

    Permalink
    Definition Classes
    ExpressionContainer

Inherited from ShiftOperator

Inherited from Widthable

Inherited from WidthProvider

Inherited from ConstantOperator

Inherited from Operator

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped