Class FunctionIndex

java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionIndex

public class FunctionIndex extends Object
  • Field Details

  • Constructor Details

    • FunctionIndex

      FunctionIndex()
  • Method Details

    • size

      public int size()
    • get

      public Function get(int aIndex)
    • add

      public void add(Function function)
    • indexOf

      public int indexOf(Function value)
    • exportableFunctions

      public List<ExportableFunction> exportableFunctions()
    • firstByLabel

      public <T extends Function> T firstByLabel(String label)