Code

amyc.backend.wasm.Instructions$.Code
case class Code(instructions: List[Instruction]) extends Instruction

Attributes

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

Members list

Value members

Inherited methods

def <:>(i: Instruction): Code

Attributes

Inherited from:
Instruction
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product