Class DirectivesLine

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

    public final class DirectivesLine
    extends Object
    implements Iterable<org.xembly.Directive>
    Line number directives.
    Since:
    0.14.0
    • Constructor Detail

      • DirectivesLine

        public DirectivesLine​(int index,
                              Format format,
                              int number,
                              String identifier)
        Constructor.
        Parameters:
        index - Line index
        format - Format of the directives
        number - Line number in the source code
        identifier - Identifier for the line
        Suppressed Checkstyle violations:
        ParameterNumber (5 lines)
    • Method Detail

      • iterator

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