Class DirectivesSourceFile

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

    public final class DirectivesSourceFile
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for source file and debug info.
    Since:
    0.14.0
    • Constructor Detail

      • DirectivesSourceFile

        public DirectivesSourceFile​(Format format,
                                    String source,
                                    String debug)
        Constructor.
        Parameters:
        format - Directives format.
        source - The name of the source file from which this class was compiled.
        debug - The correspondence between source and compiled elements of this class.
    • Method Detail

      • iterator

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