Class DirectivesClosedObject

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

public final class DirectivesClosedObject extends Object implements Iterable<org.xembly.Directive>
EO closed object directives.

It is the simples representation of an EO object as a closes object which means it has 'as' ans 'base' attributes and might have 'name' attribute. see for more info

Since:
0.11.0
  • Method Details

    • iterator

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