|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.attribute.annotation.ElementValue
proguard.classfile.attribute.annotation.AnnotationElementValue
public class AnnotationElementValue
This ElementValue represents an annotation element value.
| Field Summary | |
|---|---|
Annotation |
annotationValue
|
| Fields inherited from class proguard.classfile.attribute.annotation.ElementValue |
|---|
referencedClass, referencedMethod, u2elementNameIndex, visitorInfo |
| Constructor Summary | |
|---|---|
AnnotationElementValue()
Creates an uninitialized AnnotationElementValue. |
|
AnnotationElementValue(int u2elementNameIndex,
Annotation annotationValue)
Creates an initialized AnnotationElementValue. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
Accepts the given visitor. |
void |
annotationAccept(Clazz clazz,
AnnotationVisitor annotationVisitor)
Applies the given visitor to the annotation. |
int |
getTag()
Returns the tag of this element value. |
| Methods inherited from class proguard.classfile.attribute.annotation.ElementValue |
|---|
getMethodName, getVisitorInfo, referencedMethodAccept, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Annotation annotationValue
| Constructor Detail |
|---|
public AnnotationElementValue()
public AnnotationElementValue(int u2elementNameIndex,
Annotation annotationValue)
| Method Detail |
|---|
public void annotationAccept(Clazz clazz,
AnnotationVisitor annotationVisitor)
public int getTag()
ElementValue
getTag in class ElementValue
public void accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
ElementValue
accept in class ElementValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||