public class com.sun.imageio.plugins.gif.GIFImageMetadata extends com.sun.imageio.plugins.gif.GIFMetadata
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.gif.GIFImageMetadata
  super_class: com.sun.imageio.plugins.gif.GIFMetadata
{
  static final java.lang.String nativeMetadataFormatName;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "javax_imageio_gif_image_1.0"

  static final java.lang.String[] disposalMethodNames;
    descriptor: [Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  public int imageLeftPosition;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int imageTopPosition;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int imageWidth;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int imageHeight;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean interlaceFlag;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean sortFlag;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public byte[] localColorTable;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public int disposalMethod;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean userInputFlag;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean transparentColorFlag;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int delayTime;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int transparentColorIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean hasPlainTextExtension;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int textGridLeft;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textGridTop;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textGridWidth;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textGridHeight;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int characterCellWidth;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int characterCellHeight;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textForegroundColor;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textBackgroundColor;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public byte[] text;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public java.util.List applicationIDs;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List authenticationCodes;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List applicationData;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List comments;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 46
            bipush 8
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 47
            ldc "none"
            aastore
            dup
            iconst_1
         2: .line 48
            ldc "doNotDispose"
            aastore
            dup
            iconst_2
         3: .line 49
            ldc "restoreToBackgroundColor"
            aastore
            dup
            iconst_3
         4: .line 50
            ldc "restoreToPrevious"
            aastore
            dup
            iconst_4
         5: .line 51
            ldc "undefinedDisposalMethod4"
            aastore
            dup
            iconst_5
         6: .line 52
            ldc "undefinedDisposalMethod5"
            aastore
            dup
            bipush 6
         7: .line 53
            ldc "undefinedDisposalMethod6"
            aastore
            dup
            bipush 7
         8: .line 54
            ldc "undefinedDisposalMethod7"
            aastore
         9: .line 46
            putstatic com.sun.imageio.plugins.gif.GIFImageMetadata.disposalMethodNames:[Ljava/lang/String;
        10: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(boolean, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[]);
    descriptor: (ZLjava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
        start local 1 // boolean standardMetadataFormatSupported
        start local 2 // java.lang.String nativeMetadataFormatName
        start local 3 // java.lang.String nativeMetadataFormatClassName
        start local 4 // java.lang.String[] extraMetadataFormatNames
        start local 5 // java.lang.String[] extraMetadataFormatClassNames
         0: .line 105
            aload 0 /* this */
            iload 1 /* standardMetadataFormatSupported */
         1: .line 106
            aload 2 /* nativeMetadataFormatName */
         2: .line 107
            aload 3 /* nativeMetadataFormatClassName */
         3: .line 108
            aload 4 /* extraMetadataFormatNames */
         4: .line 109
            aload 5 /* extraMetadataFormatClassNames */
            invokespecial com.sun.imageio.plugins.gif.GIFMetadata.<init>:(ZLjava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
         5: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.interlaceFlag:Z
         6: .line 63
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.sortFlag:Z
         7: .line 64
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.localColorTable:[B
         8: .line 67
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.disposalMethod:I
         9: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.userInputFlag:Z
        10: .line 69
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.transparentColorFlag:Z
        11: .line 70
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.delayTime:I
        12: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.transparentColorIndex:I
        13: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.hasPlainTextExtension:Z
        14: .line 87
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.applicationIDs:Ljava/util/List;
        15: .line 90
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.authenticationCodes:Ljava/util/List;
        16: .line 93
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.applicationData:Ljava/util/List;
        17: .line 97
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.gif.GIFImageMetadata.comments:Ljava/util/List;
        18: .line 110
            return
        end local 5 // java.lang.String[] extraMetadataFormatClassNames
        end local 4 // java.lang.String[] extraMetadataFormatNames
        end local 3 // java.lang.String nativeMetadataFormatClassName
        end local 2 // java.lang.String nativeMetadataFormatName
        end local 1 // boolean standardMetadataFormatSupported
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   19     0                             this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
            0   19     1  standardMetadataFormatSupported  Z
            0   19     2         nativeMetadataFormatName  Ljava/lang/String;
            0   19     3    nativeMetadataFormatClassName  Ljava/lang/String;
            0   19     4         extraMetadataFormatNames  [Ljava/lang/String;
            0   19     5    extraMetadataFormatClassNames  [Ljava/lang/String;
    MethodParameters:
                                 Name  Flags
      standardMetadataFormatSupported  
      nativeMetadataFormatName         
      nativeMetadataFormatClassName    
      extraMetadataFormatNames         
      extraMetadataFormatClassNames    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 113
            aload 0 /* this */
            iconst_1
         1: .line 114
            ldc "javax_imageio_gif_image_1.0"
         2: .line 115
            ldc "com.sun.imageio.plugins.gif.GIFImageMetadataFormat"
         3: .line 116
            aconst_null
            aconst_null
            invokespecial com.sun.imageio.plugins.gif.GIFImageMetadata.<init>:(ZLjava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
         4: .line 117
            return
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 120
            iconst_1
            ireturn
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public Node getAsTree(java.lang.String);
    descriptor: (Ljava/lang/String;)LNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tThe method getNativeTree() from the type GIFImageMetadata refers to the missing type Node\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
    MethodParameters:
            Name  Flags
      formatName  

  private java.lang.String toISO8859(byte[]);
    descriptor: ([B)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
        start local 1 // byte[] data
         0: .line 136
            new java.lang.String
            dup
            aload 1 /* data */
            ldc "ISO-8859-1"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
         1: areturn
         2: .line 137
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            pop
         3: .line 138
            ldc ""
            areturn
        end local 1 // byte[] data
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
            0    4     1  data  [B
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.UnsupportedEncodingException
    MethodParameters:
      Name  Flags
      data  

  private Node getNativeTree();
    descriptor: ()LNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardChromaNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 266
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardCompressionNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 308
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardDataNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 331
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardDimensionNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 348
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardTextNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 398
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public javax.imageio.metadata.IIOMetadataNode getStandardTransparencyNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 418
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public void setFromTree(java.lang.String, Node);
    descriptor: (Ljava/lang/String;LNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 427
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
            Name  Flags
      formatName  
      root        

  protected void mergeNativeTree(Node);
    descriptor: (LNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 433
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      root  

  protected void mergeStandardTree(Node);
    descriptor: (LNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 438
            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.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      root  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
         0: .line 444
            new java.lang.IllegalStateException
            dup
            ldc "Metadata is read-only!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.gif.GIFImageMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/gif/GIFImageMetadata;

  public void mergeTree(java.lang.String, Node);
    descriptor: (Ljava/lang/String;LNode;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type GIFImageMetadata must implement the inherited abstract method IIOMetadata.mergeTree(String, Node)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
            
            

  protected void mergeNativeTree(Node);
    descriptor: (LNode;)V
    flags: (0x1004) ACC_PROTECTED, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type GIFImageMetadata must implement the inherited abstract method GIFMetadata.mergeNativeTree(Node)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
            

  protected void mergeStandardTree(Node);
    descriptor: (LNode;)V
    flags: (0x1004) ACC_PROTECTED, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type GIFImageMetadata must implement the inherited abstract method GIFMetadata.mergeStandardTree(Node)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
            

  public void mergeTree(java.lang.String, Node);
    descriptor: (Ljava/lang/String;LNode;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial com.sun.imageio.plugins.gif.GIFMetadata.mergeTree:(Ljava/lang/String;LNode;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException

  public Node getAsTree(java.lang.String);
    descriptor: (Ljava/lang/String;)LNode;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.imageio.plugins.gif.GIFImageMetadata.getAsTree:(Ljava/lang/String;)LNode;
            checkcast Node
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "GIFImageMetadata.java"