Class DirectivesRecordComponent

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

    public final class DirectivesRecordComponent
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives Record Component.
    Since:
    0.15.0
    • Constructor Detail

      • DirectivesRecordComponent

        public DirectivesRecordComponent​(Format format,
                                         int index,
                                         String name,
                                         String descriptor,
                                         String signature,
                                         DirectivesAnnotations annotations,
                                         DirectivesTypeAnnotations types)
        Constructor.
        Parameters:
        format - Directives format.
        index - Component index.
        name - Component name.
        descriptor - Descriptor.
        signature - Signature.
        annotations - Bytecode annotations.
        types - Type annotations.
        Suppressed Checkstyle violations:
        ParameterNumber (10 lines)
    • Method Detail

      • iterator

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