spinal.core.internals

BitVectorBitAccessFloating

Related Doc: package internals

abstract class BitVectorBitAccessFloating extends SubAccess with ScalaLocated

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BitVectorBitAccessFloating
  2. ScalaLocated
  3. GlobalDataUser
  4. SubAccess
  5. Modifier
  6. Expression
  7. ExpressionContainer
  8. BaseNode
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitVectorBitAccessFloating()

Abstract Value Members

  1. abstract def bitVectorBitAccessFixedFactory: BitVectorBitAccessFixed

  2. abstract def getTypeObject: Any

    Definition Classes
    Expression
  3. abstract def opName: String

    Definition Classes
    Expression

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. var algoIncrementale: Int

    Definition Classes
    BaseNode
  5. var algoInt: Int

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

    Definition Classes
    Any
  7. var bitId: Expression with WidthProvider

  8. def clone(): AnyRef

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

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

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

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

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

  14. def getBitVector: Expression

    Definition Classes
    BitVectorBitAccessFloatingSubAccess
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  17. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  18. def getScalaTrace(): Throwable

    Definition Classes
    ScalaLocated
  19. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  20. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  23. def normalizeInputs: Unit

  24. final def notify(): Unit

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

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

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

  28. def setScalaLocated(source: ScalaLocated): BitVectorBitAccessFloating.this.type

    Definition Classes
    ScalaLocated
  29. def simplifyNode: Expression

    Definition Classes
    BitVectorBitAccessFloatingExpression
  30. var source: Expression with WidthProvider

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Expression → AnyRef → Any
  33. def toStringMultiLine(): String

    Definition Classes
    BaseNode
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    @throws( ... )
  37. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

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

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

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

    Definition Classes
    ExpressionContainer

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from SubAccess

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from AnyRef

Inherited from Any

Ungrouped