proguard.classfile.attribute.annotation
Class AnnotationElementValue
java.lang.Object
proguard.classfile.attribute.annotation.ElementValue
proguard.classfile.attribute.annotation.AnnotationElementValue
- All Implemented Interfaces:
- VisitorAccepter
public class AnnotationElementValue
- extends ElementValue
This ElementValue represents an annotation element value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotationValue
public Annotation annotationValue
AnnotationElementValue
public AnnotationElementValue()
- Creates an uninitialized AnnotationElementValue.
annotationAccept
public void annotationAccept(Clazz clazz,
AnnotationVisitor annotationVisitor)
- Applies the given visitor to the annotation.
getTag
public int getTag()
- Description copied from class:
ElementValue
- Returns the tag of this element value.
- Specified by:
getTag in class ElementValue
accept
public void accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
- Description copied from class:
ElementValue
- Accepts the given visitor.
- Specified by:
accept in class ElementValue