Class DirectivesClass

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

public final class DirectivesClass extends Object implements Iterable<org.xembly.Directive>
Directives for generating EO class objects.

This class generates Xembly directives to create EO object representations of Java classes, including their properties, fields, methods, annotations, and attributes.

Since:
0.1.0
  • Constructor Details

  • Method Details

    • iterator

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