public class AnnotationInfo extends ClassFileStruct implements IBinaryAnnotation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IBinaryElementValuePair[] |
getElementValuePairs() |
char[] |
getTypeName() |
int |
hashCode() |
java.lang.String |
toString() |
public IBinaryElementValuePair[] getElementValuePairs()
getElementValuePairs in interface IBinaryAnnotationpublic char[] getTypeName()
getTypeName 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