public class org.apache.batik.ext.awt.image.rendered.TileBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.rendered.TileBlock
  super_class: java.lang.Object
{
  int occX;
    descriptor: I
    flags: (0x0000) 

  int occY;
    descriptor: I
    flags: (0x0000) 

  int occW;
    descriptor: I
    flags: (0x0000) 

  int occH;
    descriptor: I
    flags: (0x0000) 

  int xOff;
    descriptor: I
    flags: (0x0000) 

  int yOff;
    descriptor: I
    flags: (0x0000) 

  int w;
    descriptor: I
    flags: (0x0000) 

  int h;
    descriptor: I
    flags: (0x0000) 

  int benefit;
    descriptor: I
    flags: (0x0000) 

  boolean[] occupied;
    descriptor: [Z
    flags: (0x0000) 

  void <init>(int, int, int, int, boolean[], int, int, int, int);
    descriptor: (IIII[ZIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=12, args_size=10
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
        start local 1 // int occX
        start local 2 // int occY
        start local 3 // int occW
        start local 4 // int occH
        start local 5 // boolean[] occupied
        start local 6 // int xOff
        start local 7 // int yOff
        start local 8 // int w
        start local 9 // int h
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iload 1 /* occX */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.occX:I
         2: .line 52
            aload 0 /* this */
            iload 2 /* occY */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.occY:I
         3: .line 53
            aload 0 /* this */
            iload 3 /* occW */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
         4: .line 54
            aload 0 /* this */
            iload 4 /* occH */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.occH:I
         5: .line 55
            aload 0 /* this */
            iload 6 /* xOff */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
         6: .line 56
            aload 0 /* this */
            iload 7 /* yOff */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
         7: .line 57
            aload 0 /* this */
            iload 8 /* w */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
         8: .line 58
            aload 0 /* this */
            iload 9 /* h */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
         9: .line 59
            aload 0 /* this */
            aload 5 /* occupied */
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.occupied:[Z
        10: .line 64
            iconst_0
            istore 10 /* y */
        start local 10 // int y
        11: goto 19
        12: .line 65
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TileBlock int int int int boolean[] int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* x */
        start local 11 // int x
        13: goto 17
        14: .line 66
      StackMap locals: int
      StackMap stack:
            aload 5 /* occupied */
            iload 11 /* x */
            iload 6 /* xOff */
            iadd
            iload 3 /* occW */
            iload 10 /* y */
            iload 7 /* yOff */
            iadd
            imul
            iadd
            baload
            ifne 16
        15: .line 67
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.benefit:I
            iconst_1
            iadd
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.benefit:I
        16: .line 65
      StackMap locals:
      StackMap stack:
            iinc 11 /* x */ 1
      StackMap locals:
      StackMap stack:
        17: iload 11 /* x */
            iload 8 /* w */
            if_icmplt 14
        end local 11 // int x
        18: .line 64
            iinc 10 /* y */ 1
      StackMap locals:
      StackMap stack:
        19: iload 10 /* y */
            iload 9 /* h */
            if_icmplt 12
        end local 10 // int y
        20: .line 68
            return
        end local 9 // int h
        end local 8 // int w
        end local 7 // int yOff
        end local 6 // int xOff
        end local 5 // boolean[] occupied
        end local 4 // int occH
        end local 3 // int occW
        end local 2 // int occY
        end local 1 // int occX
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            0   21     1      occX  I
            0   21     2      occY  I
            0   21     3      occW  I
            0   21     4      occH  I
            0   21     5  occupied  [Z
            0   21     6      xOff  I
            0   21     7      yOff  I
            0   21     8         w  I
            0   21     9         h  I
           11   20    10         y  I
           13   18    11         x  I
    MethodParameters:
          Name  Flags
      occX      
      occY      
      occW      
      occH      
      occupied  
      xOff      
      yOff      
      w         
      h         

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 76
            ldc ""
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 77
            iconst_0
            istore 2 /* y */
        start local 2 // int y
         2: goto 26
         3: .line 78
      StackMap locals: java.lang.String int
      StackMap stack:
            iconst_0
            istore 3 /* x */
        start local 3 // int x
         4: goto 23
         5: .line 79
      StackMap locals: int
      StackMap stack:
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            if_icmpeq 6
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iadd
            if_icmpne 12
         6: .line 80
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            if_icmpeq 7
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iadd
            iconst_1
            isub
            if_icmpne 8
         7: .line 81
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "+"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
            goto 17
         8: .line 82
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            if_icmple 10
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iadd
            iconst_1
            isub
            if_icmpge 10
         9: .line 83
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "|"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
            goto 17
        10: .line 85
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        11: .line 86
            goto 17
        12: .line 87
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            if_icmpne 14
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            if_icmple 14
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iadd
            if_icmpge 14
        13: .line 88
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "-"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
            goto 17
        14: .line 89
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iadd
            iconst_1
            isub
            if_icmpne 16
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            if_icmple 16
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iadd
            if_icmpge 16
        15: .line 90
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "_"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
            goto 17
        16: .line 92
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        17: .line 94
      StackMap locals:
      StackMap stack:
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            if_icmpne 19
        18: .line 95
            goto 22
        19: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occupied:[Z
            iload 3 /* x */
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            baload
            ifeq 21
        20: .line 98
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
            goto 22
        21: .line 100
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        22: .line 78
      StackMap locals:
      StackMap stack:
            iinc 3 /* x */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            iconst_1
            iadd
            if_icmplt 5
        end local 3 // int x
        24: .line 102
            new java.lang.StringBuilder
            dup
            aload 1 /* ret */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        25: .line 77
            iinc 2 /* y */ 1
      StackMap locals:
      StackMap stack:
        26: iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occH:I
            if_icmplt 3
        end local 2 // int y
        27: .line 104
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            1   28     1   ret  Ljava/lang/String;
            2   27     2     y  I
            4   24     3     x  I

  int getXLoc();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 110
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occX:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iadd
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  int getYLoc();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occY:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iadd
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  int getWidth();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 120
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  int getHeight();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  int getBenefit();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.benefit:I
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  int getWork();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 136
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            imul
            iconst_1
            iadd
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  static int getWork(org.apache.batik.ext.awt.image.rendered.TileBlock[]);
    descriptor: ([Lorg/apache/batik/ext/awt/image/rendered/TileBlock;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock[] blocks
         0: .line 142
            iconst_0
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 143
            aload 0 /* blocks */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TileBlock[] int top int int org.apache.batik.ext.awt.image.rendered.TileBlock[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* block */
        start local 2 // org.apache.batik.ext.awt.image.rendered.TileBlock block
         3: iload 1 /* ret */
            aload 2 /* block */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TileBlock.getWork:()I
            iadd
            istore 1 /* ret */
        end local 2 // org.apache.batik.ext.awt.image.rendered.TileBlock block
         4: iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 144
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock[] blocks
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  blocks  [Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            1    7     1     ret  I
            3    4     2   block  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
    MethodParameters:
        Name  Flags
      blocks  

  org.apache.batik.ext.awt.image.rendered.TileBlock[] getBestSplit();
    descriptor: ()[Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 153
            aload 0 /* this */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TileBlock.simplify:()Z
            ifeq 2
         1: .line 154
            aconst_null
            areturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.benefit:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            imul
            if_icmpne 4
         3: .line 158
            iconst_1
            anewarray org.apache.batik.ext.awt.image.rendered.TileBlock
            dup
            iconst_0
            aload 0 /* this */
            aastore
            areturn
         4: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TileBlock.splitOneGo:()[Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            areturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  public org.apache.batik.ext.awt.image.rendered.TileBlock[] splitOneGo();
    descriptor: ()[Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=9, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 164
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occupied:[Z
            invokevirtual boolean[].clone:()Ljava/lang/Object;
            checkcast boolean[]
            astore 1 /* filled */
        start local 1 // boolean[] filled
         1: .line 165
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* items */
        start local 2 // java.util.List items
         2: .line 166
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            istore 3 /* y */
        start local 3 // int y
         3: goto 40
         4: .line 167
      StackMap locals: boolean[] java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            istore 4 /* x */
        start local 4 // int x
         5: goto 38
         6: .line 168
      StackMap locals: int
      StackMap stack:
            aload 1 /* filled */
            iload 4 /* x */
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            baload
            ifne 37
         7: .line 171
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iadd
            iload 4 /* x */
            isub
            istore 5 /* cw */
        start local 5 // int cw
         8: .line 172
            iload 4 /* x */
            istore 6 /* cx */
        start local 6 // int cx
         9: goto 14
        10: .line 173
      StackMap locals: int int
      StackMap stack:
            aload 1 /* filled */
            iload 6 /* cx */
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            baload
            ifeq 12
        11: .line 174
            iload 6 /* cx */
            iload 4 /* x */
            isub
            istore 5 /* cw */
            goto 13
        12: .line 176
      StackMap locals:
      StackMap stack:
            aload 1 /* filled */
            iload 6 /* cx */
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            iconst_1
            bastore
        13: .line 172
      StackMap locals:
      StackMap stack:
            iinc 6 /* cx */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* cx */
            iload 4 /* x */
            iload 5 /* cw */
            iadd
            if_icmplt 10
        end local 6 // int cx
        15: .line 181
            iconst_1
            istore 6 /* ch */
        start local 6 // int ch
        16: .line 182
            iload 3 /* y */
            iconst_1
            iadd
            istore 7 /* cy */
        start local 7 // int cy
        17: goto 32
        18: .line 183
      StackMap locals: int
      StackMap stack:
            iload 4 /* x */
            istore 8 /* cx */
        start local 8 // int cx
        19: .line 184
            goto 23
        20: .line 185
      StackMap locals: int
      StackMap stack:
            aload 1 /* filled */
            iload 8 /* cx */
            iload 7 /* cy */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            baload
            ifeq 22
        21: .line 186
            goto 24
        22: .line 184
      StackMap locals:
      StackMap stack:
            iinc 8 /* cx */ 1
      StackMap locals:
      StackMap stack:
        23: iload 8 /* cx */
            iload 4 /* x */
            iload 5 /* cw */
            iadd
            if_icmplt 20
        24: .line 189
      StackMap locals:
      StackMap stack:
            iload 8 /* cx */
            iload 4 /* x */
            iload 5 /* cw */
            iadd
            if_icmpeq 26
        25: .line 190
            goto 33
        26: .line 193
      StackMap locals:
      StackMap stack:
            iload 4 /* x */
            istore 8 /* cx */
            goto 29
        27: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* filled */
            iload 8 /* cx */
            iload 7 /* cy */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            imul
            iadd
            iconst_1
            bastore
        28: .line 193
            iinc 8 /* cx */ 1
      StackMap locals:
      StackMap stack:
        29: iload 8 /* cx */
            iload 4 /* x */
            iload 5 /* cw */
            iadd
            if_icmplt 27
        30: .line 195
            iinc 6 /* ch */ 1
        end local 8 // int cx
        31: .line 182
            iinc 7 /* cy */ 1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* cy */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iadd
            if_icmplt 18
        end local 7 // int cy
        33: .line 197
      StackMap locals:
      StackMap stack:
            aload 2 /* items */
            new org.apache.batik.ext.awt.image.rendered.TileBlock
            dup
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occX:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occY:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occH:I
        34: .line 198
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occupied:[Z
            iload 4 /* x */
            iload 3 /* y */
            iload 5 /* cw */
            iload 6 /* ch */
            invokespecial org.apache.batik.ext.awt.image.rendered.TileBlock.<init>:(IIII[ZIIII)V
        35: .line 197
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        36: .line 199
            iload 4 /* x */
            iload 5 /* cw */
            iconst_1
            isub
            iadd
            istore 4 /* x */
        end local 6 // int ch
        end local 5 // int cw
        37: .line 167
      StackMap locals:
      StackMap stack:
            iinc 4 /* x */ 1
      StackMap locals:
      StackMap stack:
        38: iload 4 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iadd
            if_icmplt 6
        end local 4 // int x
        39: .line 166
            iinc 3 /* y */ 1
      StackMap locals:
      StackMap stack:
        40: iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iadd
            if_icmplt 4
        end local 3 // int y
        41: .line 203
            aload 2 /* items */
            invokeinterface java.util.List.size:()I
            anewarray org.apache.batik.ext.awt.image.rendered.TileBlock
            astore 3 /* ret */
        start local 3 // org.apache.batik.ext.awt.image.rendered.TileBlock[] ret
        42: .line 204
            aload 2 /* items */
            aload 3 /* ret */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        43: .line 206
            aload 3 /* ret */
            areturn
        end local 3 // org.apache.batik.ext.awt.image.rendered.TileBlock[] ret
        end local 2 // java.util.List items
        end local 1 // boolean[] filled
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   44     0    this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            1   44     1  filled  [Z
            2   44     2   items  Ljava/util/List;
            3   41     3       y  I
            5   39     4       x  I
            8   37     5      cw  I
            9   15     6      cx  I
           16   37     6      ch  I
           17   33     7      cy  I
           19   31     8      cx  I
           42   44     3     ret  [Lorg/apache/batik/ext/awt/image/rendered/TileBlock;

  public boolean simplify();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
         0: .line 211
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occupied:[Z
            astore 1 /* workOccupied */
        start local 1 // boolean[] workOccupied
         1: .line 213
            iconst_0
            istore 2 /* y */
        start local 2 // int y
         2: goto 14
         3: .line 215
      StackMap locals: boolean[] int
      StackMap stack:
            iconst_0
            istore 3 /* x */
        start local 3 // int x
         4: goto 8
         5: .line 216
      StackMap locals: int
      StackMap stack:
            aload 1 /* workOccupied */
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iadd
            imul
            iadd
            baload
            ifne 7
         6: .line 217
            goto 9
         7: .line 215
      StackMap locals:
      StackMap stack:
            iinc 3 /* x */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            if_icmplt 5
         9: .line 218
      StackMap locals:
      StackMap stack:
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            if_icmpeq 10
            goto 15
        10: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iconst_1
            iadd
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
        11: .line 222
            iinc 2 /* y */ -1
        12: .line 223
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iconst_1
            isub
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
        end local 3 // int x
        13: .line 213
            iinc 2 /* y */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            if_icmplt 3
        end local 2 // int y
        15: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            ifne 16
            iconst_1
            ireturn
        16: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iconst_1
            isub
            istore 2 /* y */
        start local 2 // int y
        17: goto 27
        18: .line 233
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* x */
        start local 3 // int x
        19: goto 23
        20: .line 234
      StackMap locals: int
      StackMap stack:
            aload 1 /* workOccupied */
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            iload 2 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iadd
            imul
            iadd
            baload
            ifne 22
        21: .line 235
            goto 24
        22: .line 233
      StackMap locals:
      StackMap stack:
            iinc 3 /* x */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            if_icmplt 20
        24: .line 236
      StackMap locals:
      StackMap stack:
            iload 3 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            if_icmpeq 25
            goto 28
        25: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            iconst_1
            isub
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
        end local 3 // int x
        26: .line 231
            iinc 2 /* y */ -1
      StackMap locals:
      StackMap stack:
        27: iload 2 /* y */
            ifge 18
        end local 2 // int y
        28: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* x */
        start local 2 // int x
        29: goto 41
        30: .line 244
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* y */
        start local 3 // int y
        31: goto 35
        32: .line 245
      StackMap locals: int
      StackMap stack:
            aload 1 /* workOccupied */
            iload 2 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iadd
            imul
            iadd
            baload
            ifne 34
        33: .line 246
            goto 36
        34: .line 244
      StackMap locals:
      StackMap stack:
            iinc 3 /* y */ 1
      StackMap locals:
      StackMap stack:
        35: iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            if_icmplt 32
        36: .line 247
      StackMap locals:
      StackMap stack:
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            if_icmpeq 37
            goto 42
        37: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iconst_1
            iadd
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
        38: .line 251
            iinc 2 /* x */ -1
        39: .line 252
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iconst_1
            isub
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
        end local 3 // int y
        40: .line 242
            iinc 2 /* x */ 1
      StackMap locals:
      StackMap stack:
        41: iload 2 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            if_icmplt 30
        end local 2 // int x
        42: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iconst_1
            isub
            istore 2 /* x */
        start local 2 // int x
        43: goto 53
        44: .line 257
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* y */
        start local 3 // int y
        45: goto 49
        46: .line 258
      StackMap locals: int
      StackMap stack:
            aload 1 /* workOccupied */
            iload 2 /* x */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.xOff:I
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.occW:I
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.yOff:I
            iadd
            imul
            iadd
            baload
            ifne 48
        47: .line 259
            goto 50
        48: .line 257
      StackMap locals:
      StackMap stack:
            iinc 3 /* y */ 1
      StackMap locals:
      StackMap stack:
        49: iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            if_icmplt 46
        50: .line 260
      StackMap locals:
      StackMap stack:
            iload 3 /* y */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.h:I
            if_icmpeq 51
            goto 54
        51: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
            iconst_1
            isub
            putfield org.apache.batik.ext.awt.image.rendered.TileBlock.w:I
        end local 3 // int y
        52: .line 255
            iinc 2 /* x */ -1
      StackMap locals:
      StackMap stack:
        53: iload 2 /* x */
            ifge 44
        end local 2 // int x
        54: .line 266
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // boolean[] workOccupied
        end local 0 // org.apache.batik.ext.awt.image.rendered.TileBlock this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   55     0          this  Lorg/apache/batik/ext/awt/image/rendered/TileBlock;
            1   55     1  workOccupied  [Z
            2   15     2             y  I
            4   13     3             x  I
           17   28     2             y  I
           19   26     3             x  I
           29   42     2             x  I
           31   40     3             y  I
           43   54     2             x  I
           45   52     3             y  I
}
SourceFile: "TileBlock.java"