Class 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 Detail

      • AsmLabels

        public AsmLabels()
        Constructor.
      • AsmLabels

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

      • label

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