public class RuntimeVisibleAnnotationsAttribute extends AnnotationsAttribute
annotations, u2annotationsCountu2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
RuntimeVisibleAnnotationsAttribute()
Creates an uninitialized RuntimeVisibleAnnotationsAttribute.
|
RuntimeVisibleAnnotationsAttribute(int u2attributeNameIndex,
int u2annotationsCount,
Annotation[] annotations)
Creates an initialized RuntimeVisibleAnnotationsAttribute.
|
| 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 RuntimeVisibleAnnotationsAttribute()
public RuntimeVisibleAnnotationsAttribute(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.