class BurstCmd extends argon.lang.Top[BurstCmd] with Struct[BurstCmd] with Ref[Any, BurstCmd] with Arith[BurstCmd] with Bits[BurstCmd]

Linear Supertypes
argon.lang.types.Bits[BurstCmd], argon.lang.types.Arith[BurstCmd], argon.lang.Struct[BurstCmd], argon.lang.Top[BurstCmd], Ref[Nothing, BurstCmd], Exp[Nothing, BurstCmd], ExpType[Nothing, spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BurstCmd
  2. Bits
  3. Arith
  4. Struct
  5. Top
  6. Ref
  7. Exp
  8. ExpType
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BurstCmd()

Type Members

  1. type L = Nothing
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def %(that: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  5. def *(that: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  6. def +(that: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  7. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  8. def -(that: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  9. def /(that: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  12. val __neverMutable: Boolean
    Definition Classes
    Struct → ExpType
  13. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    BurstCmd → ExpType
  14. val __typeParams: Seq[Nothing]
    Attributes
    protected
    Definition Classes
    BurstCmd → ExpType
  15. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    BurstCmd → ExpType
  16. def abs(a: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  17. def add(a: BurstCmd, b: BurstCmd): BurstCmd
    Definition Classes
    Arith
  18. def as[B](implicit arg0: argon.lang.types.Bits[B], ctx: SrcCtx, state: State): B
    Definition Classes
    Bits
  19. def asBits: argon.lang.api.Vec[argon.lang.api.Bit]
    Definition Classes
    Bits
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def asType[B](tp: argon.lang.types.Bits[B]): B
    Definition Classes
    Bits
  22. def asUnchecked[B](implicit arg0: argon.lang.types.Bits[B], ctx: SrcCtx, state: State): B
    Definition Classes
    Bits
  23. def bit(i: Int): argon.lang.api.Bit
    Definition Classes
    Bits
  24. def bits(range: argon.lang.api.Series[argon.lang.api.I32]): argon.lang.api.Vec[argon.lang.api.Bit]
    Definition Classes
    Bits
  25. val box: <:<[BurstCmd, lang.Struct[BurstCmd] with argon.lang.types.Bits[BurstCmd] with argon.lang.types.Arith[BurstCmd]]
    Definition Classes
    BurstCmd → Bits → Arith → Struct
  26. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  27. def ceil(a: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  28. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. def copy(offset: lang.I64 = null, size: lang.I32 = null, isLoad: lang.Bit = null): BurstCmd
  30. def div(a: BurstCmd, b: BurstCmd): BurstCmd
    Definition Classes
    Arith
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def eql(that: BurstCmd): argon.lang.Bit
    Definition Classes
    Struct → Top
  33. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  34. implicit val evRef: <:<[spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance, Ref[Nothing, spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  35. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  36. def field[F](name: String)(implicit arg0: Type[F], ctx: SrcCtx, state: State): F
    Definition Classes
    Struct
  37. def fieldMap: Seq[(String, Exp[_, _])]
    Definition Classes
    Struct
  38. lazy val fields: Seq[(String, ExpType[Any, _ >: argon.lang.Bit with argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._32, argon.lang.types._0] with argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._64, argon.lang.types._0] <: argon.lang.types.Bits[_ >: argon.lang.Bit with argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._32, argon.lang.types._0] with argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._64, argon.lang.types._0] <: Equals]])]
    Definition Classes
    BurstCmd → Struct
  39. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def floor(a: BurstCmd): BurstCmd
    Definition Classes
    BurstCmd → Arith
  41. def fresh: BurstCmd
    Attributes
    protected
    Definition Classes
    BurstCmd → ExpType
  42. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  45. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  46. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  47. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isLoad: lang.Bit
  50. def lsb: argon.lang.api.Bit
    Definition Classes
    Bits
  51. def me: spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  52. def mod(a: BurstCmd, b: BurstCmd): BurstCmd
    Definition Classes
    Arith
  53. def msb: argon.lang.api.Bit
    Definition Classes
    Bits
  54. def mul(a: BurstCmd, b: BurstCmd): BurstCmd
    Definition Classes
    Arith
  55. def nbits: Int
    Definition Classes
    BurstCmd → Bits
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def neg(a: BurstCmd): BurstCmd
    Definition Classes
    Arith
  58. def neql(that: BurstCmd): argon.lang.Bit
    Definition Classes
    Struct → Top
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  61. def offset: lang.I64
  62. def one: BurstCmd
    Definition Classes
    BurstCmd → Bits
  63. def random(max: Option[BurstCmd]): BurstCmd
    Definition Classes
    BurstCmd → Bits
  64. def reverseBits: BurstCmd
    Definition Classes
    Bits
  65. def size: lang.I32
  66. def sub(a: BurstCmd, b: BurstCmd): BurstCmd
    Definition Classes
    Arith
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  69. def toText: argon.lang.Text
    Definition Classes
    Top
  70. def unary_-(): BurstCmd
    Definition Classes
    BurstCmd → Arith
  71. def undefinedOp(op: String): BurstCmd
    Definition Classes
    Bits
  72. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  73. def value(c: Any): Option[(Nothing, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  77. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  78. def zero: BurstCmd
    Definition Classes
    BurstCmd → Bits

Inherited from argon.lang.types.Bits[BurstCmd]

Inherited from argon.lang.types.Arith[BurstCmd]

Inherited from argon.lang.Struct[BurstCmd]

Inherited from argon.lang.Top[BurstCmd]

Inherited from Ref[Nothing, BurstCmd]

Inherited from Exp[Nothing, BurstCmd]

Inherited from ExpType[Nothing, spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped