class javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode extends javax.swing.tree.DefaultMutableTreeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
  super_class: javax.swing.tree.DefaultMutableTreeNode
{
  protected boolean isExpanded;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int childIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int childCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int row;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected javax.swing.tree.TreePath path;
    descriptor: Ljavax/swing/tree/TreePath;
    flags: (0x0004) ACC_PROTECTED

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

  public void <init>(javax.swing.tree.FixedHeightLayoutCache, java.lang.Object, int, int);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 2 // java.lang.Object userObject
        start local 3 // int childIndex
        start local 4 // int row
         0: .line 765
            aload 0 /* this */
            aload 1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
         1: .line 766
            aload 0 /* this */
            aload 2 /* userObject */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.<init>:(Ljava/lang/Object;)V
         2: .line 767
            aload 0 /* this */
            iload 3 /* childIndex */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
         3: .line 768
            aload 0 /* this */
            iload 4 /* row */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         4: .line 769
            return
        end local 4 // int row
        end local 3 // int childIndex
        end local 2 // java.lang.Object userObject
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    5     2  userObject  Ljava/lang/Object;
            0    5     3  childIndex  I
            0    5     4         row  I
    MethodParameters:
            Name  Flags
      this$0      final
      userObject  
      childIndex  
      row         

  public void setParent(javax.swing.tree.MutableTreeNode);
    descriptor: (Ljavax/swing/tree/MutableTreeNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // javax.swing.tree.MutableTreeNode parent
         0: .line 780
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.setParent:(Ljavax/swing/tree/MutableTreeNode;)V
         1: .line 781
            aload 1 /* parent */
            ifnull 6
         2: .line 782
            aload 0 /* this */
            aload 1 /* parent */
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
         3: .line 783
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokevirtual javax.swing.tree.TreePath.pathByAddingChild:(Ljava/lang/Object;)Ljavax/swing/tree/TreePath;
         4: .line 782
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
         5: .line 784
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.addMapping:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
         6: .line 786
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.tree.MutableTreeNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    7     1  parent  Ljavax/swing/tree/MutableTreeNode;
    MethodParameters:
        Name  Flags
      parent  

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int childIndex
         0: .line 793
            aload 0 /* this */
            iload 1 /* childIndex */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         1: .line 795
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.removeFromMapping:()V
         2: .line 796
            aload 0 /* this */
            iload 1 /* childIndex */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.remove:(I)V
         3: .line 797
            return
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 1 // int childIndex
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    4     1  childIndex  I
            1    4     2        node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
            Name  Flags
      childIndex  

  public void setUserObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // java.lang.Object o
         0: .line 803
            aload 0 /* this */
            aload 1 /* o */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.setUserObject:(Ljava/lang/Object;)V
         1: .line 804
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            ifnull 6
         2: .line 805
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* parent */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         3: .line 807
            aload 2 /* parent */
            ifnull 5
         4: .line 808
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenPaths:(Ljavax/swing/tree/TreePath;)V
            goto 6
         5: .line 810
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenPaths:(Ljavax/swing/tree/TreePath;)V
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         6: .line 812
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object o
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    7     1       o  Ljava/lang/Object;
            3    6     2  parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      o     

  public int getChildIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 821
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public javax.swing.tree.TreePath getTreePath();
    descriptor: ()Ljavax/swing/tree/TreePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 828
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            areturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode getChildAtModelIndex(int);
    descriptor: (I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int index
         0: .line 838
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 2 /* counter */
        start local 2 // int counter
         1: goto 5
         2: .line 839
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmpne 4
         3: .line 840
            aload 0 /* this */
            iload 2 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            areturn
         4: .line 838
      StackMap locals:
      StackMap stack:
            iinc 2 /* counter */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* counter */
            ifge 2
        end local 2 // int counter
         6: .line 841
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    7     1    index  I
            1    6     2  counter  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isVisible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 849
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 1 /* parent */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         1: .line 851
            aload 1 /* parent */
            ifnonnull 3
         2: .line 852
            iconst_1
            ireturn
         3: .line 853
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 4
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1    5     1  parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public int getRow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 860
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public int getRowToModelIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int index
         0: .line 869
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            iconst_1
            iadd
            istore 3 /* lastRow */
        start local 3 // int lastRow
         1: .line 873
            iconst_0
            istore 4 /* counter */
        start local 4 // int counter
         2: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         3: .line 874
            goto 12
         4: .line 875
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* child */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
         5: .line 876
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmplt 11
         6: .line 877
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmpne 8
         7: .line 878
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            ireturn
         8: .line 879
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int
      StackMap stack:
            iload 4 /* counter */
            ifne 10
         9: .line 880
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            iconst_1
            iadd
            iload 1 /* index */
            iadd
            ireturn
        10: .line 881
      StackMap locals:
      StackMap stack:
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            isub
            isub
            ireturn
        11: .line 874
      StackMap locals:
      StackMap stack:
            iinc 4 /* counter */ 1
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
        12: iload 4 /* counter */
            iload 5 /* maxCounter */
        13: .line 873
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        14: .line 885
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            iconst_1
            iadd
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            iadd
        15: .line 886
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iload 1 /* index */
            isub
        16: .line 885
            isub
            ireturn
        end local 3 // int lastRow
        end local 1 // int index
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   17     1       index  I
            5   12     2       child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1   17     3     lastRow  I
            2   14     4     counter  I
            3   14     5  maxCounter  I
    MethodParameters:
       Name  Flags
      index  

  public int getTotalChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 894
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 19
         1: .line 895
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 1 /* parent */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         2: .line 898
            aload 1 /* parent */
            ifnull 11
            aload 1 /* parent */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            dup
            istore 2 /* pIndex */
        start local 2 // int pIndex
         3: iconst_1
            iadd
         4: .line 899
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            if_icmpge 11
         5: .line 902
            aload 1 /* parent */
         6: .line 903
            iload 2 /* pIndex */
            iconst_1
            iadd
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
         7: .line 902
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 3 /* nextSibling */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode nextSibling
         8: .line 905
            aload 3 /* nextSibling */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            isub
         9: .line 906
            aload 3 /* nextSibling */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            isub
        10: .line 905
            isub
            ireturn
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode nextSibling
        end local 2 // int pIndex
        11: .line 909
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            istore 3 /* retCount */
        start local 3 // int retCount
        12: .line 911
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 4 /* counter */
        start local 4 // int counter
        13: goto 17
        14: .line 913
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode top int int
      StackMap stack:
            iload 3 /* retCount */
            aload 0 /* this */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
        15: .line 914
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            iadd
            istore 3 /* retCount */
        16: .line 912
            iinc 4 /* counter */ -1
        17: .line 911
      StackMap locals:
      StackMap stack:
            iload 4 /* counter */
            ifge 14
        end local 4 // int counter
        18: .line 916
            iload 3 /* retCount */
            ireturn
        end local 3 // int retCount
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        19: .line 919
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            2   19     1       parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            3   11     2       pIndex  I
            8   11     3  nextSibling  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           12   19     3     retCount  I
           13   18     4      counter  I

  public boolean isExpanded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 926
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  public int getVisibleLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 933
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.isRootVisible:()Z
            ifeq 2
         1: .line 934
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getLevel:()I
            ireturn
         2: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getLevel:()I
            iconst_1
            isub
            ireturn
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  protected void resetChildrenPaths(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // javax.swing.tree.TreePath parentPath
         0: .line 944
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.removeMapping:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
         1: .line 945
            aload 1 /* parentPath */
            ifnonnull 3
         2: .line 946
            aload 0 /* this */
            new javax.swing.tree.TreePath
            dup
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokespecial javax.swing.tree.TreePath.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            goto 4
         3: .line 948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parentPath */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokevirtual javax.swing.tree.TreePath.pathByAddingChild:(Ljava/lang/Object;)Ljavax/swing/tree/TreePath;
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
         4: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.addMapping:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
         5: .line 950
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 2 /* counter */
        start local 2 // int counter
         6: goto 10
         7: .line 951
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
         8: .line 952
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenPaths:(Ljavax/swing/tree/TreePath;)V
         9: .line 950
            iinc 2 /* counter */ -1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* counter */
            ifge 7
        end local 2 // int counter
        11: .line 953
            return
        end local 1 // javax.swing.tree.TreePath parentPath
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   12     1  parentPath  Ljavax/swing/tree/TreePath;
            6   11     2     counter  I
    MethodParameters:
            Name  Flags
      parentPath  

  protected void removeFromMapping();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 960
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            ifnull 7
         1: .line 961
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.removeMapping:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
         2: .line 962
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 1 /* counter */
        start local 1 // int counter
         3: goto 6
         4: .line 963
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.removeFromMapping:()V
         5: .line 962
            iinc 1 /* counter */ -1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* counter */
            ifge 4
        end local 1 // int counter
         7: .line 965
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            3    7     1  counter  I

  protected javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode createChildFor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // java.lang.Object userObject
         0: .line 973
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
         1: .line 974
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            aload 1 /* userObject */
         2: .line 973
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 2 /* newChildIndex */
        start local 2 // int newChildIndex
         3: .line 976
            iload 2 /* newChildIndex */
            ifge 5
         4: .line 977
            aconst_null
            areturn
         5: .line 980
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            aload 1 /* userObject */
         6: .line 981
            iload 2 /* newChildIndex */
         7: .line 980
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.createNodeForValue:(Ljava/lang/Object;I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* child */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
         8: .line 984
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 11
         9: .line 985
            aload 0 /* this */
            iload 2 /* newChildIndex */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRowToModelIndex:(I)I
            istore 5 /* childRow */
        start local 5 // int childRow
        10: .line 986
            goto 12
        end local 5 // int childRow
        11: .line 988
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode java.lang.Object int top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            iconst_m1
            istore 5 /* childRow */
        start local 5 // int childRow
        12: .line 990
      StackMap locals: int
      StackMap stack:
            aload 4 /* child */
            iload 5 /* childRow */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
        13: .line 991
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
        14: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 7 /* maxCounter */
        start local 7 // int maxCounter
        15: .line 992
            goto 21
        16: .line 993
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 3 /* aNode */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aNode
        17: .line 994
            aload 3 /* aNode */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 2 /* newChildIndex */
            if_icmple 20
        18: .line 995
            aload 0 /* this */
            aload 4 /* child */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.insert:(Ljavax/swing/tree/MutableTreeNode;I)V
        19: .line 996
            aload 4 /* child */
            areturn
        20: .line 992
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode java.lang.Object int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int
      StackMap stack:
            iinc 6 /* counter */ 1
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aNode
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode java.lang.Object int top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int
      StackMap stack:
        21: iload 6 /* counter */
            iload 7 /* maxCounter */
        22: .line 991
            if_icmplt 16
        end local 7 // int maxCounter
        end local 6 // int counter
        23: .line 999
            aload 0 /* this */
            aload 4 /* child */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.add:(Ljavax/swing/tree/MutableTreeNode;)V
        24: .line 1000
            aload 4 /* child */
            areturn
        end local 5 // int childRow
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
        end local 2 // int newChildIndex
        end local 1 // java.lang.Object userObject
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   25     1     userObject  Ljava/lang/Object;
            3   25     2  newChildIndex  I
           17   21     3          aNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            8   25     4          child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           10   11     5       childRow  I
           12   25     5       childRow  I
           14   23     6        counter  I
           15   23     7     maxCounter  I
    MethodParameters:
            Name  Flags
      userObject  

  protected void adjustRowBy(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int amount
         0: .line 1008
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iload 1 /* amount */
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         1: .line 1009
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 7
         2: .line 1010
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 2 /* counter */
        start local 2 // int counter
         3: goto 6
         4: .line 1012
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            iload 1 /* amount */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(I)V
         5: .line 1011
            iinc 2 /* counter */ -1
         6: .line 1010
      StackMap locals:
      StackMap stack:
            iload 2 /* counter */
            ifge 4
        end local 2 // int counter
         7: .line 1014
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int amount
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    8     1   amount  I
            3    7     2  counter  I
    MethodParameters:
        Name  Flags
      amount  

  protected void adjustRowBy(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int amount
        start local 2 // int startIndex
         0: .line 1024
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 6
         1: .line 1026
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            iconst_1
            isub
            istore 3 /* counter */
        start local 3 // int counter
         2: goto 5
         3: .line 1028
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            iload 1 /* amount */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(I)V
         4: .line 1027
            iinc 3 /* counter */ -1
         5: .line 1026
      StackMap locals:
      StackMap stack:
            iload 3 /* counter */
            iload 2 /* startIndex */
            if_icmpge 3
        end local 3 // int counter
         6: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 3 /* parent */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         7: .line 1033
            aload 3 /* parent */
            ifnull 9
         8: .line 1034
            aload 3 /* parent */
            iload 1 /* amount */
            aload 3 /* parent */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            iconst_1
            iadd
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
         9: .line 1036
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            return
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 2 // int startIndex
        end local 1 // int amount
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   10     1      amount  I
            0   10     2  startIndex  I
            2    6     3     counter  I
            7   10     3      parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
            Name  Flags
      amount      
      startIndex  

  protected void didExpand();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1043
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setRowAndChildren:(I)I
            istore 1 /* nextRow */
        start local 1 // int nextRow
         1: .line 1044
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* parent */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         2: .line 1045
            iload 1 /* nextRow */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            isub
            iconst_1
            isub
            istore 3 /* childRowCount */
        start local 3 // int childRowCount
         3: .line 1047
            aload 2 /* parent */
            ifnull 5
         4: .line 1048
            aload 2 /* parent */
            iload 3 /* childRowCount */
            aload 2 /* parent */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            iconst_1
            iadd
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
         5: .line 1050
      StackMap locals: int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iload 3 /* childRowCount */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
         6: .line 1051
            return
        end local 3 // int childRowCount
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 1 // int nextRow
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1    7     1        nextRow  I
            2    7     2         parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            3    7     3  childRowCount  I

  protected int setRowAndChildren(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int nextRow
         0: .line 1059
            aload 0 /* this */
            iload 1 /* nextRow */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         1: .line 1061
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifne 3
         2: .line 1062
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iconst_1
            iadd
            ireturn
         3: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iconst_1
            iadd
            istore 2 /* lastRow */
        start local 2 // int lastRow
         4: .line 1065
            iconst_0
            istore 3 /* lastModelIndex */
        start local 3 // int lastModelIndex
         5: .line 1067
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         6: .line 1069
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
         7: goto 16
         8: .line 1070
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int top int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 4 /* child */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
         9: .line 1071
            iload 2 /* lastRow */
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 3 /* lastModelIndex */
            isub
            iadd
            istore 2 /* lastRow */
        10: .line 1072
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
            istore 3 /* lastModelIndex */
        11: .line 1073
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 14
        12: .line 1074
            aload 4 /* child */
            iload 2 /* lastRow */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setRowAndChildren:(I)I
            istore 2 /* lastRow */
        13: .line 1075
            goto 15
        14: .line 1077
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
            aload 4 /* child */
            iload 2 /* lastRow */
            iinc 2 /* lastRow */ 1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
        15: .line 1069
      StackMap locals:
      StackMap stack:
            iinc 6 /* counter */ 1
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int top int int
      StackMap stack:
        16: iload 6 /* counter */
            iload 5 /* maxCounter */
            if_icmplt 8
        end local 6 // int counter
        17: .line 1080
            iload 2 /* lastRow */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iadd
            iload 3 /* lastModelIndex */
            isub
            ireturn
        end local 5 // int maxCounter
        end local 3 // int lastModelIndex
        end local 2 // int lastRow
        end local 1 // int nextRow
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   18     1         nextRow  I
            4   18     2         lastRow  I
            5   18     3  lastModelIndex  I
            9   16     4           child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            6   18     5      maxCounter  I
            7   17     6         counter  I
    MethodParameters:
         Name  Flags
      nextRow  

  protected void resetChildrenRowsFrom(int, int, int);
    descriptor: (III)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int newRow
        start local 2 // int childIndex
        start local 3 // int modelIndex
         0: .line 1097
            iload 1 /* newRow */
            istore 4 /* lastRow */
        start local 4 // int lastRow
         1: .line 1098
            iload 3 /* modelIndex */
            istore 5 /* lastModelIndex */
        start local 5 // int lastModelIndex
         2: .line 1100
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 7 /* maxCounter */
        start local 7 // int maxCounter
         3: .line 1102
            iload 2 /* childIndex */
            istore 8 /* counter */
        start local 8 // int counter
         4: goto 13
         5: .line 1103
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int int int top int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 6 /* node */
        start local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         6: .line 1104
            iload 4 /* lastRow */
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 5 /* lastModelIndex */
            isub
            iadd
            istore 4 /* lastRow */
         7: .line 1105
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
            istore 5 /* lastModelIndex */
         8: .line 1106
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 11
         9: .line 1107
            aload 6 /* node */
            iload 4 /* lastRow */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setRowAndChildren:(I)I
            istore 4 /* lastRow */
        10: .line 1108
            goto 12
        11: .line 1110
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
            aload 6 /* node */
            iload 4 /* lastRow */
            iinc 4 /* lastRow */ 1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
        12: .line 1102
      StackMap locals:
      StackMap stack:
            iinc 8 /* counter */ 1
        end local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int int int top int int
      StackMap stack:
        13: iload 8 /* counter */
            iload 7 /* maxCounter */
            if_icmplt 5
        end local 8 // int counter
        14: .line 1113
            iload 4 /* lastRow */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iload 5 /* lastModelIndex */
            isub
            iadd
            istore 4 /* lastRow */
        15: .line 1114
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 6 /* node */
        start local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        16: .line 1115
            aload 6 /* node */
            ifnull 21
        17: .line 1116
            aload 6 /* node */
            iload 4 /* lastRow */
            aload 6 /* node */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            iconst_1
            iadd
        18: .line 1117
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
        19: .line 1116
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenRowsFrom:(III)V
        20: .line 1118
            goto 22
        21: .line 1120
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iload 4 /* lastRow */
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
        22: .line 1122
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int maxCounter
        end local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 5 // int lastModelIndex
        end local 4 // int lastRow
        end local 3 // int modelIndex
        end local 2 // int childIndex
        end local 1 // int newRow
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   23     1          newRow  I
            0   23     2      childIndex  I
            0   23     3      modelIndex  I
            1   23     4         lastRow  I
            2   23     5  lastModelIndex  I
            6   13     6            node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           16   23     6            node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            3   23     7      maxCounter  I
            4   14     8         counter  I
    MethodParameters:
            Name  Flags
      newRow      
      childIndex  
      modelIndex  

  protected void makeVisible();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1129
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 1 /* parent */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         1: .line 1131
            aload 1 /* parent */
            ifnull 3
         2: .line 1132
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expandParentAndReceiver:()V
         3: .line 1133
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            return
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1    4     1  parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  protected void expandParentAndReceiver();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1140
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 1 /* parent */
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
         1: .line 1142
            aload 1 /* parent */
            ifnull 3
         2: .line 1143
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expandParentAndReceiver:()V
         3: .line 1144
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expand:()V
         4: .line 1145
            return
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1    5     1  parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;

  protected void expand();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1151
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifne 8
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isLeaf:()Z
            ifne 8
         1: .line 1152
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            istore 1 /* visible */
        start local 1 // boolean visible
         2: .line 1154
            aload 0 /* this */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         3: .line 1155
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
         4: .line 1157
            iload 1 /* visible */
            ifeq 6
         5: .line 1158
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.didExpand:()V
         6: .line 1162
      StackMap locals: int
      StackMap stack:
            iload 1 /* visible */
            ifeq 8
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 8
         7: .line 1163
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        end local 1 // boolean visible
         8: .line 1166
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            2    8     1  visible  Z

  protected void collapse(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // boolean adjustRows
         0: .line 1173
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 10
         1: .line 1174
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 7
            iload 1 /* adjustRows */
            ifeq 7
         2: .line 1175
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            istore 2 /* childCount */
        start local 2 // int childCount
         3: .line 1177
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         4: .line 1178
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iload 2 /* childCount */
            ineg
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
         5: .line 1181
            aload 0 /* this */
            iload 2 /* childCount */
            ineg
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        end local 2 // int childCount
         6: .line 1182
            goto 8
         7: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         8: .line 1186
      StackMap locals:
      StackMap stack:
            iload 1 /* adjustRows */
            ifeq 10
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 10
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 10
         9: .line 1187
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        10: .line 1189
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean adjustRows
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   11     1  adjustRows  Z
            3    6     2  childCount  I
    MethodParameters:
            Name  Flags
      adjustRows  

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1195
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getModel:()Ljavax/swing/tree/TreeModel;
            astore 1 /* model */
        start local 1 // javax.swing.tree.TreeModel model
         1: .line 1197
            aload 1 /* model */
            ifnull 2
            aload 1 /* model */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.isLeaf:(Ljava/lang/Object;)Z
            goto 3
         2: .line 1198
      StackMap locals: javax.swing.tree.TreeModel
      StackMap stack:
            iconst_1
         3: .line 1197
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // javax.swing.tree.TreeModel model
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1    4     1  model  Ljavax/swing/tree/TreeModel;

  protected void addNode(javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode newChild
         0: .line 1206
            iconst_0
            istore 2 /* added */
        start local 2 // boolean added
         1: .line 1207
            aload 1 /* newChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildIndex:()I
            istore 3 /* childIndex */
        start local 3 // int childIndex
         2: .line 1209
            iconst_0
            istore 4 /* counter */
        start local 4 // int counter
         3: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         4: .line 1210
            goto 11
         5: .line 1211
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildIndex:()I
         6: .line 1212
            iload 3 /* childIndex */
            if_icmple 10
         7: .line 1213
            iconst_1
            istore 2 /* added */
         8: .line 1214
            aload 0 /* this */
            aload 1 /* newChild */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.insert:(Ljavax/swing/tree/MutableTreeNode;I)V
         9: .line 1215
            iload 5 /* maxCounter */
            istore 4 /* counter */
        10: .line 1210
      StackMap locals:
      StackMap stack:
            iinc 4 /* counter */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* counter */
            iload 5 /* maxCounter */
        12: .line 1209
            if_icmplt 5
        end local 5 // int maxCounter
        end local 4 // int counter
        13: .line 1218
            iload 2 /* added */
            ifne 15
        14: .line 1219
            aload 0 /* this */
            aload 1 /* newChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.add:(Ljavax/swing/tree/MutableTreeNode;)V
        15: .line 1220
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int childIndex
        end local 2 // boolean added
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode newChild
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   16     1    newChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1   16     2       added  Z
            2   16     3  childIndex  I
            3   13     4     counter  I
            4   13     5  maxCounter  I
    MethodParameters:
          Name  Flags
      newChild  

  protected void removeChildAtModelIndex(int, boolean);
    descriptor: (IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int modelIndex
        start local 2 // boolean isChildVisible
         0: .line 1229
            aload 0 /* this */
            iload 1 /* modelIndex */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* childNode */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode childNode
         1: .line 1231
            aload 3 /* childNode */
            ifnull 11
         2: .line 1232
            aload 3 /* childNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            istore 4 /* row */
        start local 4 // int row
         3: .line 1233
            aload 0 /* this */
            aload 3 /* childNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            istore 5 /* index */
        start local 5 // int index
         4: .line 1235
            aload 3 /* childNode */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.collapse:(Z)V
         5: .line 1236
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.remove:(I)V
         6: .line 1237
            aload 0 /* this */
            iload 5 /* index */
            iconst_m1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustChildIndexs:(II)V
         7: .line 1238
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
         8: .line 1239
            iload 2 /* isChildVisible */
            ifeq 31
         9: .line 1241
            aload 0 /* this */
            iload 4 /* row */
            iload 5 /* index */
            iload 1 /* modelIndex */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenRowsFrom:(III)V
        end local 5 // int index
        end local 4 // int row
        10: .line 1243
            goto 31
        11: .line 1245
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
        12: .line 1248
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
        13: goto 26
        14: .line 1249
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 5 /* aChild */
        start local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
        15: .line 1250
            aload 5 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* modelIndex */
            if_icmplt 25
        16: .line 1251
            iload 2 /* isChildVisible */
            ifeq 22
        17: .line 1252
            aload 0 /* this */
            iconst_m1
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        18: .line 1253
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iconst_m1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
        19: .line 1258
            goto 22
        20: .line 1259
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
        21: .line 1258
            iinc 6 /* counter */ 1
      StackMap locals:
      StackMap stack:
        22: iload 6 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 20
        23: .line 1261
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
        24: .line 1262
            return
        25: .line 1248
      StackMap locals:
      StackMap stack:
            iinc 6 /* counter */ 1
        end local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int
      StackMap stack:
        26: iload 6 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 14
        end local 6 // int counter
        27: .line 1267
            iload 2 /* isChildVisible */
            ifeq 30
        28: .line 1268
            aload 0 /* this */
            iconst_m1
            iload 4 /* maxCounter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        29: .line 1269
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iconst_m1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
        30: .line 1271
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
        end local 4 // int maxCounter
        31: .line 1273
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode childNode
        end local 2 // boolean isChildVisible
        end local 1 // int modelIndex
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   32     0            this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   32     1      modelIndex  I
            0   32     2  isChildVisible  Z
            1   32     3       childNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            3   10     4             row  I
            4   10     5           index  I
           12   31     4      maxCounter  I
           15   26     5          aChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           13   27     6         counter  I
    MethodParameters:
                Name  Flags
      modelIndex      
      isChildVisible  

  protected void adjustChildIndexs(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int index
        start local 2 // int amount
         0: .line 1280
            iload 1 /* index */
            istore 3 /* counter */
        start local 3 // int counter
         1: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         2: .line 1281
            goto 5
         3: .line 1282
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 2 /* amount */
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
         4: .line 1281
            iinc 3 /* counter */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* counter */
            iload 4 /* maxCounter */
         6: .line 1280
            if_icmplt 3
        end local 4 // int maxCounter
        end local 3 // int counter
         7: .line 1284
            return
        end local 2 // int amount
        end local 1 // int index
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0    8     1       index  I
            0    8     2      amount  I
            1    7     3     counter  I
            2    7     4  maxCounter  I
    MethodParameters:
        Name  Flags
      index   
      amount  

  protected void childInsertedAtModelIndex(int, boolean);
    descriptor: (IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int index
        start local 2 // boolean isExpandedAndVisible
         0: .line 1294
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         1: .line 1296
            iconst_0
            istore 5 /* counter */
        start local 5 // int counter
         2: goto 15
         3: .line 1297
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int top int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 3 /* aChild */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
         4: .line 1298
            aload 3 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmplt 14
         5: .line 1299
            iload 2 /* isExpandedAndVisible */
            ifeq 11
         6: .line 1300
            aload 0 /* this */
            iconst_1
            iload 5 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
         7: .line 1301
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
         8: .line 1305
            goto 11
         9: .line 1306
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
        10: .line 1305
            iinc 5 /* counter */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 9
        12: .line 1307
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iconst_1
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
        13: .line 1308
            return
        14: .line 1296
      StackMap locals:
      StackMap stack:
            iinc 5 /* counter */ 1
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int top int int
      StackMap stack:
        15: iload 5 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 3
        end local 5 // int counter
        16: .line 1313
            iload 2 /* isExpandedAndVisible */
            ifeq 19
        17: .line 1314
            aload 0 /* this */
            iconst_1
            iload 4 /* maxCounter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        18: .line 1315
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.adjustRowCountBy:(I)V
        19: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iconst_1
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
        20: .line 1318
            return
        end local 4 // int maxCounter
        end local 2 // boolean isExpandedAndVisible
        end local 1 // int index
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   21     0                  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   21     1                 index  I
            0   21     2  isExpandedAndVisible  Z
            4   15     3                aChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1   21     4            maxCounter  I
            2   16     5               counter  I
    MethodParameters:
                      Name  Flags
      index                 
      isExpandedAndVisible  

  protected boolean getPathForRow(int, int, javax.swing.tree.FixedHeightLayoutCache$SearchInfo);
    descriptor: (IILjavax/swing/tree/FixedHeightLayoutCache$SearchInfo;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int row
        start local 2 // int nextRow
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo info
         0: .line 1329
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iload 1 /* row */
            if_icmpne 5
         1: .line 1330
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         2: .line 1331
            aload 3 /* info */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
         3: .line 1332
            aload 3 /* info */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
         4: .line 1333
            iconst_1
            ireturn
         5: .line 1337
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* lastChild */
        start local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastChild
         6: .line 1339
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
         7: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 7 /* maxCounter */
        start local 7 // int maxCounter
         8: .line 1340
            goto 31
         9: .line 1341
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$SearchInfo top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 4 /* child */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
        10: .line 1342
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iload 1 /* row */
            if_icmple 29
        11: .line 1343
            iload 6 /* counter */
            ifne 16
        12: .line 1345
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        13: .line 1346
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        14: .line 1347
            aload 3 /* info */
            iload 1 /* row */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            isub
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        15: .line 1348
            iconst_1
            ireturn
        16: .line 1352
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$SearchInfo javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
            iconst_1
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iadd
        17: .line 1353
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            isub
        18: .line 1352
            isub
            istore 8 /* lastChildEndRow */
        start local 8 // int lastChildEndRow
        19: .line 1355
            iload 1 /* row */
            iload 8 /* lastChildEndRow */
            if_icmpge 23
        20: .line 1356
            aload 5 /* lastChild */
            iload 1 /* row */
        21: .line 1357
            iload 8 /* lastChildEndRow */
            aload 3 /* info */
        22: .line 1356
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getPathForRow:(IILjavax/swing/tree/FixedHeightLayoutCache$SearchInfo;)Z
            ireturn
        23: .line 1360
      StackMap locals: int
      StackMap stack:
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        24: .line 1361
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        25: .line 1362
            aload 3 /* info */
            iload 1 /* row */
            iload 8 /* lastChildEndRow */
            isub
        26: .line 1363
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iadd
            iconst_1
            iadd
        27: .line 1362
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        28: .line 1364
            iconst_1
            ireturn
        end local 8 // int lastChildEndRow
        29: .line 1367
      StackMap locals:
      StackMap stack:
            aload 4 /* child */
            astore 5 /* lastChild */
        30: .line 1340
            iinc 6 /* counter */ 1
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$SearchInfo top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int
      StackMap stack:
        31: iload 6 /* counter */
            iload 7 /* maxCounter */
        32: .line 1339
            if_icmplt 9
        end local 7 // int maxCounter
        end local 6 // int counter
        33: .line 1372
            aload 5 /* lastChild */
            ifnull 47
        34: .line 1373
            iload 2 /* nextRow */
        35: .line 1374
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            isub
        36: .line 1373
            isub
        37: .line 1374
            iconst_1
        38: .line 1373
            iadd
            istore 6 /* lastChildEndRow */
        start local 6 // int lastChildEndRow
        39: .line 1376
            iload 1 /* row */
            iload 6 /* lastChildEndRow */
            if_icmpge 41
        40: .line 1377
            aload 5 /* lastChild */
            iload 1 /* row */
            iload 6 /* lastChildEndRow */
            aload 3 /* info */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getPathForRow:(IILjavax/swing/tree/FixedHeightLayoutCache$SearchInfo;)Z
            ireturn
        41: .line 1380
      StackMap locals:
      StackMap stack:
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        42: .line 1381
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        43: .line 1382
            aload 3 /* info */
            iload 1 /* row */
            iload 6 /* lastChildEndRow */
            isub
        44: .line 1383
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iadd
            iconst_1
            iadd
        45: .line 1382
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        46: .line 1384
            iconst_1
            ireturn
        end local 6 // int lastChildEndRow
        47: .line 1388
      StackMap locals:
      StackMap stack:
            iload 1 /* row */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            isub
            iconst_1
            isub
            istore 6 /* retChildIndex */
        start local 6 // int retChildIndex
        48: .line 1390
            iload 6 /* retChildIndex */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            if_icmplt 50
        49: .line 1391
            iconst_0
            ireturn
        50: .line 1393
      StackMap locals: int
      StackMap stack:
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        51: .line 1394
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        52: .line 1395
            aload 3 /* info */
            iload 6 /* retChildIndex */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        53: .line 1396
            iconst_1
            ireturn
        end local 6 // int retChildIndex
        end local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastChild
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo info
        end local 2 // int nextRow
        end local 1 // int row
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   54     0             this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   54     1              row  I
            0   54     2          nextRow  I
            0   54     3             info  Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
           10   31     4            child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            6   54     5        lastChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            7   33     6          counter  I
            8   33     7       maxCounter  I
           19   29     8  lastChildEndRow  I
           39   47     6  lastChildEndRow  I
           48   54     6    retChildIndex  I
    MethodParameters:
         Name  Flags
      row      
      nextRow  
      info     

  protected int getCountTo(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int stopIndex
         0: .line 1406
            iload 1 /* stopIndex */
            iconst_1
            iadd
            istore 3 /* retCount */
        start local 3 // int retCount
         1: .line 1408
            iconst_0
            istore 4 /* counter */
        start local 4 // int counter
         2: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         3: .line 1409
            goto 9
         4: .line 1410
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* aChild */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
         5: .line 1411
            aload 2 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* stopIndex */
            if_icmplt 7
         6: .line 1412
            iload 5 /* maxCounter */
            istore 4 /* counter */
            goto 8
         7: .line 1414
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int
      StackMap stack:
            iload 3 /* retCount */
            aload 2 /* aChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            iadd
            istore 3 /* retCount */
         8: .line 1409
      StackMap locals:
      StackMap stack:
            iinc 4 /* counter */ 1
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
         9: iload 4 /* counter */
            iload 5 /* maxCounter */
        10: .line 1408
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        11: .line 1416
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.parent:Ljavax/swing/tree/MutableTreeNode;
            ifnull 15
        12: .line 1417
            iload 3 /* retCount */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
        13: .line 1418
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getCountTo:(I)I
        14: .line 1417
            iadd
            ireturn
        15: .line 1419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.isRootVisible:()Z
            ifne 17
        16: .line 1420
            iload 3 /* retCount */
            iconst_1
            isub
            ireturn
        17: .line 1421
      StackMap locals:
      StackMap stack:
            iload 3 /* retCount */
            ireturn
        end local 3 // int retCount
        end local 1 // int stopIndex
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   18     1   stopIndex  I
            5    9     2      aChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1   18     3    retCount  I
            2   11     4     counter  I
            3   11     5  maxCounter  I
    MethodParameters:
           Name  Flags
      stopIndex  

  protected int getNumExpandedChildrenTo(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
        start local 1 // int stopIndex
         0: .line 1432
            iload 1 /* stopIndex */
            istore 3 /* retCount */
        start local 3 // int retCount
         1: .line 1434
            iconst_0
            istore 4 /* counter */
        start local 4 // int counter
         2: aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         3: .line 1435
            goto 9
         4: .line 1436
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 2 /* aChild */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
         5: .line 1437
            aload 2 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* stopIndex */
            if_icmplt 7
         6: .line 1438
            iload 3 /* retCount */
            ireturn
         7: .line 1440
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int int
      StackMap stack:
            iload 3 /* retCount */
            aload 2 /* aChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            iadd
            istore 3 /* retCount */
         8: .line 1435
            iinc 4 /* counter */ 1
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode aChild
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int top int int int
      StackMap stack:
         9: iload 4 /* counter */
            iload 5 /* maxCounter */
        10: .line 1434
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        11: .line 1443
            iload 3 /* retCount */
            ireturn
        end local 3 // int retCount
        end local 1 // int stopIndex
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   12     1   stopIndex  I
            5    9     2      aChild  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            1   12     3    retCount  I
            2   11     4     counter  I
            3   11     5  maxCounter  I
    MethodParameters:
           Name  Flags
      stopIndex  

  protected void didAdjustTree();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
         0: .line 1450
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
}
SourceFile: "FixedHeightLayoutCache.java"
NestHost: javax.swing.tree.FixedHeightLayoutCache
InnerClasses:
  private FHTreeStateNode = javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode of javax.swing.tree.FixedHeightLayoutCache
  private SearchInfo = javax.swing.tree.FixedHeightLayoutCache$SearchInfo of javax.swing.tree.FixedHeightLayoutCache