public class javax.swing.text.TableView$TableRow extends javax.swing.text.BoxView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.text.TableView$TableRow
  super_class: javax.swing.text.BoxView
{
  java.util.BitSet fillColumns;
    descriptor: Ljava/util/BitSet;
    flags: (0x0000) 

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

  final javax.swing.text.TableView this$0;
    descriptor: Ljavax/swing/text/TableView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javax.swing.text.TableView, javax.swing.text.Element);
    descriptor: (Ljavax/swing/text/TableView;Ljavax/swing/text/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 2 // javax.swing.text.Element elem
         0: .line 595
            aload 0 /* this */
            aload 1
            putfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
         1: .line 596
            aload 0 /* this */
            aload 2 /* elem */
            iconst_0
            invokespecial javax.swing.text.BoxView.<init>:(Ljavax/swing/text/Element;I)V
         2: .line 597
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
         3: .line 598
            return
        end local 2 // javax.swing.text.Element elem
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/TableView$TableRow;
            0    4     2  elem  Ljavax/swing/text/Element;
    MethodParameters:
        Name  Flags
      this$0  final
      elem    

  void clearFilledColumns();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.TableView$TableRow this
         0: .line 601
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
            getstatic javax.swing.text.TableView.EMPTY:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.and:(Ljava/util/BitSet;)V
         1: .line 602
            return
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/TableView$TableRow;

  void fillColumn(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int col
         0: .line 605
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
            iload 1 /* col */
            invokevirtual java.util.BitSet.set:(I)V
         1: .line 606
            return
        end local 1 // int col
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/TableView$TableRow;
            0    2     1   col  I
    MethodParameters:
      Name  Flags
      col   

  boolean isFilled(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int col
         0: .line 609
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
            iload 1 /* col */
            invokevirtual java.util.BitSet.get:(I)Z
            ireturn
        end local 1 // int col
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TableView$TableRow;
            0    1     1   col  I
    MethodParameters:
      Name  Flags
      col   

  int getRow();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.TableView$TableRow this
         0: .line 614
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.row:I
            ireturn
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TableView$TableRow;

  void setRow(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int row
         0: .line 622
            aload 0 /* this */
            iload 1 /* row */
            putfield javax.swing.text.TableView$TableRow.row:I
         1: .line 623
            return
        end local 1 // int row
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/TableView$TableRow;
            0    2     1   row  I
    MethodParameters:
      Name  Flags
      row   

  int getColumnCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // javax.swing.text.TableView$TableRow this
         0: .line 629
            iconst_0
            istore 1 /* nfill */
        start local 1 // int nfill
         1: .line 630
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.size:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 631
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 632
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.fillColumns:Ljava/util/BitSet;
            iload 3 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 6
         5: .line 633
            iinc 1 /* nfill */ 1
         6: .line 631
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 3 // int i
         8: .line 636
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getViewCount:()I
            iload 1 /* nfill */
            iadd
            ireturn
        end local 2 // int n
        end local 1 // int nfill
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljavax/swing/text/TableView$TableRow;
            1    9     1  nfill  I
            2    9     2      n  I
            3    8     3      i  I

  public void replace(int, int, javax.swing.text.View[]);
    descriptor: (II[Ljavax/swing/text/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int offset
        start local 2 // int length
        start local 3 // javax.swing.text.View[] views
         0: .line 645
            aload 0 /* this */
            iload 1 /* offset */
            iload 2 /* length */
            aload 3 /* views */
            invokespecial javax.swing.text.BoxView.replace:(II[Ljavax/swing/text/View;)V
         1: .line 646
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            invokevirtual javax.swing.text.TableView.invalidateGrid:()V
         2: .line 647
            return
        end local 3 // javax.swing.text.View[] views
        end local 2 // int length
        end local 1 // int offset
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/text/TableView$TableRow;
            0    3     1  offset  I
            0    3     2  length  I
            0    3     3   views  [Ljavax/swing/text/View;
    MethodParameters:
        Name  Flags
      offset  
      length  
      views   

  protected void layoutMajorAxis(int, int, int[], int[]);
    descriptor: (II[I[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=12, args_size=5
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int targetSpan
        start local 2 // int axis
        start local 3 // int[] offsets
        start local 4 // int[] spans
         0: .line 669
            iconst_0
            istore 5 /* col */
        start local 5 // int col
         1: .line 670
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getViewCount:()I
            istore 6 /* ncells */
        start local 6 // int ncells
         2: .line 671
            iconst_0
            istore 7 /* cell */
        start local 7 // int cell
         3: goto 21
         4: .line 672
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* cell */
            invokevirtual javax.swing.text.TableView$TableRow.getView:(I)Ljavax/swing/text/View;
            astore 8 /* cv */
        start local 8 // javax.swing.text.View cv
         5: .line 673
            goto 7
      StackMap locals: javax.swing.text.View
      StackMap stack:
         6: iinc 5 /* col */ 1
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            iload 5 /* col */
            invokevirtual javax.swing.text.TableView$TableRow.isFilled:(I)Z
            ifne 6
         8: .line 674
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            aload 8 /* cv */
            invokevirtual javax.swing.text.TableView.getColumnsOccupied:(Ljavax/swing/text/View;)I
            istore 9 /* colSpan */
        start local 9 // int colSpan
         9: .line 675
            aload 4 /* spans */
            iload 7 /* cell */
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            getfield javax.swing.text.TableView.columnSpans:[I
            iload 5 /* col */
            iaload
            iastore
        10: .line 676
            aload 3 /* offsets */
            iload 7 /* cell */
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            getfield javax.swing.text.TableView.columnOffsets:[I
            iload 5 /* col */
            iaload
            iastore
        11: .line 677
            iload 9 /* colSpan */
            iconst_1
            if_icmple 20
        12: .line 678
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            getfield javax.swing.text.TableView.columnSpans:[I
            arraylength
            istore 10 /* n */
        start local 10 // int n
        13: .line 679
            iconst_1
            istore 11 /* j */
        start local 11 // int j
        14: goto 18
        15: .line 683
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* col */
            iload 11 /* j */
            iadd
            iload 10 /* n */
            if_icmpge 17
        16: .line 684
            aload 4 /* spans */
            iload 7 /* cell */
            dup2
            iaload
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            getfield javax.swing.text.TableView.columnSpans:[I
            iload 5 /* col */
            iload 11 /* j */
            iadd
            iaload
            iadd
            iastore
        17: .line 679
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        18: iload 11 /* j */
            iload 9 /* colSpan */
            if_icmplt 15
        end local 11 // int j
        19: .line 687
            iload 5 /* col */
            iload 9 /* colSpan */
            iconst_1
            isub
            iadd
            istore 5 /* col */
        end local 10 // int n
        end local 9 // int colSpan
        end local 8 // javax.swing.text.View cv
        20: .line 671
      StackMap locals: javax.swing.text.TableView$TableRow int int int[] int[] int int int
      StackMap stack:
            iinc 7 /* cell */ 1
            iinc 5 /* col */ 1
      StackMap locals:
      StackMap stack:
        21: iload 7 /* cell */
            iload 6 /* ncells */
            if_icmplt 4
        end local 7 // int cell
        22: .line 690
            return
        end local 6 // int ncells
        end local 5 // int col
        end local 4 // int[] spans
        end local 3 // int[] offsets
        end local 2 // int axis
        end local 1 // int targetSpan
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Ljavax/swing/text/TableView$TableRow;
            0   23     1  targetSpan  I
            0   23     2        axis  I
            0   23     3     offsets  [I
            0   23     4       spans  [I
            1   23     5         col  I
            2   23     6      ncells  I
            3   22     7        cell  I
            5   20     8          cv  Ljavax/swing/text/View;
            9   20     9     colSpan  I
           13   20    10           n  I
           14   19    11           j  I
    MethodParameters:
            Name  Flags
      targetSpan  
      axis        
      offsets     
      spans       

  protected void layoutMinorAxis(int, int, int[], int[]);
    descriptor: (II[I[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=14, args_size=5
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int targetSpan
        start local 2 // int axis
        start local 3 // int[] offsets
        start local 4 // int[] spans
         0: .line 713
            aload 0 /* this */
            iload 1 /* targetSpan */
            iload 2 /* axis */
            aload 3 /* offsets */
            aload 4 /* spans */
            invokespecial javax.swing.text.BoxView.layoutMinorAxis:(II[I[I)V
         1: .line 714
            iconst_0
            istore 5 /* col */
        start local 5 // int col
         2: .line 715
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getViewCount:()I
            istore 6 /* ncells */
        start local 6 // int ncells
         3: .line 716
            iconst_0
            istore 7 /* cell */
        start local 7 // int cell
         4: goto 23
         5: .line 717
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* cell */
            invokevirtual javax.swing.text.TableView$TableRow.getView:(I)Ljavax/swing/text/View;
            astore 8 /* cv */
        start local 8 // javax.swing.text.View cv
         6: .line 718
            goto 8
      StackMap locals: javax.swing.text.View
      StackMap stack:
         7: iinc 5 /* col */ 1
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            iload 5 /* col */
            invokevirtual javax.swing.text.TableView$TableRow.isFilled:(I)Z
            ifne 7
         9: .line 719
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            aload 8 /* cv */
            invokevirtual javax.swing.text.TableView.getColumnsOccupied:(Ljavax/swing/text/View;)I
            istore 9 /* colSpan */
        start local 9 // int colSpan
        10: .line 720
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            aload 8 /* cv */
            invokevirtual javax.swing.text.TableView.getRowsOccupied:(Ljavax/swing/text/View;)I
            istore 10 /* rowSpan */
        start local 10 // int rowSpan
        11: .line 721
            iload 10 /* rowSpan */
            iconst_1
            if_icmple 20
        12: .line 722
            iconst_1
            istore 11 /* j */
        start local 11 // int j
        13: goto 19
        14: .line 726
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getRow:()I
            iload 11 /* j */
            iadd
            istore 12 /* row */
        start local 12 // int row
        15: .line 727
            iload 12 /* row */
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            invokevirtual javax.swing.text.TableView.getViewCount:()I
            if_icmpge 18
        16: .line 728
            aload 0 /* this */
            getfield javax.swing.text.TableView$TableRow.this$0:Ljavax/swing/text/TableView;
            iconst_1
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getRow:()I
            iload 11 /* j */
            iadd
            invokevirtual javax.swing.text.TableView.getSpan:(II)I
            istore 13 /* span */
        start local 13 // int span
        17: .line 729
            aload 4 /* spans */
            iload 7 /* cell */
            dup2
            iaload
            iload 13 /* span */
            iadd
            iastore
        end local 13 // int span
        end local 12 // int row
        18: .line 722
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        19: iload 11 /* j */
            iload 10 /* rowSpan */
            if_icmplt 14
        end local 11 // int j
        20: .line 733
      StackMap locals:
      StackMap stack:
            iload 9 /* colSpan */
            iconst_1
            if_icmple 22
        21: .line 734
            iload 5 /* col */
            iload 9 /* colSpan */
            iconst_1
            isub
            iadd
            istore 5 /* col */
        end local 10 // int rowSpan
        end local 9 // int colSpan
        end local 8 // javax.swing.text.View cv
        22: .line 716
      StackMap locals:
      StackMap stack:
            iinc 7 /* cell */ 1
            iinc 5 /* col */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* cell */
            iload 6 /* ncells */
            if_icmplt 5
        end local 7 // int cell
        24: .line 737
            return
        end local 6 // int ncells
        end local 5 // int col
        end local 4 // int[] spans
        end local 3 // int[] offsets
        end local 2 // int axis
        end local 1 // int targetSpan
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Ljavax/swing/text/TableView$TableRow;
            0   25     1  targetSpan  I
            0   25     2        axis  I
            0   25     3     offsets  [I
            0   25     4       spans  [I
            2   25     5         col  I
            3   25     6      ncells  I
            4   24     7        cell  I
            6   22     8          cv  Ljavax/swing/text/View;
           10   22     9     colSpan  I
           11   22    10     rowSpan  I
           13   20    11           j  I
           15   18    12         row  I
           17   18    13        span  I
    MethodParameters:
            Name  Flags
      targetSpan  
      axis        
      offsets     
      spans       

  public int getResizeWeight(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int axis
         0: .line 748
            iconst_1
            ireturn
        end local 1 // int axis
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TableView$TableRow;
            0    1     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  protected javax.swing.text.View getViewAtPosition(int, java.awt.Rectangle);
    descriptor: (ILjava/awt/Rectangle;)Ljavax/swing/text/View;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // javax.swing.text.TableView$TableRow this
        start local 1 // int pos
        start local 2 // java.awt.Rectangle a
         0: .line 765
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getViewCount:()I
            istore 3 /* n */
        start local 3 // int n
         1: .line 766
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 11
         3: .line 767
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual javax.swing.text.TableView$TableRow.getView:(I)Ljavax/swing/text/View;
            astore 5 /* v */
        start local 5 // javax.swing.text.View v
         4: .line 768
            aload 5 /* v */
            invokevirtual javax.swing.text.View.getStartOffset:()I
            istore 6 /* p0 */
        start local 6 // int p0
         5: .line 769
            aload 5 /* v */
            invokevirtual javax.swing.text.View.getEndOffset:()I
            istore 7 /* p1 */
        start local 7 // int p1
         6: .line 770
            iload 1 /* pos */
            iload 6 /* p0 */
            if_icmplt 10
            iload 1 /* pos */
            iload 7 /* p1 */
            if_icmpge 10
         7: .line 772
            aload 2 /* a */
            ifnull 9
         8: .line 773
            aload 0 /* this */
            iload 4 /* i */
            aload 2 /* a */
            invokevirtual javax.swing.text.TableView$TableRow.childAllocation:(ILjava/awt/Rectangle;)V
         9: .line 775
      StackMap locals: javax.swing.text.View int int
      StackMap stack:
            aload 5 /* v */
            areturn
        end local 7 // int p1
        end local 6 // int p0
        end local 5 // javax.swing.text.View v
        10: .line 766
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 3
        end local 4 // int i
        12: .line 778
            iload 1 /* pos */
            aload 0 /* this */
            invokevirtual javax.swing.text.TableView$TableRow.getEndOffset:()I
            if_icmpne 17
        13: .line 779
            aload 0 /* this */
            iload 3 /* n */
            iconst_1
            isub
            invokevirtual javax.swing.text.TableView$TableRow.getView:(I)Ljavax/swing/text/View;
            astore 4 /* v */
        start local 4 // javax.swing.text.View v
        14: .line 780
            aload 2 /* a */
            ifnull 16
        15: .line 781
            aload 0 /* this */
            iload 3 /* n */
            iconst_1
            isub
            aload 2 /* a */
            invokevirtual javax.swing.text.TableView$TableRow.childAllocation:(ILjava/awt/Rectangle;)V
        16: .line 783
      StackMap locals: javax.swing.text.TableView$TableRow int java.awt.Rectangle int javax.swing.text.View
      StackMap stack:
            aload 4 /* v */
            areturn
        end local 4 // javax.swing.text.View v
        17: .line 785
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int n
        end local 2 // java.awt.Rectangle a
        end local 1 // int pos
        end local 0 // javax.swing.text.TableView$TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ljavax/swing/text/TableView$TableRow;
            0   18     1   pos  I
            0   18     2     a  Ljava/awt/Rectangle;
            1   18     3     n  I
            2   12     4     i  I
            4   10     5     v  Ljavax/swing/text/View;
            5   10     6    p0  I
            6   10     7    p1  I
           14   17     4     v  Ljavax/swing/text/View;
    MethodParameters:
      Name  Flags
      pos   
      a     
}
SourceFile: "TableView.java"
NestHost: javax.swing.text.TableView
InnerClasses:
  public TableRow = javax.swing.text.TableView$TableRow of javax.swing.text.TableView