public class com.sun.tools.classfile.StackMap_attribute$stack_map_frame extends com.sun.tools.classfile.StackMapTable_attribute$full_frame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.StackMap_attribute$stack_map_frame
  super_class: com.sun.tools.classfile.StackMapTable_attribute$full_frame
{
  void <init>(com.sun.tools.classfile.ClassReader);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.StackMap_attribute$stack_map_frame this
        start local 1 // com.sun.tools.classfile.ClassReader cr
         0: .line 67
            aload 0 /* this */
            sipush 255
            aload 1 /* cr */
            invokespecial com.sun.tools.classfile.StackMapTable_attribute$full_frame.<init>:(ILcom/sun/tools/classfile/ClassReader;)V
         1: .line 68
            return
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.StackMap_attribute$stack_map_frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/classfile/StackMap_attribute$stack_map_frame;
            0    2     1    cr  Lcom/sun/tools/classfile/ClassReader;
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap
    MethodParameters:
      Name  Flags
      cr    
}
SourceFile: "StackMap_attribute.java"
NestHost: com.sun.tools.classfile.StackMap_attribute
InnerClasses:
  InvalidStackMap = com.sun.tools.classfile.StackMapTable_attribute$InvalidStackMap of com.sun.tools.classfile.StackMapTable_attribute
  public full_frame = com.sun.tools.classfile.StackMapTable_attribute$full_frame of com.sun.tools.classfile.StackMapTable_attribute
  public stack_map_frame = com.sun.tools.classfile.StackMap_attribute$stack_map_frame of com.sun.tools.classfile.StackMap_attribute