javassist.bytecode
Class DeprecatedAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.DeprecatedAttribute
public class DeprecatedAttribute
- extends AttributeInfo
Deprecated_attribute.
|
Field Summary |
static String |
tag
The name of this attribute "Deprecated". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
public static final String tag
- The name of this attribute
"Deprecated".
- See Also:
- Constant Field Values
DeprecatedAttribute
public DeprecatedAttribute(ConstPool cp)
- Constructs a Deprecated attribute.
- Parameters:
cp - a constant pool table.
copy
public AttributeInfo copy(ConstPool newCp,
Map classnames)
- Makes a copy.
- Overrides:
copy in class AttributeInfo
- Parameters:
newCp - the constant pool table used by the new copy.classnames - should be null.
Copyright © 2010. All Rights Reserved.