public class ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> |
annotations |
private int |
methodArgumentIndex |
Constructor and Description |
---|
ParameterInfo(int argumentIndex,
org.apache.bcel.classfile.AnnotationEntry[] entries) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> |
getAnnotations() |
int |
getMethodArgumentIndex() |
private final int methodArgumentIndex
private final java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> annotations
public ParameterInfo(int argumentIndex, org.apache.bcel.classfile.AnnotationEntry[] entries)
public int getMethodArgumentIndex()
public java.util.List<ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo> getAnnotations()