public class com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info extends com.sun.tools.classfile.StackMapTable_attribute$verification_type_info
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info
super_class: com.sun.tools.classfile.StackMapTable_attribute$verification_type_info
{
public final int offset;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
void <init>(com.sun.tools.classfile.ClassReader);
descriptor: (Lcom/sun/tools/classfile/ClassReader;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info this
start local 1 // com.sun.tools.classfile.ClassReader cr
0: .line 368
aload 0 /* this */
bipush 8
invokespecial com.sun.tools.classfile.StackMapTable_attribute$verification_type_info.<init>:(I)V
1: .line 369
aload 0 /* this */
aload 1 /* cr */
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info.offset:I
2: .line 370
return
end local 1 // com.sun.tools.classfile.ClassReader cr
end local 0 // com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/classfile/StackMapTable_attribute$Uninitialized_variable_info;
0 3 1 cr Lcom/sun/tools/classfile/ClassReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cr
public int length();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info this
0: .line 374
aload 0 /* this */
invokespecial com.sun.tools.classfile.StackMapTable_attribute$verification_type_info.length:()I
iconst_2
iadd
ireturn
end local 0 // com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/StackMapTable_attribute$Uninitialized_variable_info;
}
SourceFile: "StackMapTable_attribute.java"
NestHost: com.sun.tools.classfile.StackMapTable_attribute
InnerClasses:
public Uninitialized_variable_info = com.sun.tools.classfile.StackMapTable_attribute$Uninitialized_variable_info of com.sun.tools.classfile.StackMapTable_attribute
public verification_type_info = com.sun.tools.classfile.StackMapTable_attribute$verification_type_info of com.sun.tools.classfile.StackMapTable_attribute