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 Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair[]
private final int
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationInfo
(int argumentIndex, int _typeIndex, org.apache.bcel.classfile.ElementValuePair[] pairs) -
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Field Details
-
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
-
-
Constructor Details
-
AnnotationInfo
public AnnotationInfo(int argumentIndex, int _typeIndex, org.apache.bcel.classfile.ElementValuePair[] pairs)
-
-
Method Details
-
getMethodArgumentIndex
public int getMethodArgumentIndex() -
getTypeIndex
public int getTypeIndex() -
getTypeDescriptor
-