Class DirectivesLabel
- java.lang.Object
-
- org.eolang.jeo.representation.directives.DirectivesLabel
-
-
Constructor Summary
Constructors Constructor Description DirectivesLabel(org.objectweb.asm.Label label)
Constructor.DirectivesLabel(org.objectweb.asm.Label label, String name)
Constructor.DirectivesLabel(org.objectweb.asm.Label label, String name, AllLabels all)
Constructor.DirectivesLabel(org.objectweb.asm.Label label, AllLabels all)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.xembly.Directive>
iterator()
-
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 Detail
-
DirectivesLabel
public DirectivesLabel(org.objectweb.asm.Label label)
Constructor.- Parameters:
label
- Bytecode label.
-
DirectivesLabel
public DirectivesLabel(org.objectweb.asm.Label label, AllLabels all)
Constructor.- Parameters:
label
- Bytecode label.all
- All labels.
-
DirectivesLabel
public DirectivesLabel(org.objectweb.asm.Label label, String name)
Constructor.- Parameters:
label
- Bytecode label.name
- Label name.
-
-