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
  • Constructor Details

    • DirectivesOperand

      public DirectivesOperand(Object operand)
      Constructor.
      Parameters:
      operand - Raw operand.
  • Method Details

    • iterator

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