Class TagInstance

java.lang.Object
com.dylibso.chicory.runtime.TagInstance

public class TagInstance extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TagInstance(com.dylibso.chicory.wasm.types.TagType tag)
     
    TagInstance(com.dylibso.chicory.wasm.types.TagType tag, com.dylibso.chicory.wasm.types.FunctionType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setType(com.dylibso.chicory.wasm.types.FunctionType type)
     
    com.dylibso.chicory.wasm.types.TagType
     
    com.dylibso.chicory.wasm.types.FunctionType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TagInstance

      public TagInstance(com.dylibso.chicory.wasm.types.TagType tag)
    • TagInstance

      public TagInstance(com.dylibso.chicory.wasm.types.TagType tag, com.dylibso.chicory.wasm.types.FunctionType type)
  • Method Details

    • tagType

      public com.dylibso.chicory.wasm.types.TagType tagType()
    • setType

      public void setType(com.dylibso.chicory.wasm.types.FunctionType type)
    • type

      public com.dylibso.chicory.wasm.types.FunctionType type()