Class DirectivesOperand

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

public final class DirectivesOperand extends Object implements Iterable<org.xembly.Directive>
Operand XML directives.
Since:
0.1
  • Method Details

    • iterator

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