Class DirectivesMethodParam

java.lang.Object
org.eolang.jeo.representation.directives.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 Details

    • DirectivesMethodParam

      public DirectivesMethodParam(int index, org.objectweb.asm.Type type, DirectivesAnnotations annotations)
      Constructor.
      Parameters:
      index - Index of the parameter.
      type - Type of the parameter.
      annotations - Annotations of the parameter.
  • Method Details

    • iterator

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