Class BytecodeAttributes

java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeAttributes

public final class BytecodeAttributes extends Object
Bytecode attributes.
Since:
0.6
  • Constructor Details

    • BytecodeAttributes

      public BytecodeAttributes(BytecodeAttribute... all)
      Constructor.
      Parameters:
      all - All attributes.
  • Method Details

    • directives

      public Iterable<org.xembly.Directive> directives(String name)
      Convert to directives.
      Parameters:
      name - Name of the attributes in EO representation.
      Returns:
      Directives.