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 Summary
Constructors Constructor Description AllLabels()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.Label
label(String uid)
Get label by UID.String
uid(org.objectweb.asm.Label label)
Find UID of Label.
-