Package com.aparapi.internal.model
Class ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
-
- Enclosing class:
- ClassModel.AttributePool.RuntimeParameterAnnotationsEntry
public class ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo>
annotations
private int
methodArgumentIndex
-
Constructor Summary
Constructors Constructor Description ParameterInfo(int argumentIndex, org.apache.bcel.classfile.AnnotationEntry[] entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo>
getAnnotations()
int
getMethodArgumentIndex()
-
-
-
Field Detail
-
methodArgumentIndex
private final int methodArgumentIndex
-
annotations
private final java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> annotations
-
-
Method Detail
-
getMethodArgumentIndex
public int getMethodArgumentIndex()
-
getAnnotations
public java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> getAnnotations()
-
-