Class AllLabels


  • public final class AllLabels
    extends Object
    All the labels that have been found in bytecode.
    Since:
    0.1
    • Constructor Detail

      • AllLabels

        public AllLabels()
        Constructor.
    • Method Detail

      • label

        public org.objectweb.asm.Label label​(String uid)
        Get label by UID.
        Parameters:
        uid - UID.
        Returns:
        Label.
      • uid

        public String uid​(org.objectweb.asm.Label label)
        Find UID of Label.
        Parameters:
        label - Label.
        Returns:
        UID.