Class BytecodeAttributes


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

      • BytecodeAttributes

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

        public BytecodeAttributes​(List<BytecodeAttribute> all)
        Constructor.
        Parameters:
        all - All attributes.
    • Method Detail

      • directives

        public DirectivesAttributes directives​(String name)
        Convert to directives.
        Parameters:
        name - Name of the attributes in EO representation.
        Returns:
        Directives.