Packages

o

swam.binary

WasmCodec

object WasmCodec extends InstCodec

Source
WasmCodec.scala
Linear Supertypes
InstCodec, TypeCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WasmCodec
  2. InstCodec
  3. TypeCodec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val blockType: Codec[BlockType]
    Definition Classes
    TypeCodec
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val code: Codec[Vector[FuncBody]]
  8. val custom: Codec[(String, BitVector)]
  9. val data: Codec[Vector[Data]]
  10. val dataSegment: Codec[Data]
  11. val elem: Codec[Vector[Elem]]
  12. val elemSegment: Codec[Elem]
  13. val elemType: Codec[ElemType]
    Definition Classes
    TypeCodec
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val exportEntry: Codec[Export]
  17. val exports: Codec[Vector[Export]]
  18. val expr: Codec[Expr]
    Definition Classes
    InstCodec
  19. val externalKind: Codec[ExternalKind]
  20. val funcBody: Codec[FuncBody]
  21. val funcType: Codec[FuncType]
    Definition Classes
    TypeCodec
  22. val functions: Codec[Vector[Int]]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val globalType: Codec[GlobalType]
    Definition Classes
    TypeCodec
  25. val globalVariable: Codec[Global]
  26. val globals: Codec[Vector[Global]]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val importEntry: Codec[~[~[String, String], Import]]
  29. val imports: Codec[Vector[Import]]
  30. val instruction: Codec[Inst]
    Definition Classes
    InstCodec
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val limits: Codec[Limits]
    Definition Classes
    TypeCodec
  33. val localEntry: Codec[LocalEntry]
  34. val memoryType: Codec[MemType]
    Definition Classes
    TypeCodec
  35. val mems: Codec[Vector[MemType]]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val opcode: Codec[OpCode]
    Definition Classes
    InstCodec
  40. val section: DiscriminatorCodec[Section, Int]
  41. val start: Codec[FuncIdx]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tableType: Codec[TableType]
    Definition Classes
    TypeCodec
  44. val tables: Codec[Vector[TableType]]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val types: Codec[Vector[FuncType]]
  47. val valType: Codec[ValType]
    Definition Classes
    TypeCodec
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from InstCodec

Inherited from TypeCodec

Inherited from AnyRef

Inherited from Any

Ungrouped