class com.sun.imageio.plugins.jpeg.DQTMarkerSegment extends com.sun.imageio.plugins.jpeg.MarkerSegment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.imageio.plugins.jpeg.DQTMarkerSegment
  super_class: com.sun.imageio.plugins.jpeg.MarkerSegment
{
  java.util.List tables;
    descriptor: Ljava/util/List;
    flags: (0x0000) 

  void <init>(float, boolean);
    descriptor: (FZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
        start local 1 // float quality
        start local 2 // boolean needTwo
         0: .line 50
            aload 0 /* this */
            sipush 219
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(I)V
         1: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
         2: .line 51
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            dup
            aload 0 /* this */
            iconst_1
            fload 1 /* quality */
            invokespecial com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.<init>:(Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;ZF)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 52
            iload 2 /* needTwo */
            ifeq 5
         4: .line 53
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            dup
            aload 0 /* this */
            iconst_0
            fload 1 /* quality */
            invokespecial com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.<init>:(Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;ZF)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 55
      StackMap locals: com.sun.imageio.plugins.jpeg.DQTMarkerSegment float int
      StackMap stack:
            return
        end local 2 // boolean needTwo
        end local 1 // float quality
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            0    6     1  quality  F
            0    6     2  needTwo  Z
    MethodParameters:
         Name  Flags
      quality  
      needTwo  

  void <init>(com.sun.imageio.plugins.jpeg.JPEGBuffer);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
        start local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
         0: .line 58
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
         1: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
         2: .line 59
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.length:I
            istore 2 /* count */
        start local 2 // int count
         3: .line 60
            goto 7
         4: .line 61
      StackMap locals: com.sun.imageio.plugins.jpeg.DQTMarkerSegment com.sun.imageio.plugins.jpeg.JPEGBuffer int
      StackMap stack:
            new com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.<init>:(Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
            astore 3 /* newGuy */
        start local 3 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable newGuy
         5: .line 62
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            aload 3 /* newGuy */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 63
            iload 2 /* count */
            aload 3 /* newGuy */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            arraylength
            iconst_1
            iadd
            isub
            istore 2 /* count */
        end local 3 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable newGuy
         7: .line 60
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            ifgt 4
         8: .line 65
            aload 1 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.length:I
            isub
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
         9: .line 66
            return
        end local 2 // int count
        end local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            0   10     1  buffer  Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;
            3   10     2   count  I
            5    7     3  newGuy  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  void <init>(javax.imageio.plugins.jpeg.JPEGQTable[]);
    descriptor: ([Ljavax/imageio/plugins/jpeg/JPEGQTable;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
        start local 1 // javax.imageio.plugins.jpeg.JPEGQTable[] qtables
         0: .line 69
            aload 0 /* this */
            sipush 219
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(I)V
         1: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
         2: .line 70
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 71
      StackMap locals: com.sun.imageio.plugins.jpeg.DQTMarkerSegment javax.imageio.plugins.jpeg.JPEGQTable[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            dup
            aload 0 /* this */
            aload 1 /* qtables */
            iload 2 /* i */
            aaload
            iload 2 /* i */
            invokespecial com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.<init>:(Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGQTable;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 70
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* qtables */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 73
            return
        end local 1 // javax.imageio.plugins.jpeg.JPEGQTable[] qtables
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            0    8     1  qtables  [Ljavax/imageio/plugins/jpeg/JPEGQTable;
            3    7     2        i  I
    MethodParameters:
         Name  Flags
      qtables  

  void <init>(Node);
    descriptor: (LNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tNode cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      node  

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
         0: .line 88
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DQTMarkerSegment
            astore 1 /* newGuy */
        start local 1 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment newGuy
         1: .line 89
            aload 1 /* newGuy */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
         2: .line 90
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         3: .line 91
            goto 6
         4: .line 92
      StackMap locals: com.sun.imageio.plugins.jpeg.DQTMarkerSegment java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            astore 3 /* table */
        start local 3 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable table
         5: .line 93
            aload 1 /* newGuy */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            aload 3 /* table */
            invokevirtual com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.clone:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable table
         6: .line 91
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 95
            aload 1 /* newGuy */
            areturn
        end local 2 // java.util.Iterator iter
        end local 1 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment newGuy
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            1    8     1  newGuy  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            3    8     2    iter  Ljava/util/Iterator;
            5    6     3   table  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;

  javax.imageio.metadata.IIOMetadataNode getNativeNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;

  void write(javax.imageio.stream.ImageOutputStream);
    descriptor: (Ljavax/imageio/stream/ImageOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
        start local 1 // javax.imageio.stream.ImageOutputStream ios
         0: .line 113
            return
        end local 1 // javax.imageio.stream.ImageOutputStream ios
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            0    1     1   ios  Ljavax/imageio/stream/ImageOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ios   

  void print();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
         0: .line 116
            aload 0 /* this */
            ldc "DQT"
            invokevirtual com.sun.imageio.plugins.jpeg.DQTMarkerSegment.printTag:(Ljava/lang/String;)V
         1: .line 117
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Num tables: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 118
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 117
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 119
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         5: goto 9
         6: .line 120
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            astore 2 /* table */
        start local 2 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable table
         7: .line 121
            aload 2 /* table */
            invokevirtual com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.print:()V
        end local 2 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable table
         8: .line 119
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 6
        end local 1 // int i
        10: .line 123
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        11: .line 124
            return
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            5   10     1      i  I
            7    8     2  table  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;

  com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable getChromaForLuma(com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;)Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
        start local 1 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable luma
         0: .line 132
            aconst_null
            astore 2 /* newGuy */
        start local 2 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable newGuy
         1: .line 135
            iconst_1
            istore 3 /* allSame */
        start local 3 // boolean allSame
         2: .line 136
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 137
      StackMap locals: com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable int int
      StackMap stack:
            aload 1 /* luma */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            iload 4 /* i */
            iaload
            aload 1 /* luma */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            iload 4 /* i */
            iconst_1
            isub
            iaload
            if_icmpeq 7
         5: .line 138
            iconst_0
            istore 3 /* allSame */
         6: .line 139
            goto 9
         7: .line 136
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 1 /* luma */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            bipush 64
            if_icmplt 4
        end local 4 // int i
         9: .line 142
      StackMap locals:
      StackMap stack:
            iload 3 /* allSame */
            ifeq 13
        10: .line 143
            aload 1 /* luma */
            invokevirtual com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            astore 2 /* newGuy */
        11: .line 144
            aload 2 /* newGuy */
            iconst_1
            putfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.tableID:I
        12: .line 145
            goto 28
        13: .line 148
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* largestPos */
        start local 4 // int largestPos
        14: .line 149
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        15: goto 19
        16: .line 150
      StackMap locals: int int
      StackMap stack:
            aload 1 /* luma */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            iload 5 /* i */
            iaload
            aload 1 /* luma */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            iload 4 /* largestPos */
            iaload
            if_icmple 18
        17: .line 151
            iload 5 /* i */
            istore 4 /* largestPos */
        18: .line 149
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            aload 1 /* luma */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            bipush 64
            if_icmplt 16
        end local 5 // int i
        20: .line 160
            aload 1 /* luma */
            getfield com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.data:[I
            iload 4 /* largestPos */
            iaload
            i2f
        21: .line 161
            getstatic javax.imageio.plugins.jpeg.JPEGQTable.K1Div2Luminance:Ljavax/imageio/plugins/jpeg/JPEGQTable;
            invokevirtual javax.imageio.plugins.jpeg.JPEGQTable.getTable:()[I
            iload 4 /* largestPos */
            iaload
            i2f
        22: .line 160
            fdiv
            fstore 5 /* scaleFactor */
        start local 5 // float scaleFactor
        23: .line 164
            getstatic javax.imageio.plugins.jpeg.JPEGQTable.K2Div2Chrominance:Ljavax/imageio/plugins/jpeg/JPEGQTable;
            fload 5 /* scaleFactor */
        24: .line 165
            iconst_1
        25: .line 164
            invokevirtual javax.imageio.plugins.jpeg.JPEGQTable.getScaledInstance:(FZ)Ljavax/imageio/plugins/jpeg/JPEGQTable;
        26: .line 163
            astore 6 /* jpegTable */
        start local 6 // javax.imageio.plugins.jpeg.JPEGQTable jpegTable
        27: .line 166
            new com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
            dup
            aload 0 /* this */
            aload 6 /* jpegTable */
            iconst_1
            invokespecial com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable.<init>:(Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGQTable;I)V
            astore 2 /* newGuy */
        end local 6 // javax.imageio.plugins.jpeg.JPEGQTable jpegTable
        end local 5 // float scaleFactor
        end local 4 // int largestPos
        28: .line 168
      StackMap locals:
      StackMap stack:
            aload 2 /* newGuy */
            areturn
        end local 3 // boolean allSame
        end local 2 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable newGuy
        end local 1 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable luma
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   29     0         this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
            0   29     1         luma  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;
            1   29     2       newGuy  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;
            2   29     3      allSame  Z
            3    9     4            i  I
           14   28     4   largestPos  I
           15   20     5            i  I
           23   28     5  scaleFactor  F
           27   28     6    jpegTable  Ljavax/imageio/plugins/jpeg/JPEGQTable;
    MethodParameters:
      Name  Flags
      luma  

  com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable getQtableFromNode(Node);
    descriptor: (LNode;)Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment$Qtable;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
         0: .line 171
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DQTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DQTMarkerSegment;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "DQTMarkerSegment.java"
NestMembers:
  com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable
InnerClasses:
  Qtable = com.sun.imageio.plugins.jpeg.DQTMarkerSegment$Qtable of com.sun.imageio.plugins.jpeg.DQTMarkerSegment