Packages

class BitAssignmentFloating extends BitVectorAssignmentExpression with ScalaLocated

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitAssignmentFloating
  2. BitVectorAssignmentExpression
  3. AssignmentExpression
  4. Expression
  5. ExpressionContainer
  6. BaseNode
  7. ScalaLocated
  8. GlobalDataUser
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitAssignmentFloating()

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. var bitId: Expression with WidthProvider
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def copyWithTarget(target: BitVector): BitAssignmentFloating
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalTarget: BaseType
  13. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
  14. def foreachExpression(func: (Expression) ⇒ Unit): Unit
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getMaxAssignedBits: AssignedRange
  17. def getMinAssignedBits: AssignedRange
  18. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  19. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  20. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  21. def getTypeObject: TypeBool.type
    Definition Classes
    BitAssignmentFloatingExpression
  22. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def minimalTargetWidth: Int
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def normalizeInputs: Unit
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. def opName: String
    Definition Classes
    BitAssignmentFloatingExpression
  31. var out: BitVector
  32. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
  33. def remapExpressions(func: (Expression) ⇒ Expression): Unit
  34. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  35. def setScalaLocated(source: ScalaLocated): BitAssignmentFloating.this.type
    Definition Classes
    ScalaLocated
  36. def simplifyNode: Expression
    Definition Classes
    BitAssignmentFloatingExpression
  37. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    BitAssignmentFloatingExpression → AnyRef → Any
  40. def toStringMultiLine(): String
    Definition Classes
    BaseNode
  41. def toStringRec(level: Int = 1): String
    Definition Classes
    Expression
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  46. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  47. def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  48. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  49. 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 AssignmentExpression

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped