Package javassist.bytecode
Class DeprecatedAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.DeprecatedAttribute
Deprecated_attribute.-
Field Summary
FieldsFields inherited from class javassist.bytecode.AttributeInfo
constPool, info, name -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a Deprecated attribute.DeprecatedAttribute(ConstPool cp, int n, DataInputStream in) -
Method Summary
Methods inherited from class javassist.bytecode.AttributeInfo
copyAll, get, getConstPool, getLength, getName, getRefClasses, getRefClasses, length, lookup, read, remove, renameClass, renameClass, renameClass, renameClass, set, write, writeAll
-
Field Details
-
tag
The name of this attribute"Deprecated".- See Also:
-
-
Constructor Details
-
DeprecatedAttribute
DeprecatedAttribute(ConstPool cp, int n, DataInputStream in) throws IOException - Throws:
IOException
-
DeprecatedAttribute
Constructs a Deprecated attribute.- Parameters:
cp- a constant pool table.
-
-
Method Details
-
copy
Makes a copy.- Overrides:
copyin classAttributeInfo- Parameters:
newCp- the constant pool table used by the new copy.classnames- should be null.
-