|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.analysis.AnnotationValue
public class AnnotationValue
The "raw" version of an annotation appearing in a class file.
Constructor Summary | |
---|---|
AnnotationValue(ClassDescriptor annotationClass)
Constructor. |
|
AnnotationValue(java.lang.String annotationClass)
Constructor. |
Method Summary | |
---|---|
ClassDescriptor |
getAnnotationClass()
|
org.objectweb.asm.AnnotationVisitor |
getAnnotationVisitor()
Get an AnnotationVisitor which can populate this AnnotationValue object. |
java.lang.Object |
getDesc(java.lang.String name)
Get a descriptor specifying the type of an annotation element. |
java.lang.Object |
getValue(java.lang.String name)
Get the value of given annotation element. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationValue(ClassDescriptor annotationClass)
annotationClass
- the annotation classpublic AnnotationValue(java.lang.String annotationClass)
annotationClass
- JVM signature of the annotation classMethod Detail |
---|
public ClassDescriptor getAnnotationClass()
public java.lang.Object getValue(java.lang.String name)
name
- name of annotation element
public java.lang.Object getDesc(java.lang.String name)
name
- name of annotation element
public java.lang.String toString()
toString
in class java.lang.Object
public org.objectweb.asm.AnnotationVisitor getAnnotationVisitor()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |