Packages

t

spinal.core.internals

ExpressionContainer

trait ExpressionContainer extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
BaseType, BitVector, Bits, Bool, EnumLiteral, EnumPoison, Mem, MemPortStatement, MemReadAsync, MemReadSync, MemReadWrite, MemWrite, SInt, SpinalEnumCraft, UInt, AnalogDriver, AnalogDriverBitVector, AnalogDriverBits, AnalogDriverBool, AnalogDriverEnum, AnalogDriverSInt, AnalogDriverUInt, AssertStatement, AssignmentExpression, AssignmentStatement, BinaryMultiplexer, BinaryMultiplexerBits, BinaryMultiplexerBool, BinaryMultiplexerEnum, BinaryMultiplexerSInt, BinaryMultiplexerUInt, BinaryMultiplexerWidthable, BinaryOperator, BinaryOperatorWidthableInputs, BitAssignmentFixed, BitAssignmentFloating, BitVectorAssignmentExpression, BitVectorBitAccessFixed, BitVectorBitAccessFloating, BitVectorLiteral, BitVectorRangedAccessFixed, BitVectorRangedAccessFloating, BitsBitAccessFixed, BitsBitAccessFloating, BitsLiteral, BitsRangedAccessFixed, BitsRangedAccessFloating, BoolLiteral, BoolPoison, Cast, CastBitVectorToBitVector, CastBitsToEnum, CastBitsToSInt, CastBitsToUInt, CastBoolToBits, CastEnumToBits, CastEnumToEnum, CastSIntToBits, CastSIntToUInt, CastUIntToBits, CastUIntToSInt, ConstantOperator, ConstantOperatorWidthableInputs, DataAssignmentStatement, DeclarationStatement, Expression, InitAssignmentStatement, LeafStatement, Literal, Modifier, Multiplexer, MultiplexerBits, MultiplexerBool, MultiplexerEnum, MultiplexerSInt, MultiplexerUInt, MultiplexerWidthable, Operator, Add, And, Div, Equal, Mod, Mul, NotEqual, Or, ShiftLeftByInt, ShiftLeftByIntFixedWidth, ShiftLeftByUInt, ShiftLeftByUIntFixedWidth, ShiftRightByInt, ShiftRightByIntFixedWidth, ShiftRightByUInt, Sub, Xor, And, Cat, Equal, Not, NotEqual, Or, ShiftLeftByInt, ShiftLeftByIntFixedWidth, ShiftLeftByUInt, ShiftLeftByUIntFixedWidth, ShiftRightByInt, ShiftRightByIntFixedWidth, ShiftRightByUInt, Xor, And, Equal, Not, NotEqual, Or, Xor, Equal, NotEqual, Changed, Fell, InitState, Past, PastBits, PastBitvector, PastBool, PastEnum, PastSInt, PastUInt, Rose, Stable, Add, And, Div, Equal, Minus, Mod, Mul, Not, NotEqual, Or, ShiftLeftByInt, ShiftLeftByIntFixedWidth, ShiftLeftByUInt, ShiftLeftByUIntFixedWidth, ShiftRightByInt, ShiftRightByIntFixedWidth, ShiftRightByUInt, Smaller, SmallerOrEqual, Sub, Xor, Add, And, Div, Equal, Mod, Mul, Not, NotEqual, Or, ShiftLeftByInt, ShiftLeftByIntFixedWidth, ShiftLeftByUInt, ShiftLeftByUIntFixedWidth, ShiftRightByInt, ShiftRightByIntFixedWidth, ShiftRightByUInt, Smaller, SmallerOrEqual, Sub, Xor, RangedAssignmentFixed, RangedAssignmentFloating, Resize, ResizeBits, ResizeSInt, ResizeUInt, SIntBitAccessFixed, SIntBitAccessFloating, SIntLiteral, SIntRangedAccessFixed, SIntRangedAccessFloating, Statement, StatementDoubleLinkedContainer, StatementDoubleLinkedContainerElement, SubAccess, SwitchStatement, SwitchStatementKeyBool, TreeStatement, UIntBitAccessFixed, UIntBitAccessFloating, UIntLiteral, UIntRangedAccessFixed, UIntRangedAccessFloating, UnaryOperator, UnaryOperatorWidthableInputs, WhenStatement
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionContainer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def foreachExpression(func: (Expression) ⇒ Unit): Unit
  2. abstract def remapExpressions(func: (Expression) ⇒ Expression): Unit

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def normalizeInputs: Unit
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
  17. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
  24. def walkExpression(func: (Expression) ⇒ Unit): Unit
  25. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
  26. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit

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 AnyRef

Inherited from Any

Ungrouped