class BurstCmd extends argon.lang.Top[BurstCmd] with Struct[BurstCmd] with Ref[Any, BurstCmd] with Arith[BurstCmd] with Bits[BurstCmd]
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- BurstCmd
- Bits
- Arith
- Struct
- Top
- Ref
- Exp
- ExpType
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BurstCmd()
Type Members
-
type
L = Nothing
- Definition Classes
- Ref → Exp → ExpType
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
!==(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
%(that: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
*(that: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
+(that: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
++(that: Any): argon.lang.Text
- Definition Classes
- Top
-
def
-(that: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
/(that: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
===(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
val
__neverMutable: Boolean
- Definition Classes
- Struct → ExpType
-
val
__typeArgs: Seq[Type[_]]
- Attributes
- protected
- Definition Classes
- BurstCmd → ExpType
-
val
__typeParams: Seq[Nothing]
- Attributes
- protected
- Definition Classes
- BurstCmd → ExpType
-
val
__typePrefix: String
- Attributes
- protected
- Definition Classes
- BurstCmd → ExpType
-
def
abs(a: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
add(a: BurstCmd, b: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
def
as[B](implicit arg0: argon.lang.types.Bits[B], ctx: SrcCtx, state: State): B
- Definition Classes
- Bits
-
def
asBits: argon.lang.api.Vec[argon.lang.api.Bit]
- Definition Classes
- Bits
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asType[B](tp: argon.lang.types.Bits[B]): B
- Definition Classes
- Bits
-
def
asUnchecked[B](implicit arg0: argon.lang.types.Bits[B], ctx: SrcCtx, state: State): B
- Definition Classes
- Bits
-
def
bit(i: Int): argon.lang.api.Bit
- Definition Classes
- Bits
-
def
bits(range: argon.lang.api.Series[argon.lang.api.I32]): argon.lang.api.Vec[argon.lang.api.Bit]
- Definition Classes
- Bits
-
val
box: <:<[BurstCmd, lang.Struct[BurstCmd] with argon.lang.types.Bits[BurstCmd] with argon.lang.types.Arith[BurstCmd]]
- Definition Classes
- BurstCmd → Bits → Arith → Struct
-
final
def
canEqual(that: Any): Boolean
- Definition Classes
- Ref → Equals
-
def
ceil(a: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def copy(offset: lang.I64 = null, size: lang.I32 = null, isLoad: lang.Bit = null): BurstCmd
-
def
div(a: BurstCmd, b: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eql(that: BurstCmd): argon.lang.Bit
- Definition Classes
- Struct → Top
-
final
def
equals(x: Any): Boolean
- Definition Classes
- Ref → Equals → AnyRef → Any
-
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
-
def
extract: Option[Any]
- Attributes
- protected
- Definition Classes
- Exp
-
def
field[F](name: String)(implicit arg0: Type[F], ctx: SrcCtx, state: State): F
- Definition Classes
- Struct
-
def
fieldMap: Seq[(String, Exp[_, _])]
- Definition Classes
- Struct
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floor(a: BurstCmd): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
fresh: BurstCmd
- Attributes
- protected
- Definition Classes
- BurstCmd → ExpType
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance, Boolean)]
- Definition Classes
- ExpType
-
final
def
hashCode(): Int
- Definition Classes
- Ref → AnyRef → Any
-
def
infix_!=(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
def
infix_==(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLoad: lang.Bit
-
def
lsb: argon.lang.api.Bit
- Definition Classes
- Bits
-
def
me: spatial.lang.BurstCmd @scala.annotation.unchecked.uncheckedVariance
- Attributes
- protected
- Definition Classes
- ExpType
-
def
mod(a: BurstCmd, b: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
def
msb: argon.lang.api.Bit
- Definition Classes
- Bits
-
def
mul(a: BurstCmd, b: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
def
nbits: Int
- Definition Classes
- BurstCmd → Bits
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
neg(a: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
def
neql(that: BurstCmd): argon.lang.Bit
- Definition Classes
- Struct → Top
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offset: lang.I64
-
def
one: BurstCmd
- Definition Classes
- BurstCmd → Bits
-
def
random(max: Option[BurstCmd]): BurstCmd
- Definition Classes
- BurstCmd → Bits
-
def
reverseBits: BurstCmd
- Definition Classes
- Bits
- def size: lang.I32
-
def
sub(a: BurstCmd, b: BurstCmd): BurstCmd
- Definition Classes
- Arith
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toString(): String
- Definition Classes
- Ref → AnyRef → Any
-
def
toText: argon.lang.Text
- Definition Classes
- Top
-
def
unary_-(): BurstCmd
- Definition Classes
- BurstCmd → Arith
-
def
undefinedOp(op: String): BurstCmd
- Definition Classes
- Bits
-
def
unrelated(that: Any): Unit
- Attributes
- protected
- Definition Classes
- Top
-
def
value(c: Any): Option[(Nothing, Boolean)]
- Attributes
- protected
- Definition Classes
- ExpType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
- Attributes
- protected
- Definition Classes
- ExpType
-
def
zero: BurstCmd
- Definition Classes
- BurstCmd → Bits