public class com.sun.org.apache.bcel.internal.classfile.RuntimeInvisibleParameterAnnotations extends com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.bcel.internal.classfile.RuntimeInvisibleParameterAnnotations
super_class: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations
{
public void <init>(int, int, java.io.DataInput, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (IILjava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 // com.sun.org.apache.bcel.internal.classfile.RuntimeInvisibleParameterAnnotations this
start local 1 // int name_index
start local 2 // int length
start local 3 // java.io.DataInput input
start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
0: .line 46
aload 0 /* this */
bipush 15
iload 1 /* name_index */
iload 2 /* length */
aload 3 /* input */
aload 4 /* constant_pool */
invokespecial com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.<init>:(BIILjava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
1: .line 47
return
end local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
end local 3 // java.io.DataInput input
end local 2 // int length
end local 1 // int name_index
end local 0 // com.sun.org.apache.bcel.internal.classfile.RuntimeInvisibleParameterAnnotations this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/RuntimeInvisibleParameterAnnotations;
0 2 1 name_index I
0 2 2 length I
0 2 3 input Ljava/io/DataInput;
0 2 4 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
name_index final
length final
input final
constant_pool final
}
SourceFile: "RuntimeInvisibleParameterAnnotations.java"