public class javax.swing.tree.FixedHeightLayoutCache extends javax.swing.tree.AbstractLayoutCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.tree.FixedHeightLayoutCache
  super_class: javax.swing.tree.AbstractLayoutCache
{
  private javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode root;
    descriptor: Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0002) ACC_PRIVATE

  private int rowCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Rectangle boundsBuffer;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Hashtable<javax.swing.tree.TreePath, javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode> treePathMapping;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Hashtable<Ljavax/swing/tree/TreePath;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;>;

  private javax.swing.tree.FixedHeightLayoutCache$SearchInfo info;
    descriptor: Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Stack<java.util.Stack<javax.swing.tree.TreePath>> tempStacks;
    descriptor: Ljava/util/Stack;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Stack<Ljava/util/Stack<Ljavax/swing/tree/TreePath;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
         0: .line 79
            aload 0 /* this */
            invokespecial javax.swing.tree.AbstractLayoutCache.<init>:()V
         1: .line 80
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
         2: .line 81
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield javax.swing.tree.FixedHeightLayoutCache.boundsBuffer:Ljava/awt/Rectangle;
         3: .line 82
            aload 0 /* this */
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            putfield javax.swing.tree.FixedHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
         4: .line 83
            aload 0 /* this */
            new javax.swing.tree.FixedHeightLayoutCache$SearchInfo
            dup
            aload 0 /* this */
            invokespecial javax.swing.tree.FixedHeightLayoutCache$SearchInfo.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;)V
            putfield javax.swing.tree.FixedHeightLayoutCache.info:Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
         5: .line 84
            aload 0 /* this */
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.setRowHeight:(I)V
         6: .line 85
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;

  public void setModel(javax.swing.tree.TreeModel);
    descriptor: (Ljavax/swing/tree/TreeModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreeModel newModel
         0: .line 93
            aload 0 /* this */
            aload 1 /* newModel */
            invokespecial javax.swing.tree.AbstractLayoutCache.setModel:(Ljavax/swing/tree/TreeModel;)V
         1: .line 94
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.rebuild:(Z)V
         2: .line 95
            return
        end local 1 // javax.swing.tree.TreeModel newModel
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    3     1  newModel  Ljavax/swing/tree/TreeModel;
    MethodParameters:
          Name  Flags
      newModel  

  public void setRootVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // boolean rootVisible
         0: .line 105
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.isRootVisible:()Z
            iload 1 /* rootVisible */
            if_icmpeq 10
         1: .line 106
            aload 0 /* this */
            iload 1 /* rootVisible */
            invokespecial javax.swing.tree.AbstractLayoutCache.setRootVisible:(Z)V
         2: .line 107
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            ifnull 10
         3: .line 108
            iload 1 /* rootVisible */
            ifeq 7
         4: .line 109
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
            iconst_1
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
         5: .line 110
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(I)V
         6: .line 111
            goto 9
         7: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
            iconst_1
            isub
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
         8: .line 114
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            iconst_m1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy:(I)V
         9: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        10: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean rootVisible
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   11     1  rootVisible  Z
    MethodParameters:
             Name  Flags
      rootVisible  

  public void setRowHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // int rowHeight
         0: .line 128
            iload 1 /* rowHeight */
            ifgt 2
         1: .line 129
            new java.lang.IllegalArgumentException
            dup
            ldc "FixedHeightLayoutCache only supports row heights greater than 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowHeight:()I
            iload 1 /* rowHeight */
            if_icmpeq 5
         3: .line 131
            aload 0 /* this */
            iload 1 /* rowHeight */
            invokespecial javax.swing.tree.AbstractLayoutCache.setRowHeight:(I)V
         4: .line 132
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
         5: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int rowHeight
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    6     1  rowHeight  I
    MethodParameters:
           Name  Flags
      rowHeight  

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

  public void invalidatePathBounds(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 148
            return
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    1     1  path  Ljavax/swing/tree/TreePath;
    MethodParameters:
      Name  Flags
      path  

  public void invalidateSizes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
         0: .line 158
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
         1: .line 159
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;

  public boolean isExpanded(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 165
            aload 1 /* path */
            ifnull 4
         1: .line 166
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* lastNode */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastNode
         2: .line 168
            aload 2 /* lastNode */
            ifnull 3
            aload 2 /* lastNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastNode
         4: .line 170
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    5     1      path  Ljavax/swing/tree/TreePath;
            2    4     2  lastNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public java.awt.Rectangle getBounds(javax.swing.tree.TreePath, java.awt.Rectangle);
    descriptor: (Ljavax/swing/tree/TreePath;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // java.awt.Rectangle placeIn
         0: .line 181
            aload 1 /* path */
            ifnonnull 2
         1: .line 182
            aconst_null
            areturn
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* node */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         3: .line 186
            aload 3 /* node */
            ifnull 5
         4: .line 187
            aload 0 /* this */
            aload 3 /* node */
            iconst_m1
            aload 2 /* placeIn */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getBounds:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
         5: .line 190
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 4 /* parentPath */
        start local 4 // javax.swing.tree.TreePath parentPath
         6: .line 192
            aload 0 /* this */
            aload 4 /* parentPath */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* node */
         7: .line 193
            aload 3 /* node */
            ifnull 14
            aload 3 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 14
         8: .line 194
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
         9: .line 195
            aload 4 /* parentPath */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        10: .line 196
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        11: .line 194
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 5 /* childIndex */
        start local 5 // int childIndex
        12: .line 198
            iload 5 /* childIndex */
            iconst_m1
            if_icmpeq 14
        13: .line 199
            aload 0 /* this */
            aload 3 /* node */
            iload 5 /* childIndex */
            aload 2 /* placeIn */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getBounds:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
        end local 5 // int childIndex
        14: .line 201
      StackMap locals: javax.swing.tree.TreePath
      StackMap stack:
            aconst_null
            areturn
        end local 4 // javax.swing.tree.TreePath parentPath
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 2 // java.awt.Rectangle placeIn
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   15     1        path  Ljavax/swing/tree/TreePath;
            0   15     2     placeIn  Ljava/awt/Rectangle;
            3   15     3        node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            6   15     4  parentPath  Ljavax/swing/tree/TreePath;
           12   14     5  childIndex  I
    MethodParameters:
         Name  Flags
      path     
      placeIn  

  public javax.swing.tree.TreePath getPathForRow(int);
    descriptor: (I)Ljavax/swing/tree/TreePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // int row
         0: .line 209
            iload 1 /* row */
            iflt 3
            iload 1 /* row */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowCount:()I
            if_icmpge 3
         1: .line 210
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            iload 1 /* row */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowCount:()I
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.info:Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getPathForRow:(IILjavax/swing/tree/FixedHeightLayoutCache$SearchInfo;)Z
            ifeq 3
         2: .line 211
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.info:Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$SearchInfo.getPath:()Ljavax/swing/tree/TreePath;
            areturn
         3: .line 214
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int row
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    4     1   row  I
    MethodParameters:
      Name  Flags
      row   

  public int getRowForPath(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 223
            aload 1 /* path */
            ifnull 1
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            ifnonnull 2
         1: .line 224
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         2: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         3: .line 228
            aload 2 /* node */
            ifnull 5
         4: .line 229
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            ireturn
         5: .line 231
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 3 /* parentPath */
        start local 3 // javax.swing.tree.TreePath parentPath
         6: .line 233
            aload 0 /* this */
            aload 3 /* parentPath */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
         7: .line 234
            aload 2 /* node */
            ifnull 12
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 12
         8: .line 235
            aload 2 /* node */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
         9: .line 236
            aload 3 /* parentPath */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        10: .line 237
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        11: .line 235
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRowToModelIndex:(I)I
            ireturn
        12: .line 239
      StackMap locals: javax.swing.tree.TreePath
      StackMap stack:
            iconst_m1
            ireturn
        end local 3 // javax.swing.tree.TreePath parentPath
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   13     1        path  Ljavax/swing/tree/TreePath;
            3   13     2        node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            6   13     3  parentPath  Ljavax/swing/tree/TreePath;
    MethodParameters:
      Name  Flags
      path  

  public javax.swing.tree.TreePath getPathClosestTo(int, int);
    descriptor: (II)Ljavax/swing/tree/TreePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // int x
        start local 2 // int y
         0: .line 250
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowCount:()I
            ifne 2
         1: .line 251
            aconst_null
            areturn
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* y */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowContainingYLocation:(I)I
            istore 3 /* row */
        start local 3 // int row
         3: .line 255
            aload 0 /* this */
            iload 3 /* row */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getPathForRow:(I)Ljavax/swing/tree/TreePath;
            areturn
        end local 3 // int row
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    4     1     x  I
            0    4     2     y  I
            3    4     3   row  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public int getVisibleChildCount(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 262
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         1: .line 264
            aload 2 /* node */
            ifnonnull 3
         2: .line 265
            iconst_0
            ireturn
         3: .line 266
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTotalChildCount:()I
            ireturn
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    4     1  path  Ljavax/swing/tree/TreePath;
            1    4     2  node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public java.util.Enumeration<javax.swing.tree.TreePath> getVisiblePathsFrom(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 275
            aload 1 /* path */
            ifnonnull 2
         1: .line 276
            aconst_null
            areturn
         2: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         3: .line 280
            aload 2 /* node */
            ifnull 5
         4: .line 281
            new javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration
            dup
            aload 0 /* this */
            aload 2 /* node */
            invokespecial javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
            areturn
         5: .line 283
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 3 /* parentPath */
        start local 3 // javax.swing.tree.TreePath parentPath
         6: .line 285
            aload 0 /* this */
            aload 3 /* parentPath */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
         7: .line 286
            aload 2 /* node */
            ifnull 13
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 13
         8: .line 287
            new javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration
            dup
            aload 0 /* this */
            aload 2 /* node */
         9: .line 288
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 3 /* parentPath */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        10: .line 289
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        11: .line 288
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
        12: .line 287
            invokespecial javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;I)V
            areturn
        13: .line 291
      StackMap locals: javax.swing.tree.TreePath
      StackMap stack:
            aconst_null
            areturn
        end local 3 // javax.swing.tree.TreePath parentPath
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   14     1        path  Ljavax/swing/tree/TreePath;
            3   14     2        node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            6   14     3  parentPath  Ljavax/swing/tree/TreePath;
    Signature: (Ljavax/swing/tree/TreePath;)Ljava/util/Enumeration<Ljavax/swing/tree/TreePath;>;
    MethodParameters:
      Name  Flags
      path  

  public void setExpandedState(javax.swing.tree.TreePath, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // boolean isExpanded
         0: .line 299
            iload 2 /* isExpanded */
            ifeq 2
         1: .line 300
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.ensurePathIsExpanded:(Ljavax/swing/tree/TreePath;Z)Z
            pop
            goto 15
         2: .line 301
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            ifnull 15
         3: .line 302
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 3 /* parentPath */
        start local 3 // javax.swing.tree.TreePath parentPath
         4: .line 305
            aload 3 /* parentPath */
            ifnull 10
         5: .line 306
            aload 0 /* this */
            aload 3 /* parentPath */
         6: .line 307
            iconst_0
            iconst_1
         7: .line 306
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* parentNode */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parentNode
         8: .line 308
            aload 4 /* parentNode */
            ifnull 10
         9: .line 309
            aload 4 /* parentNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.makeVisible:()V
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parentNode
        10: .line 312
      StackMap locals: javax.swing.tree.TreePath
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
        11: .line 313
            iconst_0
        12: .line 312
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* childNode */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode childNode
        13: .line 315
            aload 4 /* childNode */
            ifnull 15
        14: .line 316
            aload 4 /* childNode */
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.collapse:(Z)V
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode childNode
        end local 3 // javax.swing.tree.TreePath parentPath
        15: .line 318
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isExpanded
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   16     1        path  Ljavax/swing/tree/TreePath;
            0   16     2  isExpanded  Z
            4   15     3  parentPath  Ljavax/swing/tree/TreePath;
            8   10     4  parentNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           13   15     4   childNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
            Name  Flags
      path        
      isExpanded  

  public boolean getExpandedState(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 324
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         1: .line 326
            aload 2 /* node */
            ifnull 3
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 2
            aload 2 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 2
            iconst_1
            goto 4
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
         2: iconst_0
            goto 4
         3: .line 327
      StackMap locals:
      StackMap stack:
            iconst_0
         4: .line 326
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    5     1  path  Ljavax/swing/tree/TreePath;
            1    5     2  node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public void treeNodesChanged(javax.swing.event.TreeModelEvent);
    descriptor: (Ljavax/swing/event/TreeModelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 347
            aload 1 /* e */
            ifnull 27
         1: .line 349
            aload 0 /* this */
         2: .line 350
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getModel:()Ljavax/swing/tree/TreeModel;
            invokestatic sun.swing.SwingUtilities2.getTreePath:(Ljavax/swing/event/TreeModelEvent;Ljavax/swing/tree/TreeModel;)Ljavax/swing/tree/TreePath;
            iconst_0
            iconst_0
         3: .line 349
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* changedParent */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParent
         4: .line 353
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         5: .line 357
            aload 3 /* changedParent */
            ifnull 27
         6: .line 358
            aload 2 /* changedIndexs */
            ifnull 24
         7: .line 359
            aload 2 /* changedIndexs */
            arraylength
            dup
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         8: ifle 24
         9: .line 360
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            astore 5 /* parentValue */
        start local 5 // java.lang.Object parentValue
        10: .line 362
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
        11: goto 20
        12: .line 363
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int java.lang.Object int
      StackMap stack:
            aload 3 /* changedParent */
        13: .line 364
            aload 2 /* changedIndexs */
            iload 6 /* counter */
            iaload
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        14: .line 363
            astore 7 /* child */
        start local 7 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
        15: .line 366
            aload 7 /* child */
            ifnull 19
        16: .line 367
            aload 7 /* child */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 5 /* parentValue */
        17: .line 368
            aload 2 /* changedIndexs */
            iload 6 /* counter */
            iaload
        18: .line 367
            invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.setUserObject:(Ljava/lang/Object;)V
        end local 7 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode child
        19: .line 362
      StackMap locals:
      StackMap stack:
            iinc 6 /* counter */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 12
        end local 6 // int counter
        21: .line 371
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 27
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 27
        22: .line 372
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        end local 5 // java.lang.Object parentValue
        23: .line 373
            goto 27
        end local 4 // int maxCounter
        24: .line 375
      StackMap locals:
      StackMap stack:
            aload 3 /* changedParent */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            if_acmpne 27
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 27
        25: .line 376
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 27
        26: .line 377
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParent
        end local 2 // int[] changedIndexs
        27: .line 381
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   28     0           this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   28     1              e  Ljavax/swing/event/TreeModelEvent;
            5   27     2  changedIndexs  [I
            4   27     3  changedParent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            8   24     4     maxCounter  I
           10   23     5    parentValue  Ljava/lang/Object;
           11   21     6        counter  I
           15   19     7          child  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      e     

  public void treeNodesInserted(javax.swing.event.TreeModelEvent);
    descriptor: (Ljavax/swing/event/TreeModelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 391
            aload 1 /* e */
            ifnull 24
         1: .line 393
            aload 0 /* this */
         2: .line 394
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getModel:()Ljavax/swing/tree/TreeModel;
            invokestatic sun.swing.SwingUtilities2.getTreePath:(Ljavax/swing/event/TreeModelEvent;Ljavax/swing/tree/TreeModel;)Ljavax/swing/tree/TreePath;
            iconst_0
            iconst_0
         3: .line 393
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* changedParent */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParent
         4: .line 397
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         5: .line 401
            aload 3 /* changedParent */
            ifnull 24
            aload 2 /* changedIndexs */
            ifnull 24
         6: .line 402
            aload 2 /* changedIndexs */
            arraylength
            dup
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         7: ifle 24
         8: .line 404
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 11
         9: .line 405
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 11
        10: .line 403
            iconst_1
            goto 12
      StackMap locals: int[] javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* isVisible */
        start local 5 // boolean isVisible
        13: .line 407
            iconst_0
            istore 6 /* counter */
        start local 6 // int counter
        14: goto 19
        15: .line 408
      StackMap locals: int int
      StackMap stack:
            aload 3 /* changedParent */
        16: .line 409
            aload 2 /* changedIndexs */
            iload 6 /* counter */
            iaload
            iload 5 /* isVisible */
        17: .line 408
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childInsertedAtModelIndex:(IZ)V
        18: .line 407
            iinc 6 /* counter */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* counter */
            iload 4 /* maxCounter */
            if_icmplt 15
        end local 6 // int counter
        20: .line 411
            iload 5 /* isVisible */
            ifeq 22
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 22
        21: .line 412
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        22: .line 413
      StackMap locals:
      StackMap stack:
            aload 3 /* changedParent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 24
        23: .line 414
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        end local 5 // boolean isVisible
        end local 4 // int maxCounter
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParent
        end local 2 // int[] changedIndexs
        24: .line 417
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   25     1              e  Ljavax/swing/event/TreeModelEvent;
            5   24     2  changedIndexs  [I
            4   24     3  changedParent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            7   24     4     maxCounter  I
           13   24     5      isVisible  Z
           14   20     6        counter  I
    MethodParameters:
      Name  Flags
      e     

  public void treeNodesRemoved(javax.swing.event.TreeModelEvent);
    descriptor: (Ljavax/swing/event/TreeModelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 430
            aload 1 /* e */
            ifnull 34
         1: .line 433
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getModel:()Ljavax/swing/tree/TreeModel;
            invokestatic sun.swing.SwingUtilities2.getTreePath:(Ljavax/swing/event/TreeModelEvent;Ljavax/swing/tree/TreeModel;)Ljavax/swing/tree/TreePath;
            astore 4 /* parentPath */
        start local 4 // javax.swing.tree.TreePath parentPath
         2: .line 434
            aload 0 /* this */
         3: .line 435
            aload 4 /* parentPath */
            iconst_0
            iconst_0
         4: .line 434
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 5 /* changedParentNode */
        start local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParentNode
         5: .line 437
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         6: .line 440
            aload 5 /* changedParentNode */
            ifnull 34
            aload 2 /* changedIndexs */
            ifnull 34
         7: .line 441
            aload 2 /* changedIndexs */
            arraylength
            dup
            istore 3 /* maxCounter */
        start local 3 // int maxCounter
         8: ifle 34
         9: .line 442
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildren:()[Ljava/lang/Object;
            pop
        10: .line 444
            aload 5 /* changedParentNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 13
        11: .line 445
            aload 5 /* changedParentNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            ifeq 13
        12: .line 443
            iconst_1
            goto 14
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent int[] int javax.swing.tree.TreePath javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 6 /* isVisible */
        start local 6 // boolean isVisible
        15: .line 447
            iload 3 /* maxCounter */
            iconst_1
            isub
            istore 7 /* counter */
        start local 7 // int counter
        16: goto 21
        17: .line 448
      StackMap locals: int int
      StackMap stack:
            aload 5 /* changedParentNode */
        18: .line 449
            aload 2 /* changedIndexs */
            iload 7 /* counter */
            iaload
            iload 6 /* isVisible */
        19: .line 448
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.removeChildAtModelIndex:(IZ)V
        20: .line 447
            iinc 7 /* counter */ -1
      StackMap locals:
      StackMap stack:
        21: iload 7 /* counter */
            ifge 17
        end local 7 // int counter
        22: .line 451
            iload 6 /* isVisible */
            ifeq 32
        23: .line 452
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 25
        24: .line 453
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        25: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 5 /* changedParentNode */
        26: .line 455
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
        27: .line 454
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            ifne 30
        28: .line 456
            aload 5 /* changedParentNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isLeaf:()Z
            ifeq 30
        29: .line 458
            aload 5 /* changedParentNode */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.collapse:(Z)V
        30: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        31: .line 461
            goto 34
        32: .line 462
      StackMap locals:
      StackMap stack:
            aload 5 /* changedParentNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifeq 34
        33: .line 463
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        end local 6 // boolean isVisible
        end local 5 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedParentNode
        end local 4 // javax.swing.tree.TreePath parentPath
        end local 3 // int maxCounter
        end local 2 // int[] changedIndexs
        34: .line 466
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   35     0               this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   35     1                  e  Ljavax/swing/event/TreeModelEvent;
            6   34     2      changedIndexs  [I
            8   34     3         maxCounter  I
            2   34     4         parentPath  Ljavax/swing/tree/TreePath;
            5   34     5  changedParentNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           15   34     6          isVisible  Z
           16   22     7            counter  I
    MethodParameters:
      Name  Flags
      e     

  public void treeStructureChanged(javax.swing.event.TreeModelEvent);
    descriptor: (Ljavax/swing/event/TreeModelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 478
            aload 1 /* e */
            ifnull 31
         1: .line 479
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getModel:()Ljavax/swing/tree/TreeModel;
            invokestatic sun.swing.SwingUtilities2.getTreePath:(Ljavax/swing/event/TreeModelEvent;Ljavax/swing/tree/TreeModel;)Ljavax/swing/tree/TreePath;
            astore 2 /* changedPath */
        start local 2 // javax.swing.tree.TreePath changedPath
         2: .line 480
            aload 0 /* this */
         3: .line 481
            aload 2 /* changedPath */
            iconst_0
            iconst_0
         4: .line 480
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* changedNode */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedNode
         5: .line 485
            aload 3 /* changedNode */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            if_acmpeq 10
         6: .line 486
            aload 3 /* changedNode */
            ifnonnull 12
         7: .line 487
            aload 2 /* changedPath */
            ifnonnull 9
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            ifnull 9
         8: .line 488
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            invokeinterface javax.swing.tree.TreeModel.getRoot:()Ljava/lang/Object;
            ifnull 10
         9: .line 489
      StackMap locals: javax.swing.tree.TreePath javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 2 /* changedPath */
            ifnull 12
            aload 2 /* changedPath */
            invokevirtual javax.swing.tree.TreePath.getPathCount:()I
            iconst_1
            if_icmpgt 12
        10: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.rebuild:(Z)V
        11: .line 491
            goto 31
        12: .line 492
      StackMap locals:
      StackMap stack:
            aload 3 /* changedNode */
            ifnull 31
        13: .line 495
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
        14: .line 494
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            astore 6 /* parent */
        start local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        15: .line 497
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            istore 4 /* wasExpanded */
        start local 4 // boolean wasExpanded
        16: .line 498
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            istore 5 /* wasVisible */
        start local 5 // boolean wasVisible
        17: .line 500
            aload 6 /* parent */
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            istore 7 /* index */
        start local 7 // int index
        18: .line 501
            aload 3 /* changedNode */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.collapse:(Z)V
        19: .line 502
            aload 6 /* parent */
            iload 7 /* index */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.remove:(I)V
        20: .line 504
            iload 5 /* wasVisible */
            ifeq 27
            iload 4 /* wasExpanded */
            ifeq 27
        21: .line 505
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            istore 8 /* row */
        start local 8 // int row
        22: .line 506
            aload 6 /* parent */
            iload 8 /* row */
            iload 7 /* index */
        23: .line 507
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildIndex:()I
        24: .line 506
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.resetChildrenRowsFrom:(III)V
        25: .line 508
            aload 0 /* this */
            aload 2 /* changedPath */
            iconst_0
            iconst_1
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* changedNode */
        26: .line 509
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expand:()V
        end local 8 // int row
        27: .line 511
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent javax.swing.tree.TreePath javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int int javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 29
            iload 5 /* wasVisible */
            ifeq 29
            iload 4 /* wasExpanded */
            ifeq 29
        28: .line 512
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        29: .line 513
      StackMap locals:
      StackMap stack:
            iload 5 /* wasVisible */
            ifeq 31
        30: .line 514
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        end local 7 // int index
        end local 6 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 5 // boolean wasVisible
        end local 4 // boolean wasExpanded
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode changedNode
        end local 2 // javax.swing.tree.TreePath changedPath
        31: .line 517
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.event.TreeModelEvent
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   32     0         this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   32     1            e  Ljavax/swing/event/TreeModelEvent;
            2   31     2  changedPath  Ljavax/swing/tree/TreePath;
            5   31     3  changedNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           16   31     4  wasExpanded  Z
           17   31     5   wasVisible  Z
           15   31     6       parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           18   31     7        index  I
           22   27     8          row  I
    MethodParameters:
      Name  Flags
      e     

  private void visibleNodesChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
         0: .line 525
            return
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;

  private java.awt.Rectangle getBounds(javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode, int, java.awt.Rectangle);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        start local 2 // int childIndex
        start local 3 // java.awt.Rectangle placeIn
         0: .line 539
            iload 2 /* childIndex */
            iconst_m1
            if_icmpne 6
         1: .line 541
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRow:()I
            istore 6 /* row */
        start local 6 // int row
         2: .line 542
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         3: .line 543
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
            istore 4 /* expanded */
        start local 4 // boolean expanded
         4: .line 544
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getLevel:()I
            istore 5 /* level */
        start local 5 // int level
         5: .line 545
            goto 10
        end local 7 // java.lang.Object value
        end local 6 // int row
        end local 5 // int level
        end local 4 // boolean expanded
         6: .line 547
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            iload 2 /* childIndex */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getRowToModelIndex:(I)I
            istore 6 /* row */
        start local 6 // int row
         7: .line 548
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
            iload 2 /* childIndex */
            invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         8: .line 549
            iconst_0
            istore 4 /* expanded */
        start local 4 // boolean expanded
         9: .line 550
            aload 1 /* parent */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getLevel:()I
            iconst_1
            iadd
            istore 5 /* level */
        start local 5 // int level
        10: .line 553
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode int java.awt.Rectangle int int int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 7 /* value */
            iload 6 /* row */
            iload 5 /* level */
        11: .line 554
            iload 4 /* expanded */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.boundsBuffer:Ljava/awt/Rectangle;
        12: .line 553
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeDimensions:(Ljava/lang/Object;IIZLjava/awt/Rectangle;)Ljava/awt/Rectangle;
            astore 8 /* bounds */
        start local 8 // java.awt.Rectangle bounds
        13: .line 556
            aload 8 /* bounds */
            ifnonnull 15
        14: .line 557
            aconst_null
            areturn
        15: .line 559
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 3 /* placeIn */
            ifnonnull 17
        16: .line 560
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 3 /* placeIn */
        17: .line 562
      StackMap locals:
      StackMap stack:
            aload 3 /* placeIn */
            aload 8 /* bounds */
            getfield java.awt.Rectangle.x:I
            putfield java.awt.Rectangle.x:I
        18: .line 563
            aload 3 /* placeIn */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowHeight:()I
            putfield java.awt.Rectangle.height:I
        19: .line 564
            aload 3 /* placeIn */
            iload 6 /* row */
            aload 3 /* placeIn */
            getfield java.awt.Rectangle.height:I
            imul
            putfield java.awt.Rectangle.y:I
        20: .line 565
            aload 3 /* placeIn */
            aload 8 /* bounds */
            getfield java.awt.Rectangle.width:I
            putfield java.awt.Rectangle.width:I
        21: .line 566
            aload 3 /* placeIn */
            areturn
        end local 8 // java.awt.Rectangle bounds
        end local 7 // java.lang.Object value
        end local 6 // int row
        end local 5 // int level
        end local 4 // boolean expanded
        end local 3 // java.awt.Rectangle placeIn
        end local 2 // int childIndex
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   22     1      parent  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            0   22     2  childIndex  I
            0   22     3     placeIn  Ljava/awt/Rectangle;
            4    6     4    expanded  Z
            9   22     4    expanded  Z
            5    6     5       level  I
           10   22     5       level  I
            2    6     6         row  I
            7   22     6         row  I
            3    6     7       value  Ljava/lang/Object;
            8   22     7       value  Ljava/lang/Object;
           13   22     8      bounds  Ljava/awt/Rectangle;
    MethodParameters:
            Name  Flags
      parent      
      childIndex  
      placeIn     

  private void adjustRowCountBy(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // int changeAmount
         0: .line 574
            aload 0 /* this */
            dup
            getfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
            iload 1 /* changeAmount */
            iadd
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
         1: .line 575
            return
        end local 1 // int changeAmount
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    2     1  changeAmount  I
    MethodParameters:
              Name  Flags
      changeAmount  

  private void addMapping(javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         0: .line 581
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            aload 1 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            aload 1 /* node */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 582
            return
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    2     1  node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      node  

  private void removeMapping(javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode);
    descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         0: .line 588
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            aload 1 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            invokevirtual java.util.Hashtable.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 589
            return
        end local 1 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    2     1  node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
      Name  Flags
      node  

  private javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode getMapping(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 596
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            aload 1 /* path */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            areturn
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    1     1  path  Ljavax/swing/tree/TreePath;
    MethodParameters:
      Name  Flags
      path  

  private void rebuild(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // boolean clearSelection
         0: .line 605
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.clear:()V
         1: .line 606
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            ifnull 14
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            invokeinterface javax.swing.tree.TreeModel.getRoot:()Ljava/lang/Object;
            dup
            astore 2 /* rootUO */
        start local 2 // java.lang.Object rootUO
         2: ifnull 14
         3: .line 607
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* rootUO */
            iconst_0
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.createNodeForValue:(Ljava/lang/Object;I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            putfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
         4: .line 608
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            new javax.swing.tree.TreePath
            dup
            aload 2 /* rootUO */
            invokespecial javax.swing.tree.TreePath.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
         5: .line 609
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.addMapping:(Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
         6: .line 610
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.isRootVisible:()Z
            ifeq 10
         7: .line 611
            aload 0 /* this */
            iconst_1
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
         8: .line 612
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
         9: .line 613
            goto 12
        10: .line 615
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
        11: .line 616
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            iconst_m1
            putfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.row:I
        12: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expand:()V
        13: .line 619
            goto 16
        end local 2 // java.lang.Object rootUO
        14: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
        15: .line 622
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.FixedHeightLayoutCache.rowCount:I
        16: .line 624
      StackMap locals:
      StackMap stack:
            iload 1 /* clearSelection */
            ifeq 18
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 18
        17: .line 625
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.clearSelection:()V
        18: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.visibleNodesChanged:()V
        19: .line 628
            return
        end local 1 // boolean clearSelection
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   20     1  clearSelection  Z
            2   14     2          rootUO  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      clearSelection  

  private int getRowContainingYLocation(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // int location
         0: .line 636
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowCount:()I
            ifne 2
         1: .line 637
            iconst_m1
            ireturn
         2: .line 638
      StackMap locals:
      StackMap stack:
            iconst_0
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowCount:()I
            iconst_1
            isub
         3: .line 639
            iload 1 /* location */
            aload 0 /* this */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getRowHeight:()I
            idiv
         4: .line 638
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int location
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    5     1  location  I
    MethodParameters:
          Name  Flags
      location  

  private boolean ensurePathIsExpanded(javax.swing.tree.TreePath, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath aPath
        start local 2 // boolean expandLast
         0: .line 650
            aload 1 /* aPath */
            ifnull 13
         1: .line 652
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 1 /* aPath */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.isLeaf:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 653
            aload 1 /* aPath */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* aPath */
         3: .line 654
            iconst_1
            istore 2 /* expandLast */
         4: .line 656
      StackMap locals:
      StackMap stack:
            aload 1 /* aPath */
            ifnull 13
         5: .line 657
            aload 0 /* this */
            aload 1 /* aPath */
            iconst_0
         6: .line 658
            iconst_1
         7: .line 657
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 3 /* lastNode */
        start local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastNode
         8: .line 660
            aload 3 /* lastNode */
            ifnull 13
         9: .line 661
            aload 3 /* lastNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.makeVisible:()V
        10: .line 662
            iload 2 /* expandLast */
            ifeq 12
        11: .line 663
            aload 3 /* lastNode */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.expand:()V
        12: .line 664
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode lastNode
        13: .line 668
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean expandLast
        end local 1 // javax.swing.tree.TreePath aPath
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   14     1       aPath  Ljavax/swing/tree/TreePath;
            0   14     2  expandLast  Z
            8   13     3    lastNode  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    MethodParameters:
            Name  Flags
      aPath       
      expandLast  

  private javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode createNodeForValue(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // java.lang.Object value
        start local 2 // int childIndex
         0: .line 675
            new javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
            dup
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* childIndex */
            iconst_m1
            invokespecial javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;Ljava/lang/Object;II)V
            areturn
        end local 2 // int childIndex
        end local 1 // java.lang.Object value
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0    1     1       value  Ljava/lang/Object;
            0    1     2  childIndex  I
    MethodParameters:
            Name  Flags
      value       
      childIndex  

  private javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode getNodeForPath(javax.swing.tree.TreePath, boolean, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=4
        start local 0 // javax.swing.tree.FixedHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // boolean onlyIfVisible
        start local 3 // boolean shouldCreate
         0: .line 686
            aload 1 /* path */
            ifnull 39
         1: .line 689
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getMapping:(Ljavax/swing/tree/TreePath;)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* node */
        start local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
         2: .line 690
            aload 4 /* node */
            ifnull 6
         3: .line 691
            iload 2 /* onlyIfVisible */
            ifeq 5
            aload 4 /* node */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isVisible:()Z
            ifne 5
         4: .line 692
            aconst_null
            areturn
         5: .line 693
      StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
      StackMap stack:
            aload 4 /* node */
            areturn
         6: .line 695
      StackMap locals:
      StackMap stack:
            iload 2 /* onlyIfVisible */
            ifeq 8
         7: .line 696
            aconst_null
            areturn
         8: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
            invokevirtual java.util.Stack.size:()I
            ifne 11
         9: .line 702
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            astore 5 /* paths */
        start local 5 // java.util.Stack paths
        10: .line 703
            goto 12
        end local 5 // java.util.Stack paths
        11: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            checkcast java.util.Stack
            astore 5 /* paths */
        start local 5 // java.util.Stack paths
        12: .line 709
      StackMap locals: java.util.Stack
      StackMap stack:
            aload 5 /* paths */
            aload 1 /* path */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 710
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* path */
        14: .line 711
            aconst_null
            astore 4 /* node */
        15: .line 712
            goto 30
        16: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual javax.swing.tree.FixedHeightLayoutCache.getMapping:(Ljavax/swing/tree/TreePath;)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* node */
        17: .line 714
            aload 4 /* node */
            ifnull 28
        18: .line 717
            goto 23
        19: .line 718
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            checkcast javax.swing.tree.TreePath
            astore 1 /* path */
        20: .line 719
            aload 4 /* node */
            aload 1 /* path */
        21: .line 720
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        22: .line 719
            invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.createChildFor:(Ljava/lang/Object;)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
            astore 4 /* node */
        23: .line 717
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            ifnull 24
            aload 5 /* paths */
            invokevirtual java.util.Stack.size:()I
            ifgt 19
        24: .line 722
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            astore 7
        25: .line 729
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        26: .line 730
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        27: .line 722
            aload 7
            areturn
        28: .line 724
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            aload 1 /* path */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        29: .line 725
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* path */
        30: .line 712
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            ifnonnull 16
        31: .line 727
            goto 36
        32: .line 728
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        33: .line 729
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        34: .line 730
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 731
            aload 6
            athrow
        36: .line 729
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        37: .line 730
            aload 0 /* this */
            getfield javax.swing.tree.FixedHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        38: .line 733
            aconst_null
            areturn
        end local 5 // java.util.Stack paths
        end local 4 // javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node
        39: .line 735
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // boolean shouldCreate
        end local 2 // boolean onlyIfVisible
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.FixedHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   40     0           this  Ljavax/swing/tree/FixedHeightLayoutCache;
            0   40     1           path  Ljavax/swing/tree/TreePath;
            0   40     2  onlyIfVisible  Z
            0   40     3   shouldCreate  Z
            2   39     4           node  Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
           10   11     5          paths  Ljava/util/Stack<Ljavax/swing/tree/TreePath;>;
           12   39     5          paths  Ljava/util/Stack<Ljavax/swing/tree/TreePath;>;
      Exception table:
        from    to  target  type
          12    25      32  any
          28    32      32  any
    MethodParameters:
               Name  Flags
      path           
      onlyIfVisible  
      shouldCreate   
}
SourceFile: "FixedHeightLayoutCache.java"
NestMembers:
  javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode  javax.swing.tree.FixedHeightLayoutCache$SearchInfo  javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration
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
  private VisibleFHTreeStateNodeEnumeration = javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration of javax.swing.tree.FixedHeightLayoutCache