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