Package com.aparapi.internal.model
Class ClassModel.AttributePool.RuntimeAnnotationsEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo>
com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry
- All Implemented Interfaces:
Iterable<ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo>
- Enclosing class:
ClassModel.AttributePool
public class ClassModel.AttributePool.RuntimeAnnotationsEntry
extends ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass -
Field Summary
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeAnnotationsEntry(org.apache.bcel.classfile.AnnotationEntry[] entries, int _nameIndex, int _length) -
Method Summary
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
getPool, iteratorMethods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RuntimeAnnotationsEntry
public RuntimeAnnotationsEntry(org.apache.bcel.classfile.AnnotationEntry[] entries, int _nameIndex, int _length)
-