|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.attribute.Attribute
proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute
proguard.classfile.attribute.annotation.RuntimeInvisibleParameterAnnotationsAttribute
public class RuntimeInvisibleParameterAnnotationsAttribute
This Attribute represents a runtime invisible parameter annotations attribute.
| Field Summary |
|---|
| Fields inherited from class proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute |
|---|
parameterAnnotations, u2parameterAnnotationsCount, u2parametersCount |
| Fields inherited from class proguard.classfile.attribute.Attribute |
|---|
u2attributeNameIndex, visitorInfo |
| Constructor Summary | |
|---|---|
RuntimeInvisibleParameterAnnotationsAttribute()
Creates an uninitialized RuntimeInvisibleParameterAnnotationsAttribute. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given method. |
| Methods inherited from class proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute |
|---|
annotationsAccept |
| Methods inherited from class proguard.classfile.attribute.Attribute |
|---|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeInvisibleParameterAnnotationsAttribute()
| Method Detail |
|---|
public void accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Attribute
accept in class Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||