Class DirectivesMethodProperties

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

public final class DirectivesMethodProperties extends Object implements Iterable<org.xembly.Directive>
Method properties as Xembly directives.
Since:
0.1
  • Constructor Details

    • DirectivesMethodProperties

      public DirectivesMethodProperties()
      Constructor.
    • DirectivesMethodProperties

      public DirectivesMethodProperties(int access, String descriptor, String signature, String... exceptions)
      Constructor.
      Parameters:
      access - Access modifiers.
      descriptor - Method descriptor.
      signature - Method signature.
      exceptions - Method exceptions.
    • DirectivesMethodProperties

      public DirectivesMethodProperties(int access, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params)
      Constructor.
      Parameters:
      access - Access modifiers.
      descriptor - Method descriptor.
      signature - Method signature.
      exceptions - Method exceptions.
      max - Max stack and locals.
      params - Method parameters.
  • Method Details

    • iterator

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