Class DirectivesMethodParam

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

    public final class DirectivesMethodParam
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for a method parameter.
    Since:
    0.6
    • Constructor Detail

      • DirectivesMethodParam

        public DirectivesMethodParam​(int index,
                                     String name,
                                     int access,
                                     org.objectweb.asm.Type type,
                                     DirectivesAnnotations annotations)
        Constructor.
        Parameters:
        index - Index of the parameter.
        name - Name of the parameter.
        access - Access modifier of the parameter.
        type - Type of the parameter.
        annotations - Annotations of the parameter.
        Suppressed Checkstyle violations:
        ParameterNumberCheck (5 lines)
    • Method Detail

      • iterator

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