Packages

c

spinal.core.internals

CastEnumToBits

class CastEnumToBits extends Cast with Widthable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CastEnumToBits
  2. Widthable
  3. WidthProvider
  4. Cast
  5. Modifier
  6. Expression
  7. ExpressionContainer
  8. BaseNode
  9. ScalaLocated
  10. GlobalDataUser
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CastEnumToBits()

Type Members

  1. abstract type T <: Expression with EnumEncoded
    Definition Classes
    CastEnumToBitsCast

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  11. def foreachExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    CastExpressionContainer
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  14. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  15. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  16. def getTypeObject: Any
    Definition Classes
    CastEnumToBitsExpression
  17. def getWidth: Int
    Definition Classes
    WidthableWidthProvider
  18. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. var input: T
    Definition Classes
    Cast
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def normalizeInputs: Unit
    Definition Classes
    ExpressionContainer
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def opName: String
    Definition Classes
    CastEnumToBitsExpression
  27. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  28. def remapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    CastExpressionContainer
  29. def setScalaLocated(source: ScalaLocated): CastEnumToBits.this.type
    Definition Classes
    ScalaLocated
  30. def simplifyNode: Expression
    Definition Classes
    Expression
  31. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Expression → AnyRef → Any
  34. def toStringMultiLine(): String
    Definition Classes
    BaseNode
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  39. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  40. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  41. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit
    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 Widthable

Inherited from WidthProvider

Inherited from Cast

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