Class DirectivesLabel
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesLabel
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Xml directives for label entry in byrecode.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesLabel
(org.objectweb.asm.Label label) Constructor.DirectivesLabel
(org.objectweb.asm.Label label, String name) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesLabel
public DirectivesLabel(org.objectweb.asm.Label label) Constructor.- Parameters:
label
- Bytecode label.
-
DirectivesLabel
Constructor.- Parameters:
label
- Bytecode label.name
- Label name.
-
-
Method Details