Class Deprecated
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.Deprecated
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public final class Deprecated extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Deprecated(int name_index, int length, byte[] bytes, ConstantPool constant_pool)Deprecated(Deprecated c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)byte[]getBytes()voidsetBytes(byte[] bytes)StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
Deprecated
public Deprecated(Deprecated c)
-
Deprecated
public Deprecated(int name_index, int length, byte[] bytes, ConstantPool constant_pool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getBytes
public final byte[] getBytes()
-
setBytes
public final void setBytes(byte[] bytes)
-
-