Class FunctionSection

java.lang.Object
com.dylibso.chicory.wasm.types.Section
com.dylibso.chicory.wasm.types.FunctionSection

public final class FunctionSection extends Section
  • Method Details

    • getFunctionType

      public int getFunctionType(int idx)
    • getFunctionType

      public FunctionType getFunctionType(int idx, TypeSection typeSection)
    • functionCount

      public int functionCount()
    • builder

      public static FunctionSection.Builder builder()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object