Class GenericAttribute

  • All Implemented Interfaces:
    VMConstants

    public class GenericAttribute
    extends ClassAttribute
    GenericAttribute represents a class attribute in a class file which is not recognized as any supported attribute type. These attributes are maintained, and are not modified in any way.
    • Constructor Detail

      • GenericAttribute

        public GenericAttribute​(ConstUtf8 attrName,
                                byte[] attrBytes)
        constructor