|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.ipojo.manipulation.ClassChecker.EnumAttribute
public static final class ClassChecker.EnumAttribute
Describes an attribute. The value of this attribute is an enumerated value. This class is able to visit an annotation enumeration attribute, and to recreate this attribute on another annotation.
| Field Summary | |
|---|---|
private java.lang.String |
m_desc
The descriptor of the enumeration. |
private java.lang.String |
m_name
The name of the attribute. |
private java.lang.String |
m_value
The value of the attribute. |
| Constructor Summary | |
|---|---|
private |
ClassChecker.EnumAttribute(java.lang.String name,
java.lang.String desc,
java.lang.String value)
Creates a enumeration attribute. |
| Method Summary | |
|---|---|
void |
visit(org.objectweb.asm.AnnotationVisitor visitor)
Recreates the attribute on the given annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String m_name
private java.lang.String m_desc
private java.lang.String m_value
| Constructor Detail |
|---|
private ClassChecker.EnumAttribute(java.lang.String name,
java.lang.String desc,
java.lang.String value)
name - the name of the attribute.desc - the descriptor of the Enumvalue - the enumerated value| Method Detail |
|---|
public void visit(org.objectweb.asm.AnnotationVisitor visitor)
visitor - the visitor on which the attribute needs
to be injected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||