net.sf.rej.java.attribute
Class DeprecatedAttribute

java.lang.Object
  extended by net.sf.rej.java.attribute.Attribute
      extended by net.sf.rej.java.attribute.DeprecatedAttribute

public class DeprecatedAttribute
extends Attribute


Constructor Summary
DeprecatedAttribute(int nameIndex, ConstantPool pool)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.java.attribute.Attribute
getAttribute, getData, getName, getPayload, setPayload
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeprecatedAttribute

public DeprecatedAttribute(int nameIndex,
                           ConstantPool pool)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Attribute