Class AllLabels
java.lang.Object
org.eolang.jeo.representation.xmir.AllLabels
All the labels that have been found in bytecode.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clear the cache.org.objectweb.asm.Label
Get label by UID.uid
(org.objectweb.asm.Label label) Find UID of Label.
-
Constructor Details
-
AllLabels
public AllLabels()Constructor.
-
-
Method Details
-
label
Get label by UID.- Parameters:
uid
- UID.- Returns:
- Label.
-
uid
Find UID of Label.- Parameters:
label
- Label.- Returns:
- UID.
-
clearCache
public void clearCache()Clear the cache.
-