Class AsmLabels
java.lang.Object
org.eolang.jeo.representation.asm.AsmLabels
Asm Method Labels.
Used during method generation to keep track of all the labels.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.Label
label
(BytecodeLabel label) Get label by UID.
-
Constructor Details
-
AsmLabels
public AsmLabels()Constructor. -
AsmLabels
Constructor.- Parameters:
labels
- All the labels.
-
-
Method Details
-
label
Get label by UID.- Parameters:
label
- Bytecode label.- Returns:
- Label.
-