Package com.aparapi.internal.model
Class ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo
-
- Enclosing class:
- ClassModel.AttributePool.RuntimeAnnotationsEntry
public class ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair
-
Field Summary
Fields Modifier and Type Field Description private int
elementValuePairCount
private ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair[]
elementValuePairs
private int
typeIndex
-
Constructor Summary
Constructors Constructor Description AnnotationInfo(org.apache.bcel.classfile.ElementValuePair[] pairs, int _typeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTypeDescriptor()
int
getTypeIndex()
-
-
-
Field Detail
-
typeIndex
private final int typeIndex
-
elementValuePairCount
private final int elementValuePairCount
-
elementValuePairs
private final ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair[] elementValuePairs
-
-