Class DirectivesLine

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

public final class DirectivesLine extends Object implements Iterable<org.xembly.Directive>
Line number directives.
Since:
0.14.0
  • Constructor Details

    • DirectivesLine

      public DirectivesLine(int index, Format format, int number, String identifier)
      Constructor.
      Parameters:
      index - Line index
      format - Format of the directives
      number - Line number in the source code
      identifier - Identifier for the line
  • Method Details

    • iterator

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