public class ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair |
Modifier and Type | Field and Description |
---|---|
private int |
elementValuePairCount |
private ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair[] |
elementValuePairs |
private int |
methodArgumentIndex |
private int |
typeIndex |
Constructor and Description |
---|
AnnotationInfo(int argumentIndex,
int _typeIndex,
org.apache.bcel.classfile.ElementValuePair[] pairs) |
Modifier and Type | Method and Description |
---|---|
int |
getMethodArgumentIndex() |
java.lang.String |
getTypeDescriptor() |
int |
getTypeIndex() |
private final int typeIndex
private final int elementValuePairCount
private final int methodArgumentIndex
private final ClassModel.AttributePool.RuntimeParameterAnnotationsEntry.ParameterInfo.AnnotationInfo.ElementValuePair[] elementValuePairs