Class

spinal.core.internals.Operator.Bits

ShiftLeftByInt

Related Doc: package Bits

Permalink

class ShiftLeftByInt extends BitVector.ShiftLeftByInt

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShiftLeftByInt
  2. ShiftLeftByInt
  3. ShiftOperator
  4. Widthable
  5. WidthProvider
  6. ConstantOperatorWidthableInputs
  7. ConstantOperator
  8. Operator
  9. Modifier
  10. Expression
  11. ExpressionContainer
  12. BaseNode
  13. ScalaLocated
  14. GlobalDataUser
  15. AnyRef
  16. 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

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
    @HotSpotIntrinsicCandidate() @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 foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getLiteralFactory: (BigInt, Int) ⇒ BitVectorLiteral

    Permalink
    Definition Classes
    ShiftLeftByIntShiftLeftByInt
  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 getTypeObject: TypeBits.type

    Permalink
    Definition Classes
    ShiftLeftByIntExpression
  19. def getWidth: Int

    Permalink
    Definition Classes
    WidthableWidthProvider
  20. val globalData: GlobalData

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. def normalizeInputs: Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def opName: String

    Permalink
    Definition Classes
    ShiftLeftByIntExpression
  28. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

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

    Permalink
    Definition Classes
    ConstantOperatorExpressionContainer
  30. var scalaTrace: Throwable

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

    Permalink
    Definition Classes
    ScalaLocated
  32. val shift: Int

    Permalink
    Definition Classes
    ShiftLeftByInt
  33. def simplifyNode: Expression

    Permalink
    Definition Classes
    ShiftLeftByIntExpression
  34. var source: T

    Permalink
    Definition Classes
    ConstantOperator
  35. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression

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

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

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

    Permalink
    Definition Classes
    BaseNode
  39. def toStringRec(level: Int = 1): String

    Permalink
    Definition Classes
    Expression
  40. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    ExpressionContainer
  45. def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit

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

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

    Permalink
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BitVector.ShiftLeftByInt

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