Class AsmLabels

java.lang.Object
org.eolang.jeo.representation.asm.AsmLabels

public final class AsmLabels extends Object
Asm Method Labels. Used during method generation to keep track of all the labels.
Since:
0.6
  • Constructor Details

    • AsmLabels

      public AsmLabels()
      Constructor.
    • AsmLabels

      public AsmLabels(Map<String,org.objectweb.asm.Label> labels)
      Constructor.
      Parameters:
      labels - All the labels.
  • Method Details

    • label

      public org.objectweb.asm.Label label(BytecodeLabel label)
      Get label by UID.
      Parameters:
      label - Bytecode label.
      Returns:
      Label.