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

public class GlobalsIndex extends Object
  • Field Details

  • Constructor Details

    • GlobalsIndex

      GlobalsIndex()
  • Method Details

    • add

      public void add(Global global)
    • globalByLabel

      public Global globalByLabel(String globalName)
    • indexOf

      public int indexOf(Global global)