Class DirectivesFrameValues

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

public final class DirectivesFrameValues extends Object implements Iterable<org.xembly.Directive>
Bytecode frame values XMIR representation.
Since:
0.14.0
  • Constructor Details

    • DirectivesFrameValues

      public DirectivesFrameValues(Format format, String name, Object... values)
      Constructor.
      Parameters:
      format - The format of the directives.
      name - Name of the values array
      values - Frame values
  • Method Details

    • iterator

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