public class sun.awt.image.IntegerInterleavedRaster extends sun.awt.image.IntegerComponentRaster
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.image.IntegerInterleavedRaster
  super_class: sun.awt.image.IntegerComponentRaster
{
  private int maxX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maxY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.awt.image.SampleModel, java.awt.Point);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/Point;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.Point origin
         0: .line 72
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 73
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.createDataBuffer:()Ljava/awt/image/DataBuffer;
         2: .line 74
            new java.awt.Rectangle
            dup
            aload 2 /* origin */
            getfield java.awt.Point.x:I
         3: .line 75
            aload 2 /* origin */
            getfield java.awt.Point.y:I
         4: .line 76
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 77
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 74
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 78
            aload 2 /* origin */
         8: .line 79
            aconst_null
            invokespecial sun.awt.image.IntegerInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/IntegerInterleavedRaster;)V
         9: .line 80
            return
        end local 2 // java.awt.Point origin
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/IntegerInterleavedRaster;
            0   10     1  sampleModel  Ljava/awt/image/SampleModel;
            0   10     2       origin  Ljava/awt/Point;
    MethodParameters:
             Name  Flags
      sampleModel  
      origin       

  public void <init>(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.image.DataBuffer dataBuffer
        start local 3 // java.awt.Point origin
         0: .line 95
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 96
            aload 2 /* dataBuffer */
         2: .line 97
            new java.awt.Rectangle
            dup
            aload 3 /* origin */
            getfield java.awt.Point.x:I
         3: .line 98
            aload 3 /* origin */
            getfield java.awt.Point.y:I
         4: .line 99
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 100
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 97
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 101
            aload 3 /* origin */
         8: .line 102
            aconst_null
            invokespecial sun.awt.image.IntegerInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/IntegerInterleavedRaster;)V
         9: .line 103
            return
        end local 3 // java.awt.Point origin
        end local 2 // java.awt.image.DataBuffer dataBuffer
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/IntegerInterleavedRaster;
            0   10     1  sampleModel  Ljava/awt/image/SampleModel;
            0   10     2   dataBuffer  Ljava/awt/image/DataBuffer;
            0   10     3       origin  Ljava/awt/Point;
    MethodParameters:
             Name  Flags
      sampleModel  
      dataBuffer   
      origin       

  public void <init>(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Rectangle, java.awt.Point, sun.awt.image.IntegerInterleavedRaster);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/IntegerInterleavedRaster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.image.DataBuffer dataBuffer
        start local 3 // java.awt.Rectangle aRegion
        start local 4 // java.awt.Point origin
        start local 5 // sun.awt.image.IntegerInterleavedRaster parent
         0: .line 128
            aload 0 /* this */
            aload 1 /* sampleModel */
            aload 2 /* dataBuffer */
            aload 3 /* aRegion */
            aload 4 /* origin */
            aload 5 /* parent */
            invokespecial sun.awt.image.IntegerComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/IntegerComponentRaster;)V
         1: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.width:I
            iadd
            putfield sun.awt.image.IntegerInterleavedRaster.maxX:I
         2: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.height:I
            iadd
            putfield sun.awt.image.IntegerInterleavedRaster.maxY:I
         3: .line 131
            aload 2 /* dataBuffer */
            instanceof java.awt.image.DataBufferInt
            ifne 5
         4: .line 132
            new java.awt.image.RasterFormatException
            dup
            ldc "IntegerInterleavedRasters must haveinteger DataBuffers"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 135
      StackMap locals: sun.awt.image.IntegerInterleavedRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.IntegerInterleavedRaster
      StackMap stack:
            aload 2 /* dataBuffer */
            checkcast java.awt.image.DataBufferInt
            astore 6 /* dbi */
        start local 6 // java.awt.image.DataBufferInt dbi
         6: .line 136
            aload 0 /* this */
            aload 6 /* dbi */
            iconst_0
            invokestatic sun.awt.image.IntegerInterleavedRaster.stealData:(Ljava/awt/image/DataBufferInt;I)[I
            putfield sun.awt.image.IntegerInterleavedRaster.data:[I
         7: .line 138
            aload 1 /* sampleModel */
            instanceof java.awt.image.SinglePixelPackedSampleModel
            ifeq 20
         8: .line 140
            aload 1 /* sampleModel */
            checkcast java.awt.image.SinglePixelPackedSampleModel
         9: .line 139
            astore 7 /* sppsm */
        start local 7 // java.awt.image.SinglePixelPackedSampleModel sppsm
        10: .line 141
            aload 0 /* this */
            aload 7 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
            putfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
        11: .line 142
            aload 0 /* this */
            iconst_1
            putfield sun.awt.image.IntegerInterleavedRaster.pixelStride:I
        12: .line 143
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
        13: .line 144
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            aload 6 /* dbi */
            invokevirtual java.awt.image.DataBufferInt.getOffset:()I
            iastore
        14: .line 145
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            putfield sun.awt.image.IntegerInterleavedRaster.bandOffset:I
        15: .line 146
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.x:I
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            isub
            istore 8 /* xOffset */
        start local 8 // int xOffset
        16: .line 147
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.y:I
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            isub
            istore 9 /* yOffset */
        start local 9 // int yOffset
        17: .line 148
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            dup2
            iaload
            iload 8 /* xOffset */
            iload 9 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iadd
            iadd
            iastore
        18: .line 149
            aload 0 /* this */
            aload 7 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getNumDataElements:()I
            putfield sun.awt.image.IntegerInterleavedRaster.numDataElems:I
        end local 9 // int yOffset
        end local 8 // int xOffset
        end local 7 // java.awt.image.SinglePixelPackedSampleModel sppsm
        19: .line 150
            goto 21
        20: .line 151
      StackMap locals: java.awt.image.DataBufferInt
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "IntegerInterleavedRasters must have SinglePixelPackedSampleModel"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.verify:()V
        22: .line 155
            return
        end local 6 // java.awt.image.DataBufferInt dbi
        end local 5 // sun.awt.image.IntegerInterleavedRaster parent
        end local 4 // java.awt.Point origin
        end local 3 // java.awt.Rectangle aRegion
        end local 2 // java.awt.image.DataBuffer dataBuffer
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lsun/awt/image/IntegerInterleavedRaster;
            0   23     1  sampleModel  Ljava/awt/image/SampleModel;
            0   23     2   dataBuffer  Ljava/awt/image/DataBuffer;
            0   23     3      aRegion  Ljava/awt/Rectangle;
            0   23     4       origin  Ljava/awt/Point;
            0   23     5       parent  Lsun/awt/image/IntegerInterleavedRaster;
            6   23     6          dbi  Ljava/awt/image/DataBufferInt;
           10   19     7        sppsm  Ljava/awt/image/SinglePixelPackedSampleModel;
           16   19     8      xOffset  I
           17   19     9      yOffset  I
    MethodParameters:
             Name  Flags
      sampleModel  
      dataBuffer   
      aRegion      
      origin       
      parent       

  public int[] getDataOffsets();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 164
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;

  public int getDataOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int band
         0: .line 173
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iload 1 /* band */
            iaload
            ireturn
        end local 1 // int band
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;
            0    1     1  band  I
    MethodParameters:
      Name  Flags
      band  

  public int getScanlineStride();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 182
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            ireturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;

  public int getPixelStride();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 190
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.pixelStride:I
            ireturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;

  public int[] getDataStorage();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 197
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            areturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;

  public java.lang.Object getDataElements(int, int, java.lang.Object);
    descriptor: (IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 217
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 218
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxY:I
            if_icmplt 5
         2: .line 219
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 220
            ldc "Coordinate out of bounds!"
         4: .line 219
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 223
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            ifnonnull 8
         6: .line 224
            iconst_1
            newarray 10
            astore 4 /* outData */
        start local 4 // int[] outData
         7: .line 225
            goto 9
        end local 4 // int[] outData
         8: .line 226
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast int[]
            astore 4 /* outData */
        start local 4 // int[] outData
         9: .line 228
      StackMap locals: int[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            isub
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 5 /* off */
        start local 5 // int off
        10: .line 229
            aload 4 /* outData */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            iload 5 /* off */
            iaload
            iastore
        11: .line 231
            aload 4 /* outData */
            areturn
        end local 5 // int off
        end local 4 // int[] outData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/awt/image/IntegerInterleavedRaster;
            0   12     1        x  I
            0   12     2        y  I
            0   12     3      obj  Ljava/lang/Object;
            7    8     4  outData  [I
            9   12     4  outData  [I
           10   12     5      off  I
    MethodParameters:
      Name  Flags
      x     
      y     
      obj   

  public java.lang.Object getDataElements(int, int, int, int, java.lang.Object);
    descriptor: (IIIILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.lang.Object obj
         0: .line 262
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 263
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 264
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 265
            ldc "Coordinate out of bounds!"
         4: .line 264
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 268
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            instanceof int[]
            ifeq 8
         6: .line 269
            aload 5 /* obj */
            checkcast int[]
            astore 6 /* outData */
        start local 6 // int[] outData
         7: .line 270
            goto 9
        end local 6 // int[] outData
         8: .line 271
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            iload 4 /* h */
            imul
            newarray 10
            astore 6 /* outData */
        start local 6 // int[] outData
         9: .line 273
      StackMap locals: int[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            isub
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        10: .line 274
            iconst_0
            istore 8 /* off */
        start local 8 // int off
        11: .line 276
            iconst_0
            istore 9 /* ystart */
        start local 9 // int ystart
        12: goto 17
        13: .line 277
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            iload 7 /* yoff */
            aload 6 /* outData */
            iload 8 /* off */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 278
            iload 8 /* off */
            iload 3 /* w */
            iadd
            istore 8 /* off */
        15: .line 279
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        16: .line 276
            iinc 9 /* ystart */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* ystart */
            iload 4 /* h */
            if_icmplt 13
        end local 9 // int ystart
        18: .line 282
            aload 6 /* outData */
            areturn
        end local 8 // int off
        end local 7 // int yoff
        end local 6 // int[] outData
        end local 5 // java.lang.Object obj
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lsun/awt/image/IntegerInterleavedRaster;
            0   19     1        x  I
            0   19     2        y  I
            0   19     3        w  I
            0   19     4        h  I
            0   19     5      obj  Ljava/lang/Object;
            7    8     6  outData  [I
            9   19     6  outData  [I
           10   19     7     yoff  I
           11   19     8      off  I
           12   18     9   ystart  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      obj   

  public void setDataElements(int, int, java.lang.Object);
    descriptor: (IILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 299
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 300
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxY:I
            if_icmplt 5
         2: .line 301
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 302
            ldc "Coordinate out of bounds!"
         4: .line 301
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 304
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast int[]
            astore 4 /* inData */
        start local 4 // int[] inData
         6: .line 306
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            isub
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 5 /* off */
        start local 5 // int off
         7: .line 308
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            iload 5 /* off */
            aload 4 /* inData */
            iconst_0
            iaload
            iastore
         8: .line 310
            aload 0 /* this */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.markDirty:()V
         9: .line 311
            return
        end local 5 // int off
        end local 4 // int[] inData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/awt/image/IntegerInterleavedRaster;
            0   10     1       x  I
            0   10     2       y  I
            0   10     3     obj  Ljava/lang/Object;
            6   10     4  inData  [I
            7   10     5     off  I
    MethodParameters:
      Name  Flags
      x     
      y     
      obj   

  public void setDataElements(int, int, java.awt.image.Raster);
    descriptor: (IILjava/awt/image/Raster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.image.Raster inRaster
         0: .line 324
            iload 1 /* x */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            iadd
            istore 4 /* dstOffX */
        start local 4 // int dstOffX
         1: .line 325
            iload 2 /* y */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            iadd
            istore 5 /* dstOffY */
        start local 5 // int dstOffY
         2: .line 326
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 6 /* width */
        start local 6 // int width
         3: .line 327
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 7 /* height */
        start local 7 // int height
         4: .line 328
            iload 4 /* dstOffX */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmplt 6
            iload 5 /* dstOffY */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmplt 6
         5: .line 329
            iload 4 /* dstOffX */
            iload 6 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxX:I
            if_icmpgt 6
            iload 5 /* dstOffY */
            iload 7 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxY:I
            if_icmple 9
         6: .line 330
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int java.awt.image.Raster int int int int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         7: .line 331
            ldc "Coordinate out of bounds!"
         8: .line 330
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* dstOffX */
            iload 5 /* dstOffY */
            iload 6 /* width */
            iload 7 /* height */
            aload 3 /* inRaster */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.setDataElements:(IIIILjava/awt/image/Raster;)V
        10: .line 335
            return
        end local 7 // int height
        end local 6 // int width
        end local 5 // int dstOffY
        end local 4 // int dstOffX
        end local 3 // java.awt.image.Raster inRaster
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/awt/image/IntegerInterleavedRaster;
            0   11     1         x  I
            0   11     2         y  I
            0   11     3  inRaster  Ljava/awt/image/Raster;
            1   11     4   dstOffX  I
            2   11     5   dstOffY  I
            3   11     6     width  I
            4   11     7    height  I
    MethodParameters:
          Name  Flags
      x         
      y         
      inRaster  

  private void setDataElements(int, int, int, int, java.awt.image.Raster);
    descriptor: (IIIILjava/awt/image/Raster;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=15, args_size=6
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int dstX
        start local 2 // int dstY
        start local 3 // int width
        start local 4 // int height
        start local 5 // java.awt.image.Raster inRaster
         0: .line 353
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 354
      StackMap locals:
      StackMap stack:
            return
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 6 /* srcOffX */
        start local 6 // int srcOffX
         3: .line 360
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 7 /* srcOffY */
        start local 7 // int srcOffY
         4: .line 361
            aconst_null
            astore 8 /* tdata */
        start local 8 // int[] tdata
         5: .line 363
            aload 5 /* inRaster */
            instanceof sun.awt.image.IntegerInterleavedRaster
            ifeq 23
         6: .line 364
            aload 5 /* inRaster */
            checkcast sun.awt.image.IntegerInterleavedRaster
            astore 9 /* ict */
        start local 9 // sun.awt.image.IntegerInterleavedRaster ict
         7: .line 367
            aload 9 /* ict */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.getDataStorage:()[I
            astore 8 /* tdata */
         8: .line 368
            aload 9 /* ict */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.getScanlineStride:()I
            istore 10 /* tss */
        start local 10 // int tss
         9: .line 369
            aload 9 /* ict */
            iconst_0
            invokevirtual sun.awt.image.IntegerInterleavedRaster.getDataOffset:(I)I
            istore 11 /* toff */
        start local 11 // int toff
        10: .line 371
            iload 11 /* toff */
            istore 12 /* srcOffset */
        start local 12 // int srcOffset
        11: .line 372
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            iload 2 /* dstY */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iadd
        12: .line 373
            iload 1 /* dstX */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            isub
        13: .line 372
            iadd
            istore 13 /* dstOffset */
        start local 13 // int dstOffset
        14: .line 378
            iconst_0
            istore 14 /* startY */
        start local 14 // int startY
        15: goto 20
        16: .line 379
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int int int java.awt.image.Raster int int int[] sun.awt.image.IntegerInterleavedRaster int int int int int
      StackMap stack:
            aload 8 /* tdata */
            iload 12 /* srcOffset */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            iload 13 /* dstOffset */
            iload 3 /* width */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 380
            iload 12 /* srcOffset */
            iload 10 /* tss */
            iadd
            istore 12 /* srcOffset */
        18: .line 381
            iload 13 /* dstOffset */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            iadd
            istore 13 /* dstOffset */
        19: .line 378
            iinc 14 /* startY */ 1
      StackMap locals:
      StackMap stack:
        20: iload 14 /* startY */
            iload 4 /* height */
            if_icmplt 16
        end local 14 // int startY
        21: .line 383
            aload 0 /* this */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.markDirty:()V
        22: .line 384
            return
        end local 13 // int dstOffset
        end local 12 // int srcOffset
        end local 11 // int toff
        end local 10 // int tss
        end local 9 // sun.awt.image.IntegerInterleavedRaster ict
        23: .line 387
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int int int java.awt.image.Raster int int int[]
      StackMap stack:
            aconst_null
            astore 9 /* odata */
        start local 9 // java.lang.Object odata
        24: .line 388
            iconst_0
            istore 10 /* startY */
        start local 10 // int startY
        25: goto 31
        26: .line 390
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 5 /* inRaster */
            iload 6 /* srcOffX */
            iload 7 /* srcOffY */
            iload 10 /* startY */
            iadd
        27: .line 391
            iload 3 /* width */
            iconst_1
            aload 9 /* odata */
        28: .line 390
            invokevirtual java.awt.image.Raster.getDataElements:(IIIILjava/lang/Object;)Ljava/lang/Object;
            astore 9 /* odata */
        29: .line 392
            aload 0 /* this */
            iload 1 /* dstX */
            iload 2 /* dstY */
            iload 10 /* startY */
            iadd
            iload 3 /* width */
            iconst_1
            aload 9 /* odata */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.setDataElements:(IIIILjava/lang/Object;)V
        30: .line 388
            iinc 10 /* startY */ 1
      StackMap locals:
      StackMap stack:
        31: iload 10 /* startY */
            iload 4 /* height */
            if_icmplt 26
        end local 10 // int startY
        32: .line 394
            return
        end local 9 // java.lang.Object odata
        end local 8 // int[] tdata
        end local 7 // int srcOffY
        end local 6 // int srcOffX
        end local 5 // java.awt.image.Raster inRaster
        end local 4 // int height
        end local 3 // int width
        end local 2 // int dstY
        end local 1 // int dstX
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lsun/awt/image/IntegerInterleavedRaster;
            0   33     1       dstX  I
            0   33     2       dstY  I
            0   33     3      width  I
            0   33     4     height  I
            0   33     5   inRaster  Ljava/awt/image/Raster;
            3   33     6    srcOffX  I
            4   33     7    srcOffY  I
            5   33     8      tdata  [I
            7   23     9        ict  Lsun/awt/image/IntegerInterleavedRaster;
            9   23    10        tss  I
           10   23    11       toff  I
           11   23    12  srcOffset  I
           14   23    13  dstOffset  I
           15   21    14     startY  I
           24   33     9      odata  Ljava/lang/Object;
           25   32    10     startY  I
    MethodParameters:
          Name  Flags
      dstX      
      dstY      
      width     
      height    
      inRaster  

  public void setDataElements(int, int, int, int, java.lang.Object);
    descriptor: (IIIILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.lang.Object obj
         0: .line 419
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 420
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 421
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 422
            ldc "Coordinate out of bounds!"
         4: .line 421
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 424
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast int[]
            astore 6 /* inData */
        start local 6 // int[] inData
         6: .line 425
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            imul
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            isub
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
         7: .line 426
            iconst_0
            istore 8 /* off */
        start local 8 // int off
         8: .line 428
            iconst_0
            istore 9 /* ystart */
        start local 9 // int ystart
         9: goto 14
        10: .line 429
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int int int java.lang.Object int[] int int int
      StackMap stack:
            aload 6 /* inData */
            iload 8 /* off */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.data:[I
            iload 7 /* yoff */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 430
            iload 8 /* off */
            iload 3 /* w */
            iadd
            istore 8 /* off */
        12: .line 431
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        13: .line 428
            iinc 9 /* ystart */ 1
      StackMap locals:
      StackMap stack:
        14: iload 9 /* ystart */
            iload 4 /* h */
            if_icmplt 10
        end local 9 // int ystart
        15: .line 434
            aload 0 /* this */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.markDirty:()V
        16: .line 435
            return
        end local 8 // int off
        end local 7 // int yoff
        end local 6 // int[] inData
        end local 5 // java.lang.Object obj
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lsun/awt/image/IntegerInterleavedRaster;
            0   17     1       x  I
            0   17     2       y  I
            0   17     3       w  I
            0   17     4       h  I
            0   17     5     obj  Ljava/lang/Object;
            6   17     6  inData  [I
            7   17     7    yoff  I
            8   17     8     off  I
            9   15     9  ystart  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      obj   

  public java.awt.image.WritableRaster createWritableChild(int, int, int, int, int, int, int[]);
    descriptor: (IIIIII[I)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=8
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // int x0
        start local 6 // int y0
        start local 7 // int[] bandList
         0: .line 460
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            if_icmpge 2
         1: .line 461
            new java.awt.image.RasterFormatException
            dup
            ldc "x lies outside raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 463
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            if_icmpge 4
         3: .line 464
            new java.awt.image.RasterFormatException
            dup
            ldc "y lies outside raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 466
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            iload 3 /* width */
            iadd
            iload 1 /* x */
            if_icmplt 5
            iload 1 /* x */
            iload 3 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.width:I
            iadd
            if_icmple 6
         5: .line 467
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "(x + width) is outside raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 469
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            iload 4 /* height */
            iadd
            iload 2 /* y */
            if_icmplt 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.height:I
            iadd
            if_icmple 8
         7: .line 470
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "(y + height) is outside raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 475
      StackMap locals:
      StackMap stack:
            aload 7 /* bandList */
            ifnull 11
         9: .line 476
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModel:Ljava/awt/image/SampleModel;
            aload 7 /* bandList */
            invokevirtual java.awt.image.SampleModel.createSubsetSampleModel:([I)Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        10: goto 12
        end local 8 // java.awt.image.SampleModel sm
        11: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModel:Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        12: .line 480
      StackMap locals: java.awt.image.SampleModel
      StackMap stack:
            iload 5 /* x0 */
            iload 1 /* x */
            isub
            istore 9 /* deltaX */
        start local 9 // int deltaX
        13: .line 481
            iload 6 /* y0 */
            iload 2 /* y */
            isub
            istore 10 /* deltaY */
        start local 10 // int deltaY
        14: .line 483
            new sun.awt.image.IntegerInterleavedRaster
            dup
            aload 8 /* sm */
        15: .line 484
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataBuffer:Ljava/awt/image/DataBuffer;
        16: .line 485
            new java.awt.Rectangle
            dup
            iload 5 /* x0 */
            iload 6 /* y0 */
            iload 3 /* width */
            iload 4 /* height */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
        17: .line 486
            new java.awt.Point
            dup
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModelTranslateX:I
            iload 9 /* deltaX */
            iadd
        18: .line 487
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModelTranslateY:I
            iload 10 /* deltaY */
            iadd
        19: .line 486
            invokespecial java.awt.Point.<init>:(II)V
        20: .line 488
            aload 0 /* this */
        21: .line 483
            invokespecial sun.awt.image.IntegerInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/IntegerInterleavedRaster;)V
            areturn
        end local 10 // int deltaY
        end local 9 // int deltaX
        end local 8 // java.awt.image.SampleModel sm
        end local 7 // int[] bandList
        end local 6 // int y0
        end local 5 // int x0
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/awt/image/IntegerInterleavedRaster;
            0   22     1         x  I
            0   22     2         y  I
            0   22     3     width  I
            0   22     4    height  I
            0   22     5        x0  I
            0   22     6        y0  I
            0   22     7  bandList  [I
           10   11     8        sm  Ljava/awt/image/SampleModel;
           12   22     8        sm  Ljava/awt/image/SampleModel;
           13   22     9    deltaX  I
           14   22    10    deltaY  I
    MethodParameters:
          Name  Flags
      x         
      y         
      width     
      height    
      x0        
      y0        
      bandList  

  public java.awt.image.Raster createChild(int, int, int, int, int, int, int[]);
    descriptor: (IIIIII[I)Ljava/awt/image/Raster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // int x0
        start local 6 // int y0
        start local 7 // int[] bandList
         0: .line 514
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            iload 5 /* x0 */
            iload 6 /* y0 */
            aload 7 /* bandList */
            invokevirtual sun.awt.image.IntegerInterleavedRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            areturn
        end local 7 // int[] bandList
        end local 6 // int y0
        end local 5 // int x0
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/awt/image/IntegerInterleavedRaster;
            0    1     1         x  I
            0    1     2         y  I
            0    1     3     width  I
            0    1     4    height  I
            0    1     5        x0  I
            0    1     6        y0  I
            0    1     7  bandList  [I
    MethodParameters:
          Name  Flags
      x         
      y         
      width     
      height    
      x0        
      y0        
      bandList  

  public java.awt.image.WritableRaster createCompatibleWritableRaster(int, int);
    descriptor: (II)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
        start local 1 // int w
        start local 2 // int h
         0: .line 523
            iload 1 /* w */
            ifle 1
            iload 2 /* h */
            ifgt 6
         1: .line 524
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "negative "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 525
            iload 1 /* w */
            ifgt 3
            ldc "width"
            goto 4
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder
         3: ldc "height"
      StackMap locals: sun.awt.image.IntegerInterleavedRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 524
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModel:Ljava/awt/image/SampleModel;
            iload 1 /* w */
            iload 2 /* h */
            invokevirtual java.awt.image.SampleModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
            astore 3 /* sm */
        start local 3 // java.awt.image.SampleModel sm
         7: .line 530
            new sun.awt.image.IntegerInterleavedRaster
            dup
            aload 3 /* sm */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            invokespecial sun.awt.image.IntegerInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/Point;)V
            areturn
        end local 3 // java.awt.image.SampleModel sm
        end local 2 // int h
        end local 1 // int w
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/image/IntegerInterleavedRaster;
            0    8     1     w  I
            0    8     2     h  I
            7    8     3    sm  Ljava/awt/image/SampleModel;
    MethodParameters:
      Name  Flags
      w     
      h     

  public java.awt.image.WritableRaster createCompatibleWritableRaster();
    descriptor: ()Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 540
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.width:I
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.height:I
            invokevirtual sun.awt.image.IntegerInterleavedRaster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            areturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/IntegerInterleavedRaster;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.awt.image.IntegerInterleavedRaster this
         0: .line 544
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "IntegerInterleavedRaster: width = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 545
            ldc " height = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 546
            ldc " #Bands = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.numBands:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 547
            ldc " xOff = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModelTranslateX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 548
            ldc " yOff = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.sampleModelTranslateY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 549
            ldc " dataOffset[0] "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.IntegerInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 544
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // sun.awt.image.IntegerInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/image/IntegerInterleavedRaster;
}
SourceFile: "IntegerInterleavedRaster.java"