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