Class AllLabels

java.lang.Object
org.eolang.jeo.representation.xmir.AllLabels

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

    • AllLabels

      public AllLabels()
      Constructor.
  • Method Details

    • 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.
    • clearCache

      public void clearCache()
      Clear the cache.