Package javassist.bytecode
Class DeprecatedAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.DeprecatedAttribute
Deprecated_attribute.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javassist.bytecode.AttributeInfo
get, getConstPool, getName, length, set
-
Field Details
-
tag
The name of this attribute"Deprecated".- See Also:
-
-
Constructor Details
-
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.
-