case class Data(mem: Index, offset: Expr, data: Array[Byte])(pos: Int) extends Field with Product with Serializable

Source
module.scala
Linear Supertypes
Serializable, Product, Equals, Field, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. Serializable
  3. Product
  4. Equals
  5. Field
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Data(mem: Index, offset: Expr, data: Array[Byte])(pos: Int)

Value Members

  1. val data: Array[Byte]
  2. val mem: Index
  3. val offset: Expr
  4. val pos: Int
    Definition Classes
    DataField
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product