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