public class AnnotationDefaultAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
ElementValue |
defaultValue |
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
AnnotationDefaultAttribute()
Creates an uninitialized AnnotationDefaultAttribute.
|
AnnotationDefaultAttribute(int u2attributeNameIndex,
ElementValue defaultValue)
Creates an initialized AnnotationDefaultAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given method.
|
void |
defaultValueAccept(Clazz clazz,
ElementValueVisitor elementValueVisitor)
Applies the given visitor to the default element value.
|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfopublic ElementValue defaultValue
public AnnotationDefaultAttribute()
public AnnotationDefaultAttribute(int u2attributeNameIndex,
ElementValue defaultValue)
public void defaultValueAccept(Clazz clazz, ElementValueVisitor elementValueVisitor)
Copyright © 2015. All Rights Reserved.