table

amyc.backend.wasm.Instructions$.table$
object table

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
table.type

Members list

Type members

Classlikes

case class copy(x: tableidx, y: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class fill(idx: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class get(idx: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class grow(idx: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class init(x: tableidx, y: elemidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class set(idx: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all
case class size(idx: tableidx) extends Instruction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Instruction
class Object
trait Matchable
class Any
Show all