Class ClassFile.DeprecatedAttribute

  • Enclosing class:
    ClassFile

    public static class ClassFile.DeprecatedAttribute
    extends ClassFile.AttributeInfo
    Representation of a "Deprecated" attribute (see JVMS 4.7.10).
    • Constructor Summary

      Constructors 
      Constructor Description
      DeprecatedAttribute​(short attributeNameIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void storeBody​(java.io.DataOutputStream dos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeprecatedAttribute

        public DeprecatedAttribute​(short attributeNameIndex)