Class DirectivesAttribute

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

public final class DirectivesAttribute extends Object implements Iterable<org.xembly.Directive>
Directives for an attribute.
Since:
0.4
  • Constructor Details

    • DirectivesAttribute

      @SafeVarargs public DirectivesAttribute(String base, Iterable<org.xembly.Directive>... data)
      Constructor.
      Parameters:
      base - The name of the attribute.
      data - Properties of an attribute.
  • Method Details

    • iterator

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