Class DirectivesModuleOpened

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

    public final class DirectivesModuleOpened
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for module opened. JVM Specification: { u2 opens_index; {@link #pckg} u2 opens_flags; {@link #access} u2 opens_to_count; {@link #modules.size()} u2 opens_to_index[opens_to_count]; } modules
    Since:
    0.15.0
    • Constructor Detail

      • DirectivesModuleOpened

        public DirectivesModuleOpened​(Format format,
                                      String pckg,
                                      int access,
                                      List<String> modules)
        Constructor.
        Parameters:
        format - Directive format
        pckg - The internal name of the opened package
        access - The access flag of the opened package
        modules - The fully qualified names (using dots) of the modules
        Suppressed Checkstyle violations:
        ParameterNumberCheck (5 lines)
    • Method Detail

      • iterator

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