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

public class TagIndex extends Object
  • Field Details

    • tags

      private final List<Tag> tags
  • Constructor Details

    • TagIndex

      TagIndex()
  • Method Details

    • add

      public void add(Tag event)
    • byLabel

      public Tag byLabel(String eventName)
    • size

      public int size()
    • get

      public Tag get(int i)
    • indexOf

      public int indexOf(Tag event)
    • isEmpty

      public boolean isEmpty()