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 763
            aload 0 /* this */
            aload 1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
         1: .line 764
            aload 0 /* this */
            aload 2 /* userObject */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.<init>:(Ljava/lang/Object;)V
         2: .line 765
            aload 0 /* this */
            iload 3 /* childIndex */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
         3: .line 766
            aload 0 /* this */
            iload 4 /* row */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         4: .line 767
            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 778
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.setParent:(Ljavax/swing/tree/MutableTreeNode;)V
         1: .line 779
            aload 1 /* parent */
            ifnull 6
         2: .line 780
            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 781
            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 780
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
         5: .line 782
            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 784
      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 791
            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 793
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.removeFromMapping:()V
         2: .line 794
            aload 0 /* this */
            iload 1 /* childIndex */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.remove:(I)V
         3: .line 795
            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 801
            aload 0 /* this */
            aload 1 /* o */
            invokespecial javax.swing.tree.DefaultMutableTreeNode.setUserObject:(Ljava/lang/Object;)V
         1: .line 802
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            ifnull 6
         2: .line 803
            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 805
            aload 2 /* parent */
            ifnull 5
         4: .line 806
            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 808
      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 810
      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 819
            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 826
            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 836
            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 837
      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 838
            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 836
      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 839
            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 847
            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 849
            aload 1 /* parent */
            ifnonnull 3
         2: .line 850
            iconst_1
            ireturn
         3: .line 851
      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 858
            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 867
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            iconst_1
            iadd
            istore 3 /* lastRow */
        start local 3 // int lastRow
         1: .line 871
            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 872
            goto 12
         4: .line 873
      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 874
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmplt 11
         6: .line 875
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmpne 8
         7: .line 876
            aload 2 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            ireturn
         8: .line 877
      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 878
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            iconst_1
            iadd
            iload 1 /* index */
            iadd
            ireturn
        10: .line 879
      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 872
      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 871
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        14: .line 883
            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 884
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iload 1 /* index */
            isub
        16: .line 883
            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 892
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 19
         1: .line 893
            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 896
            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 897
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            if_icmpge 11
         5: .line 900
            aload 1 /* parent */
         6: .line 901
            iload 2 /* pIndex */
            iconst_1
            iadd
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
         7: .line 900
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 3 /* nextSibling */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode nextSibling
         8: .line 903
            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 904
            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 903
            isub
            ireturn
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode nextSibling
        end local 2 // int pIndex
        11: .line 907
      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 909
            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 911
      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 912
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            iadd
            istore 3 /* retCount */
        16: .line 910
            iinc 4 /* counter */ -1
        17: .line 909
      StackMap locals:
      StackMap stack:
            iload 4 /* counter */
            ifge 14
        end local 4 // int counter
        18: .line 914
            iload 3 /* retCount */
            ireturn
        end local 3 // int retCount
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        19: .line 917
      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 924
            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 931
            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 932
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getLevel:()I
            ireturn
         2: .line 934
      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 942
            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 943
            aload 1 /* parentPath */
            ifnonnull 3
         2: .line 944
            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 946
      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 947
      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 948
            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 949
      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 950
            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 948
            iinc 2 /* counter */ -1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* counter */
            ifge 7
        end local 2 // int counter
        11: .line 951
            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 958
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
            ifnull 7
         1: .line 959
            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 960
            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 961
      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 960
            iinc 1 /* counter */ -1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* counter */
            ifge 4
        end local 1 // int counter
         7: .line 963
      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 971
            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 972
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            aload 1 /* userObject */
         2: .line 971
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 2 /* newChildIndex */
        start local 2 // int newChildIndex
         3: .line 974
            iload 2 /* newChildIndex */
            ifge 5
         4: .line 975
            aconst_null
            areturn
         5: .line 978
      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 979
            iload 2 /* newChildIndex */
         7: .line 978
            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 982
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 11
         9: .line 983
            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 984
            goto 12
        end local 5 // int childRow
        11: .line 986
      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 988
      StackMap locals: int
      StackMap stack:
            aload 4 /* child */
            iload 5 /* childRow */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
        13: .line 989
            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 990
            goto 21
        16: .line 991
      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 992
            aload 3 /* aNode */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 2 /* newChildIndex */
            if_icmple 20
        18: .line 993
            aload 0 /* this */
            aload 4 /* child */
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.insert:(Ljavax/swing/tree/MutableTreeNode;I)V
        19: .line 994
            aload 4 /* child */
            areturn
        20: .line 990
      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 989
            if_icmplt 16
        end local 7 // int maxCounter
        end local 6 // int counter
        23: .line 997
            aload 0 /* this */
            aload 4 /* child */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.add:(Ljavax/swing/tree/MutableTreeNode;)V
        24: .line 998
            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 1006
            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 1007
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 7
         2: .line 1008
            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 1010
      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 1009
            iinc 2 /* counter */ -1
         6: .line 1008
      StackMap locals:
      StackMap stack:
            iload 2 /* counter */
            ifge 4
        end local 2 // int counter
         7: .line 1012
      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 1022
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 6
         1: .line 1024
            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 1026
      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 1025
            iinc 3 /* counter */ -1
         5: .line 1024
      StackMap locals:
      StackMap stack:
            iload 3 /* counter */
            iload 2 /* startIndex */
            if_icmpge 3
        end local 3 // int counter
         6: .line 1029
      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 1031
            aload 3 /* parent */
            ifnull 9
         8: .line 1032
            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 1034
      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 1041
            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 1042
            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 1043
            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 1045
            aload 2 /* parent */
            ifnull 5
         4: .line 1046
            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 1048
      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 1049
            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 1057
            aload 0 /* this */
            iload 1 /* nextRow */
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         1: .line 1059
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifne 3
         2: .line 1060
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iconst_1
            iadd
            ireturn
         3: .line 1062
      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 1063
            iconst_0
            istore 3 /* lastModelIndex */
        start local 3 // int lastModelIndex
         5: .line 1065
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 5 /* maxCounter */
        start local 5 // int maxCounter
         6: .line 1067
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
         7: goto 16
         8: .line 1068
      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 1069
            iload 2 /* lastRow */
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 3 /* lastModelIndex */
            isub
            iadd
            istore 2 /* lastRow */
        10: .line 1070
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
            istore 3 /* lastModelIndex */
        11: .line 1071
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 14
        12: .line 1072
            aload 4 /* child */
            iload 2 /* lastRow */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setRowAndChildren:(I)I
            istore 2 /* lastRow */
        13: .line 1073
            goto 15
        14: .line 1075
      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 1067
      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 1078
            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 1095
            iload 1 /* newRow */
            istore 4 /* lastRow */
        start local 4 // int lastRow
         1: .line 1096
            iload 3 /* modelIndex */
            istore 5 /* lastModelIndex */
        start local 5 // int lastModelIndex
         2: .line 1098
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 7 /* maxCounter */
        start local 7 // int maxCounter
         3: .line 1100
            iload 2 /* childIndex */
            istore 8 /* counter */
        start local 8 // int counter
         4: goto 13
         5: .line 1101
      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 1102
            iload 4 /* lastRow */
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 5 /* lastModelIndex */
            isub
            iadd
            istore 4 /* lastRow */
         7: .line 1103
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
            istore 5 /* lastModelIndex */
         8: .line 1104
            aload 6 /* node */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 11
         9: .line 1105
            aload 6 /* node */
            iload 4 /* lastRow */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setRowAndChildren:(I)I
            istore 4 /* lastRow */
        10: .line 1106
            goto 12
        11: .line 1108
      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 1100
      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 1111
            iload 4 /* lastRow */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            iload 5 /* lastModelIndex */
            isub
            iadd
            istore 4 /* lastRow */
        15: .line 1112
            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 1113
            aload 6 /* node */
            ifnull 21
        17: .line 1114
            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 1115
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iconst_1
            iadd
        19: .line 1114
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenRowsFrom:(III)V
        20: .line 1116
            goto 22
        21: .line 1118
      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 1120
      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 1127
            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 1129
            aload 1 /* parent */
            ifnull 3
         2: .line 1130
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expandParentAndReceiver:()V
         3: .line 1131
      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 1138
            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 1140
            aload 1 /* parent */
            ifnull 3
         2: .line 1141
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expandParentAndReceiver:()V
         3: .line 1142
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expand:()V
         4: .line 1143
            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 1149
            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 1150
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            istore 1 /* visible */
        start local 1 // boolean visible
         2: .line 1152
            aload 0 /* this */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         3: .line 1153
            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 1155
            iload 1 /* visible */
            ifeq 6
         5: .line 1156
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.didExpand:()V
         6: .line 1160
      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 1161
            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 1164
      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 1171
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
            ifeq 10
         1: .line 1172
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 7
            iload 1 /* adjustRows */
            ifeq 7
         2: .line 1173
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            istore 2 /* childCount */
        start local 2 // int childCount
         3: .line 1175
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         4: .line 1176
            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 1179
            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 1180
            goto 8
         7: .line 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:Z
         8: .line 1184
      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 1185
            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 1187
      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 1193
            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 1195
            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 1196
      StackMap locals: javax.swing.tree.TreeModel
      StackMap stack:
            iconst_1
         3: .line 1195
      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 1204
            iconst_0
            istore 2 /* added */
        start local 2 // boolean added
         1: .line 1205
            aload 1 /* newChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildIndex:()I
            istore 3 /* childIndex */
        start local 3 // int childIndex
         2: .line 1207
            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 1208
            goto 11
         5: .line 1209
      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 1210
            iload 3 /* childIndex */
            if_icmple 10
         7: .line 1211
            iconst_1
            istore 2 /* added */
         8: .line 1212
            aload 0 /* this */
            aload 1 /* newChild */
            iload 4 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.insert:(Ljavax/swing/tree/MutableTreeNode;I)V
         9: .line 1213
            iload 5 /* maxCounter */
            istore 4 /* counter */
        10: .line 1208
      StackMap locals:
      StackMap stack:
            iinc 4 /* counter */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* counter */
            iload 5 /* maxCounter */
        12: .line 1207
            if_icmplt 5
        end local 5 // int maxCounter
        end local 4 // int counter
        13: .line 1216
            iload 2 /* added */
            ifne 15
        14: .line 1217
            aload 0 /* this */
            aload 1 /* newChild */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.add:(Ljavax/swing/tree/MutableTreeNode;)V
        15: .line 1218
      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 1227
            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 1229
            aload 3 /* childNode */
            ifnull 11
         2: .line 1230
            aload 3 /* childNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            istore 4 /* row */
        start local 4 // int row
         3: .line 1231
            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 1233
            aload 3 /* childNode */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.collapse:(Z)V
         5: .line 1234
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.remove:(I)V
         6: .line 1235
            aload 0 /* this */
            iload 5 /* index */
            iconst_m1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustChildIndexs:(II)V
         7: .line 1236
            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 1237
            iload 2 /* isChildVisible */
            ifeq 31
         9: .line 1239
            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 1241
            goto 31
        11: .line 1243
      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 1246
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
        13: goto 26
        14: .line 1247
      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 1248
            aload 5 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* modelIndex */
            if_icmplt 25
        16: .line 1249
            iload 2 /* isChildVisible */
            ifeq 22
        17: .line 1250
            aload 0 /* this */
            iconst_m1
            iload 6 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        18: .line 1251
            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 1256
            goto 22
        20: .line 1257
      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 1256
            iinc 6 /* counter */ 1
      StackMap locals:
      StackMap stack:
        22: iload 6 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 20
        23: .line 1259
            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 1260
            return
        25: .line 1246
      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 1265
            iload 2 /* isChildVisible */
            ifeq 30
        28: .line 1266
            aload 0 /* this */
            iconst_m1
            iload 4 /* maxCounter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        29: .line 1267
            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 1269
      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 1271
      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 1278
            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 1279
            goto 5
         3: .line 1280
      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 1279
            iinc 3 /* counter */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* counter */
            iload 4 /* maxCounter */
         6: .line 1278
            if_icmplt 3
        end local 4 // int maxCounter
        end local 3 // int counter
         7: .line 1282
            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 1292
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildCount:()I
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         1: .line 1294
            iconst_0
            istore 5 /* counter */
        start local 5 // int counter
         2: goto 15
         3: .line 1295
      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 1296
            aload 3 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* index */
            if_icmplt 14
         5: .line 1297
            iload 2 /* isExpandedAndVisible */
            ifeq 11
         6: .line 1298
            aload 0 /* this */
            iconst_1
            iload 5 /* counter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
         7: .line 1299
            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 1303
            goto 11
         9: .line 1304
      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 1303
            iinc 5 /* counter */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 9
        12: .line 1305
            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 1306
            return
        14: .line 1294
      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 1311
            iload 2 /* isExpandedAndVisible */
            ifeq 19
        17: .line 1312
            aload 0 /* this */
            iconst_1
            iload 4 /* maxCounter */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(II)V
        18: .line 1313
            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 1315
      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 1316
            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 1327
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iload 1 /* row */
            if_icmpne 5
         1: .line 1328
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         2: .line 1329
            aload 3 /* info */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
         3: .line 1330
            aload 3 /* info */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
         4: .line 1331
            iconst_1
            ireturn
         5: .line 1335
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* lastChild */
        start local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastChild
         6: .line 1337
            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 1338
            goto 31
         9: .line 1339
      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 1340
            aload 4 /* child */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
            iload 1 /* row */
            if_icmple 29
        11: .line 1341
            iload 6 /* counter */
            ifne 16
        12: .line 1343
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        13: .line 1344
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        14: .line 1345
            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 1346
            iconst_1
            ireturn
        16: .line 1350
      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 1351
            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 1350
            isub
            istore 8 /* lastChildEndRow */
        start local 8 // int lastChildEndRow
        19: .line 1353
            iload 1 /* row */
            iload 8 /* lastChildEndRow */
            if_icmpge 23
        20: .line 1354
            aload 5 /* lastChild */
            iload 1 /* row */
        21: .line 1355
            iload 8 /* lastChildEndRow */
            aload 3 /* info */
        22: .line 1354
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getPathForRow:(IILjavax/swing/tree/FixedHeightLayoutCache$SearchInfo;)Z
            ireturn
        23: .line 1358
      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 1359
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        25: .line 1360
            aload 3 /* info */
            iload 1 /* row */
            iload 8 /* lastChildEndRow */
            isub
        26: .line 1361
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iadd
            iconst_1
            iadd
        27: .line 1360
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        28: .line 1362
            iconst_1
            ireturn
        end local 8 // int lastChildEndRow
        29: .line 1365
      StackMap locals:
      StackMap stack:
            aload 4 /* child */
            astore 5 /* lastChild */
        30: .line 1338
            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 1337
            if_icmplt 9
        end local 7 // int maxCounter
        end local 6 // int counter
        33: .line 1370
            aload 5 /* lastChild */
            ifnull 47
        34: .line 1371
            iload 2 /* nextRow */
        35: .line 1372
            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 1371
            isub
        37: .line 1372
            iconst_1
        38: .line 1371
            iadd
            istore 6 /* lastChildEndRow */
        start local 6 // int lastChildEndRow
        39: .line 1374
            iload 1 /* row */
            iload 6 /* lastChildEndRow */
            if_icmpge 41
        40: .line 1375
            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 1378
      StackMap locals:
      StackMap stack:
            aload 3 /* info */
            aload 0 /* this */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        42: .line 1379
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        43: .line 1380
            aload 3 /* info */
            iload 1 /* row */
            iload 6 /* lastChildEndRow */
            isub
        44: .line 1381
            aload 5 /* lastChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iadd
            iconst_1
            iadd
        45: .line 1380
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        46: .line 1382
            iconst_1
            ireturn
        end local 6 // int lastChildEndRow
        47: .line 1386
      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 1388
            iload 6 /* retChildIndex */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childCount:I
            if_icmplt 50
        49: .line 1389
            iconst_0
            ireturn
        50: .line 1391
      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 1392
            aload 3 /* info */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
        52: .line 1393
            aload 3 /* info */
            iload 6 /* retChildIndex */
            putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
        53: .line 1394
            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 1404
            iload 1 /* stopIndex */
            iconst_1
            iadd
            istore 3 /* retCount */
        start local 3 // int retCount
         1: .line 1406
            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 1407
            goto 9
         4: .line 1408
      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 1409
            aload 2 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* stopIndex */
            if_icmplt 7
         6: .line 1410
            iload 5 /* maxCounter */
            istore 4 /* counter */
            goto 8
         7: .line 1412
      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 1407
      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 1406
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        11: .line 1414
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.parent:Ljavax/swing/tree/MutableTreeNode;
            ifnull 15
        12: .line 1415
            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 1416
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getCountTo:(I)I
        14: .line 1415
            iadd
            ireturn
        15: .line 1417
      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 1418
            iload 3 /* retCount */
            iconst_1
            isub
            ireturn
        17: .line 1419
      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 1430
            iload 1 /* stopIndex */
            istore 3 /* retCount */
        start local 3 // int retCount
         1: .line 1432
            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 1433
            goto 9
         4: .line 1434
      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 1435
            aload 2 /* aChild */
            getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
            iload 1 /* stopIndex */
            if_icmplt 7
         6: .line 1436
            iload 3 /* retCount */
            ireturn
         7: .line 1438
      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 1433
            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 1432
            if_icmplt 4
        end local 5 // int maxCounter
        end local 4 // int counter
        11: .line 1441
            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 1448
            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