Class DirectivesLabel

  • All Implemented Interfaces:
    Iterable<org.xembly.Directive>

    public final class DirectivesLabel
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives of a Java label in EO language.
    Since:
    0.12.0
    • Constructor Detail

      • DirectivesLabel

        public DirectivesLabel​(int index,
                               Format format,
                               String identifier)
        Default constructor.
        Parameters:
        index - Index of the label in the method.
        format - Format of the directives.
        identifier - Identifier for the label.
    • Method Detail

      • iterator

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