Class AnnotationInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
- All Implemented Interfaces:
IBinaryAnnotation,IBinaryInfo,IElementInfo
-
Field Summary
Fields -
Method Summary
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
doubleAt, floatAt, i4At, i8At, reset, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
isExternalAnnotation
-
Field Details
-
exceptionDuringDecode
-
-
Method Details
-
getElementValuePairs
- Specified by:
getElementValuePairsin interfaceIBinaryAnnotation- Returns:
- the list of element value pairs of the annotation
-
getTypeName
public char[] getTypeName()- Specified by:
getTypeNamein interfaceIBinaryAnnotation- Returns:
- the signature of the annotation type.
-
isDeprecatedAnnotation
public boolean isDeprecatedAnnotation()- Specified by:
isDeprecatedAnnotationin interfaceIBinaryAnnotation- Returns:
- true, if this is a @Deprecated annotation.
-
toString
-
hashCode
-
equals
-