Class DirectivesMethodParams

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesMethodParams
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesMethodParams extends Object implements Iterable<org.xembly.Directive>
Directives for method parameters.
Since:
0.1
  • Constructor Details

    • DirectivesMethodParams

      public DirectivesMethodParams(String descriptor)
      Constructor.
      Parameters:
      descriptor - Method descriptor.
  • Method Details

    • annotation

      public void annotation(int index, DirectivesAnnotation annotation)
      Add a parameter annotation.
      Parameters:
      index - Index of the parameter.
      annotation - Annotation.
    • iterator

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