public abstract class com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations extends com.sun.org.apache.bcel.internal.classfile.Attribute
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations
super_class: com.sun.org.apache.bcel.internal.classfile.Attribute
{
private com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] parameter_annotation_table;
descriptor: [Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
flags: (0x0002) ACC_PRIVATE
void <init>(byte, int, int, java.io.DataInput, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (BIILjava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
flags: (0x0000)
Code:
stack=6, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
iload 2
iload 3
aconst_null
1: aload 5
invokespecial com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.<init>:(BII[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
2: aload 4
invokeinterface java.io.DataInput.readUnsignedByte:()I
istore 6
start local 6 3: aload 0
iload 6
anewarray com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry
putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
4: iconst_0
istore 7
start local 7 5: goto 8
6: StackMap locals: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations int int int java.io.DataInput com.sun.org.apache.bcel.internal.classfile.ConstantPool int int
StackMap stack:
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
iload 7
new com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry
dup
aload 4
aload 5
invokespecial com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry.<init>:(Ljava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
aastore
7: iinc 7 1
StackMap locals:
StackMap stack:
8: iload 7
iload 6
if_icmplt 6
end local 7 9: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 10 1 parameter_annotation_type B
0 10 2 name_index I
0 10 3 length I
0 10 4 input Ljava/io/DataInput;
0 10 5 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
3 10 6 num_parameters I
5 9 7 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
parameter_annotation_type final
name_index final
length final
input final
constant_pool final
public void <init>(byte, int, int, com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (BII[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
iload 2
iload 3
aload 5
invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.<init>:(BIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
1: aload 0
aload 4
putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
2: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 3 1 parameter_annotation_type B
0 3 2 name_index I
0 3 3 length I
0 3 4 parameter_annotation_table [Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
0 3 5 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
MethodParameters:
Name Flags
parameter_annotation_type final
name_index final
length final
parameter_annotation_table final
constant_pool final
public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitParameterAnnotation:(Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 2 1 v Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
MethodParameters:
Name Flags
v final
public final void setParameterAnnotationTable(com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[]);
descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 2 1 parameter_annotation_table [Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
MethodParameters:
Name Flags
parameter_annotation_table final
public final com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] getParameterAnnotationTable();
descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
public com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] getParameterAnnotationEntries();
descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
public void dump(java.io.DataOutputStream);
descriptor: (Ljava/io/DataOutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
1: aload 1
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
arraylength
invokevirtual java.io.DataOutputStream.writeByte:(I)V
2: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 6
StackMap locals: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations java.io.DataOutputStream top int int com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[]
StackMap stack:
3: aload 5
iload 3
aaload
astore 2
start local 2 4: aload 2
aload 1
invokevirtual com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry.dump:(Ljava/io/DataOutputStream;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 8 1 dos Ljava/io/DataOutputStream;
4 5 2 element Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dos final
public com.sun.org.apache.bcel.internal.classfile.Attribute copy(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.bcel.internal.classfile.Attribute
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
0 1 1 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
MethodParameters:
Name Flags
constant_pool final
}
SourceFile: "ParameterAnnotations.java"