public class RuntimeInvisibleAnnotationsAttribute extends AnnotationsAttribute
annotations, u2annotationsCountu2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
RuntimeInvisibleAnnotationsAttribute()
Creates an uninitialized RuntimeInvisibleAnnotationsAttribute.
|
RuntimeInvisibleAnnotationsAttribute(int u2attributeNameIndex,
int u2annotationsCount,
Annotation[] annotations)
Creates an initialized RuntimeInvisibleAnnotationsAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
AttributeVisitor attributeVisitor)
Accepts the given visitor.
|
void |
accept(Clazz clazz,
Field field,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given field.
|
void |
accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given method.
|
annotationsAccept, annotationsAccept, annotationsAccept, annotationsAcceptaccept, getAttributeName, getVisitorInfo, setVisitorInfopublic RuntimeInvisibleAnnotationsAttribute()
public RuntimeInvisibleAnnotationsAttribute(int u2attributeNameIndex,
int u2annotationsCount,
Annotation[] annotations)
public void accept(Clazz clazz, AttributeVisitor attributeVisitor)
Attributepublic void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor)
AttributeCopyright © 2015. All Rights Reserved.