Class DirectivesLabel

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesLabel
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesLabel extends Object implements Iterable<org.xembly.Directive>
Directives of a Java label in EO language.
Since:
0.12.0
  • Constructor Details

    • DirectivesLabel

      public DirectivesLabel(String identifier)
      Default constructor.
      Parameters:
      identifier - Identifier for the label.
  • Method Details

    • iterator

      public Iterator<org.xembly.Directive> iterator()
      Specified by:
      iterator in interface Iterable<org.xembly.Directive>