Class RuntimeInvisibleTypeAnnotationsAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.RuntimeInvisibleTypeAnnotationsAttribute
- All Implemented Interfaces:
IClassFileAttribute, IRuntimeInvisibleTypeAnnotationsAttribute
public class RuntimeInvisibleTypeAnnotationsAttribute
extends ClassFileAttribute
implements IRuntimeInvisibleTypeAnnotationsAttribute
Default implementation of IRuntimeInvisibleTypeAnnotations
-
Field Summary
Fields inherited from class ClassFileAttribute
NO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeInvisibleTypeAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for RuntimeInvisibleTypeAnnotations. -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the extended annotations.intAnswer back the number of extended annotations as described in the JVM specifications.Methods inherited from class ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Constructor Details
-
RuntimeInvisibleTypeAnnotationsAttribute
public RuntimeInvisibleTypeAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for RuntimeInvisibleTypeAnnotations.- Throws:
ClassFormatException
-
-
Method Details
-
getExtendedAnnotations
Description copied from interface:IRuntimeInvisibleTypeAnnotationsAttributeAnswer back the extended annotations. Answers an empty collection if none.- Specified by:
getExtendedAnnotationsin interfaceIRuntimeInvisibleTypeAnnotationsAttribute- Returns:
- the extended annotations
-
getExtendedAnnotationsNumber
public int getExtendedAnnotationsNumber()Description copied from interface:IRuntimeInvisibleTypeAnnotationsAttributeAnswer back the number of extended annotations as described in the JVM specifications.- Specified by:
getExtendedAnnotationsNumberin interfaceIRuntimeInvisibleTypeAnnotationsAttribute- Returns:
- the number of extended annotations
-