public final class org.jooq.TXTFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.TXTFormat
  super_class: java.lang.Object
{
  public static final org.jooq.TXTFormat DEFAULT;
    descriptor: Lorg/jooq/TXTFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  final int maxRows;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int minColWidth;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int maxColWidth;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final boolean horizontalTableBorder;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean horizontalHeaderBorder;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean horizontalCellBorder;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean verticalTableBorder;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean verticalCellBorder;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean intersectLines;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 48
            new org.jooq.TXTFormat
            dup
            invokespecial org.jooq.TXTFormat.<init>:()V
            putstatic org.jooq.TXTFormat.DEFAULT:Lorg/jooq/TXTFormat;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 61
            aload 0 /* this */
         1: .line 62
            ldc 2147483647
         2: .line 63
            iconst_4
         3: .line 64
            ldc 2147483647
         4: .line 65
            iconst_1
         5: .line 66
            iconst_1
         6: .line 67
            iconst_0
         7: .line 68
            iconst_1
         8: .line 69
            iconst_1
         9: .line 70
            iconst_1
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
        10: .line 72
            return
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jooq/TXTFormat;

  private void <init>(int, int, int, boolean, boolean, boolean, boolean, boolean, boolean);
    descriptor: (IIIZZZZZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // org.jooq.TXTFormat this
        start local 1 // int maxRows
        start local 2 // int minColWidth
        start local 3 // int maxColWidth
        start local 4 // boolean horizontalTableBorder
        start local 5 // boolean horizontalHeaderBorder
        start local 6 // boolean horizontalCellBorder
        start local 7 // boolean verticalTableBorder
        start local 8 // boolean verticalCellBorder
        start local 9 // boolean intersectLines
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            iload 1 /* maxRows */
            putfield org.jooq.TXTFormat.maxRows:I
         2: .line 86
            aload 0 /* this */
            iload 2 /* minColWidth */
            putfield org.jooq.TXTFormat.minColWidth:I
         3: .line 87
            aload 0 /* this */
            iload 3 /* maxColWidth */
            putfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 88
            aload 0 /* this */
            iload 4 /* horizontalTableBorder */
            putfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 89
            aload 0 /* this */
            iload 5 /* horizontalHeaderBorder */
            putfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 90
            aload 0 /* this */
            iload 6 /* horizontalCellBorder */
            putfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 91
            aload 0 /* this */
            iload 7 /* verticalTableBorder */
            putfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 92
            aload 0 /* this */
            iload 8 /* verticalCellBorder */
            putfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 93
            aload 0 /* this */
            iload 9 /* intersectLines */
            putfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 94
            return
        end local 9 // boolean intersectLines
        end local 8 // boolean verticalCellBorder
        end local 7 // boolean verticalTableBorder
        end local 6 // boolean horizontalCellBorder
        end local 5 // boolean horizontalHeaderBorder
        end local 4 // boolean horizontalTableBorder
        end local 3 // int maxColWidth
        end local 2 // int minColWidth
        end local 1 // int maxRows
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Lorg/jooq/TXTFormat;
            0   11     1                 maxRows  I
            0   11     2             minColWidth  I
            0   11     3             maxColWidth  I
            0   11     4   horizontalTableBorder  Z
            0   11     5  horizontalHeaderBorder  Z
            0   11     6    horizontalCellBorder  Z
            0   11     7     verticalTableBorder  Z
            0   11     8      verticalCellBorder  Z
            0   11     9          intersectLines  Z
    MethodParameters:
                        Name  Flags
      maxRows                 
      minColWidth             
      maxColWidth             
      horizontalTableBorder   
      horizontalHeaderBorder  
      horizontalCellBorder    
      verticalTableBorder     
      verticalCellBorder      
      intersectLines          

  public org.jooq.TXTFormat maxRows(int);
    descriptor: (I)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // int newMaxRows
         0: .line 100
            new org.jooq.TXTFormat
            dup
         1: .line 101
            iload 1 /* newMaxRows */
         2: .line 102
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 103
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 104
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 105
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 106
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 107
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 108
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 109
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 100
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // int newMaxRows
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/jooq/TXTFormat;
            0   11     1  newMaxRows  I
    MethodParameters:
            Name  Flags
      newMaxRows  

  public int maxRows();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 117
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat minColWidth(int);
    descriptor: (I)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // int newMinColWidth
         0: .line 124
            new org.jooq.TXTFormat
            dup
         1: .line 125
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 126
            iload 1 /* newMinColWidth */
         3: .line 127
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 128
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 129
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 130
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 131
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 132
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 133
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 124
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // int newMinColWidth
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/jooq/TXTFormat;
            0   11     1  newMinColWidth  I
    MethodParameters:
                Name  Flags
      newMinColWidth  

  public int minColWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 141
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat maxColWidth(int);
    descriptor: (I)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // int newMaxColWidth
         0: .line 149
            new org.jooq.TXTFormat
            dup
         1: .line 150
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 151
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 152
            iload 1 /* newMaxColWidth */
         4: .line 153
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 154
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 155
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 156
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 157
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 158
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 149
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // int newMaxColWidth
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/jooq/TXTFormat;
            0   11     1  newMaxColWidth  I
    MethodParameters:
                Name  Flags
      newMaxColWidth  

  public int maxColWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 166
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat horizontalTableBorder(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newHorizontalTableBorder
         0: .line 174
            new org.jooq.TXTFormat
            dup
         1: .line 175
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 176
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 177
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 178
            iload 1 /* newHorizontalTableBorder */
         5: .line 179
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 180
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 181
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 182
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 183
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 174
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newHorizontalTableBorder
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   11     0                      this  Lorg/jooq/TXTFormat;
            0   11     1  newHorizontalTableBorder  Z
    MethodParameters:
                          Name  Flags
      newHorizontalTableBorder  

  public boolean horizontalTableBorder();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 192
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat horizontalHeaderBorder(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newHorizontalHeaderBorder
         0: .line 200
            new org.jooq.TXTFormat
            dup
         1: .line 201
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 202
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 203
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 204
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 205
            iload 1 /* newHorizontalHeaderBorder */
         6: .line 206
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 207
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 208
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 209
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 200
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newHorizontalHeaderBorder
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   11     0                       this  Lorg/jooq/TXTFormat;
            0   11     1  newHorizontalHeaderBorder  Z
    MethodParameters:
                           Name  Flags
      newHorizontalHeaderBorder  

  public boolean horizontalHeaderBorder();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 218
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat horizontalCellBorder(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newHorizontalCellBorder
         0: .line 226
            new org.jooq.TXTFormat
            dup
         1: .line 227
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 228
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 229
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 230
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 231
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 232
            iload 1 /* newHorizontalCellBorder */
         7: .line 233
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 234
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 235
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 226
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newHorizontalCellBorder
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0                     this  Lorg/jooq/TXTFormat;
            0   11     1  newHorizontalCellBorder  Z
    MethodParameters:
                         Name  Flags
      newHorizontalCellBorder  

  public boolean horizontalCellBorder();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 244
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat verticalTableBorder(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newVerticalTableBorder
         0: .line 252
            new org.jooq.TXTFormat
            dup
         1: .line 253
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 254
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 255
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 256
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 257
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 258
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 259
            iload 1 /* newVerticalTableBorder */
         8: .line 260
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 261
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 252
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newVerticalTableBorder
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Lorg/jooq/TXTFormat;
            0   11     1  newVerticalTableBorder  Z
    MethodParameters:
                        Name  Flags
      newVerticalTableBorder  

  public boolean verticalTableBorder();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 270
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat verticalCellBorder(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newVerticalCellBorder
         0: .line 278
            new org.jooq.TXTFormat
            dup
         1: .line 279
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 280
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 281
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 282
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 283
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 284
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 285
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 286
            iload 1 /* newVerticalCellBorder */
         9: .line 287
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
        10: .line 278
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newVerticalCellBorder
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lorg/jooq/TXTFormat;
            0   11     1  newVerticalCellBorder  Z
    MethodParameters:
                       Name  Flags
      newVerticalCellBorder  

  public boolean verticalCellBorder();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 296
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;

  public org.jooq.TXTFormat intersectLines(boolean);
    descriptor: (Z)Lorg/jooq/TXTFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.jooq.TXTFormat this
        start local 1 // boolean newIntersectLines
         0: .line 304
            new org.jooq.TXTFormat
            dup
         1: .line 305
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxRows:I
         2: .line 306
            aload 0 /* this */
            getfield org.jooq.TXTFormat.minColWidth:I
         3: .line 307
            aload 0 /* this */
            getfield org.jooq.TXTFormat.maxColWidth:I
         4: .line 308
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalTableBorder:Z
         5: .line 309
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalHeaderBorder:Z
         6: .line 310
            aload 0 /* this */
            getfield org.jooq.TXTFormat.horizontalCellBorder:Z
         7: .line 311
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalTableBorder:Z
         8: .line 312
            aload 0 /* this */
            getfield org.jooq.TXTFormat.verticalCellBorder:Z
         9: .line 313
            iload 1 /* newIntersectLines */
        10: .line 304
            invokespecial org.jooq.TXTFormat.<init>:(IIIZZZZZZ)V
            areturn
        end local 1 // boolean newIntersectLines
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/jooq/TXTFormat;
            0   11     1  newIntersectLines  Z
    MethodParameters:
                   Name  Flags
      newIntersectLines  

  public boolean intersectLines();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.TXTFormat this
         0: .line 322
            aload 0 /* this */
            getfield org.jooq.TXTFormat.intersectLines:Z
            ireturn
        end local 0 // org.jooq.TXTFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/TXTFormat;
}
SourceFile: "TXTFormat.java"