Class 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 Detail

      • 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 Detail

      • iterator

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