proguard.classfile.attribute
Class DeprecatedAttribute
java.lang.Object
proguard.classfile.attribute.Attribute
proguard.classfile.attribute.DeprecatedAttribute
- All Implemented Interfaces:
- VisitorAccepter
public class DeprecatedAttribute
- extends Attribute
This Attribute represents a deprecated attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedAttribute
public DeprecatedAttribute()
- Creates an uninitialized DeprecatedAttribute.
accept
public void accept(Clazz clazz,
AttributeVisitor attributeVisitor)
- Description copied from class:
Attribute
- Accepts the given visitor.
- Overrides:
accept in class Attribute
accept
public void accept(Clazz clazz,
Field field,
AttributeVisitor attributeVisitor)
- Description copied from class:
Attribute
- Accepts the given visitor in the context of the given field.
- Overrides:
accept in class Attribute
accept
public void accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
- Description copied from class:
Attribute
- Accepts the given visitor in the context of the given method.
- Overrides:
accept in class Attribute