case class Module(types: Vector[FuncType], funcs: Vector[Func], tables: Vector[TableType], mems: Vector[MemType], globals: Vector[Global], elem: Vector[Elem], data: Vector[Data], start: Option[FuncIdx], imports: Vector[Import], exports: Vector[Export]) extends Product with Serializable

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

Instance Constructors

  1. new Module(types: Vector[FuncType], funcs: Vector[Func], tables: Vector[TableType], mems: Vector[MemType], globals: Vector[Global], elem: Vector[Elem], data: Vector[Data], start: Option[FuncIdx], imports: Vector[Import], exports: Vector[Export])

Value Members

  1. val data: Vector[Data]
  2. val elem: Vector[Elem]
  3. val exports: Vector[Export]
  4. val funcs: Vector[Func]
  5. val globals: Vector[Global]
  6. val imports: Vector[Import]
  7. val mems: Vector[MemType]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val start: Option[FuncIdx]
  10. val tables: Vector[TableType]
  11. val types: Vector[FuncType]
  12. object imported