javassist.bytecode
public class DeprecatedAttribute extends AttributeInfo
Deprecated_attribute.
| Field Summary | |
|---|---|
| static String | tag
The name of this attribute "Deprecated". |
| Constructor Summary | |
|---|---|
| DeprecatedAttribute(ConstPool cp)
Constructs a Deprecated attribute.
| |
| Method Summary | |
|---|---|
| AttributeInfo | copy(ConstPool newCp, Map classnames)
Makes a copy.
|
"Deprecated".Parameters: cp a constant pool table.
Parameters: newCp the constant pool table used by the new copy. classnames should be null.