Packages

c

spinal.core.internals.Operator.SInt

ShiftLeftByUIntFixedWidth

class ShiftLeftByUIntFixedWidth extends BitVector.ShiftLeftByUIntFixedWidth

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShiftLeftByUIntFixedWidth
  2. ShiftLeftByUIntFixedWidth
  3. ShiftOperator
  4. Widthable
  5. WidthProvider
  6. BinaryOperatorWidthableInputs
  7. BinaryOperator
  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. Protected

Instance Constructors

  1. new ShiftLeftByUIntFixedWidth()

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. val algoIncrementale: Int
    Definition Classes
    BaseNode
  5. val algoInt: Int
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def calcWidth: Int
    Definition Classes
    ShiftLeftByUIntFixedWidthWidthable
  8. def checkLiteralRange(check: (BitVectorLiteral, Expression with WidthProvider) => Unit): Unit
  9. def checkLiteralRanges(signed: Boolean): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def foreachDrivingExpression(func: (Expression) => Unit): Unit
    Definition Classes
    ExpressionContainer
  14. def foreachExpression(func: (Expression) => Unit): Unit
    Definition Classes
    BinaryOperatorExpressionContainer
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  17. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  18. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  19. def getTypeObject: TypeSInt
  20. def getWidth: Int
    Definition Classes
    WidthableWidthProvider
  21. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. var left: T
    Definition Classes
    BinaryOperator
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def normalizeInputs: Unit
    Definition Classes
    ExpressionContainer
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def opName: String
  30. def remapDrivingExpressions(func: (Expression) => Expression): Unit
    Definition Classes
    ExpressionContainer
  31. def remapExpressions(func: (Expression) => Expression): Unit
    Definition Classes
    BinaryOperatorExpressionContainer
  32. var right: T
    Definition Classes
    BinaryOperator
  33. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  34. def setScalaLocated(source: ScalaLocated): ShiftLeftByUIntFixedWidth.this.type
    Definition Classes
    ScalaLocated
  35. def simplifyNode: Expression
  36. def stabilized(func: (Expression) => Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    ShiftLeftByUIntFixedWidthExpression → AnyRef → Any
  39. def toStringMultiLine(): String
    Definition Classes
    BinaryOperatorBaseNode
  40. def toStringRec(level: Int = 1): String
    Definition Classes
    Expression
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def walkDrivingExpressions(func: (Expression) => Unit): Unit
    Definition Classes
    ExpressionContainer
  45. def walkExpression(func: (Expression) => Unit): Unit
    Definition Classes
    ExpressionContainer
  46. def walkExpressionPostorder(func: (Expression) => Unit): Unit
    Definition Classes
    ExpressionContainer
  47. def walkRemapDrivingExpressions(func: (Expression) => Expression): Unit
    Definition Classes
    ExpressionContainer
  48. def walkRemapExpressions(func: (Expression) => Expression): Unit
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ShiftOperator

Inherited from Widthable

Inherited from WidthProvider

Inherited from BinaryOperator

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