public class AnnotationInfo extends ClassFileStruct implements IBinaryAnnotation
| Modifier and Type | Field and Description |
|---|---|
java.lang.RuntimeException |
exceptionDuringDecode |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IBinaryElementValuePair[] |
getElementValuePairs() |
char[] |
getTypeName() |
int |
hashCode() |
boolean |
isDeprecatedAnnotation() |
java.lang.String |
toString() |
doubleAt, floatAt, i4At, i8At, reset, u1At, u2At, u4At, utf8Atclone, finalize, getClass, notify, notifyAll, wait, wait, waitisExternalAnnotationpublic IBinaryElementValuePair[] getElementValuePairs()
getElementValuePairs in interface IBinaryAnnotationpublic char[] getTypeName()
getTypeName in interface IBinaryAnnotationpublic boolean isDeprecatedAnnotation()
isDeprecatedAnnotation in interface IBinaryAnnotationpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object