at.dms.classfile
Class DeprecatedAttribute

java.lang.Object
  extended by at.dms.classfile.Attribute
      extended by at.dms.classfile.DeprecatedAttribute

public class DeprecatedAttribute
extends Attribute

VMS 4.7.10 : Deprecated Attribute. This attribute marks superseded classes, fields and methods.


Field Summary
 
Fields inherited from class at.dms.classfile.Attribute
EMPTY
 
Constructor Summary
DeprecatedAttribute()
          Create a deprecated attribute.
DeprecatedAttribute(DataInput in, ConstantPool cp)
          Constructs a deprecated attribute from a class file stream.
 
Method Summary
 
Methods inherited from class at.dms.classfile.Attribute
read, readCodeInfoAttribute, readInterfaceOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 from
cp - the constant pool
Throws:
IOException - an io problem has occured