proguard.classfile.attribute.annotation
Class RuntimeInvisibleAnnotationsAttribute
java.lang.Object
proguard.classfile.attribute.Attribute
proguard.classfile.attribute.annotation.AnnotationsAttribute
proguard.classfile.attribute.annotation.RuntimeInvisibleAnnotationsAttribute
- All Implemented Interfaces:
- VisitorAccepter
public class RuntimeInvisibleAnnotationsAttribute
- extends AnnotationsAttribute
This Attribute represents a runtime invisible annotations attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeInvisibleAnnotationsAttribute
public RuntimeInvisibleAnnotationsAttribute()
- Creates an uninitialized RuntimeInvisibleAnnotationsAttribute.
RuntimeInvisibleAnnotationsAttribute
public RuntimeInvisibleAnnotationsAttribute(int u2attributeNameIndex,
int u2annotationsCount,
Annotation[] annotations)
- Creates an initialized RuntimeInvisibleAnnotationsAttribute.
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