at.dms.classfile
Class DeprecatedAttribute
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.DeprecatedAttribute
public class DeprecatedAttribute
- extends Attribute
VMS 4.7.10 : Deprecated Attribute.
This attribute marks superseded classes, fields and methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedAttribute
public DeprecatedAttribute()
- Create a deprecated attribute.
DeprecatedAttribute
public DeprecatedAttribute(DataInput in,
ConstantPool cp)
throws IOException
- Constructs a deprecated attribute from a class file stream.
- Parameters:
in
- the stream to read fromcp
- the constant pool
- Throws:
IOException
- an io problem has occured