public class javax.swing.tree.VariableHeightLayoutCache extends javax.swing.tree.AbstractLayoutCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.tree.VariableHeightLayoutCache
  super_class: javax.swing.tree.AbstractLayoutCache
{
  private java.util.Vector<java.lang.Object> visibleNodes;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Vector<Ljava/lang/Object;>;

  private boolean updateNodeSizes;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.tree.VariableHeightLayoutCache$TreeStateNode root;
    descriptor: Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    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.VariableHeightLayoutCache$TreeStateNode> treePathMapping;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Hashtable<Ljavax/swing/tree/TreePath;Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;>;

  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=3, locals=1, args_size=1
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
         0: .line 95
            aload 0 /* this */
            invokespecial javax.swing.tree.AbstractLayoutCache.<init>:()V
         1: .line 96
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield javax.swing.tree.VariableHeightLayoutCache.tempStacks:Ljava/util/Stack;
         2: .line 97
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
         3: .line 98
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield javax.swing.tree.VariableHeightLayoutCache.boundsBuffer:Ljava/awt/Rectangle;
         4: .line 99
            aload 0 /* this */
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            putfield javax.swing.tree.VariableHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
         5: .line 100
            return
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;

  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.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreeModel newModel
         0: .line 110
            aload 0 /* this */
            aload 1 /* newModel */
            invokespecial javax.swing.tree.AbstractLayoutCache.setModel:(Ljavax/swing/tree/TreeModel;)V
         1: .line 111
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.rebuild:(Z)V
         2: .line 112
            return
        end local 1 // javax.swing.tree.TreeModel newModel
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    3     1  newModel  Ljavax/swing/tree/TreeModel;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(description = "The TreeModel that will provide the data.")
    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.VariableHeightLayoutCache this
        start local 1 // boolean rootVisible
         0: .line 124
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isRootVisible:()Z
            iload 1 /* rootVisible */
            if_icmpeq 17
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            ifnull 17
         1: .line 125
            iload 1 /* rootVisible */
            ifeq 5
         2: .line 126
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:(I)V
         3: .line 127
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            iconst_0
            invokevirtual java.util.Vector.insertElementAt:(Ljava/lang/Object;I)V
         4: .line 128
            goto 11
         5: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifle 11
         6: .line 130
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            iconst_0
            invokevirtual java.util.Vector.removeElementAt:(I)V
         7: .line 131
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 11
         8: .line 132
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
         9: .line 133
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
        10: .line 132
            invokeinterface javax.swing.tree.TreeSelectionModel.removeSelectionPath:(Ljavax/swing/tree/TreePath;)V
        11: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 13
        12: .line 136
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        13: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            ifle 15
        14: .line 138
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.setYOrigin:(I)V
        15: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        16: .line 140
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        17: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* rootVisible */
            invokespecial javax.swing.tree.AbstractLayoutCache.setRootVisible:(Z)V
        18: .line 143
            return
        end local 1 // boolean rootVisible
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   19     1  rootVisible  Z
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(description = "Whether or not the root node from the TreeModel is visible.")
    MethodParameters:
             Name  Flags
      rootVisible  

  public void setRowHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int rowHeight
         0: .line 155
            iload 1 /* rowHeight */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowHeight:()I
            if_icmpeq 4
         1: .line 156
            aload 0 /* this */
            iload 1 /* rowHeight */
            invokespecial javax.swing.tree.AbstractLayoutCache.setRowHeight:(I)V
         2: .line 157
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.invalidateSizes:()V
         3: .line 158
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
         4: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int rowHeight
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    5     1  rowHeight  I
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(description = "The height of each cell.")
    MethodParameters:
           Name  Flags
      rowHeight  

  public void setNodeDimensions(javax.swing.tree.AbstractLayoutCache$NodeDimensions);
    descriptor: (Ljavax/swing/tree/AbstractLayoutCache$NodeDimensions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.AbstractLayoutCache$NodeDimensions nd
         0: .line 167
            aload 0 /* this */
            aload 1 /* nd */
            invokespecial javax.swing.tree.AbstractLayoutCache.setNodeDimensions:(Ljavax/swing/tree/AbstractLayoutCache$NodeDimensions;)V
         1: .line 168
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.invalidateSizes:()V
         2: .line 169
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
         3: .line 170
            return
        end local 1 // javax.swing.tree.AbstractLayoutCache$NodeDimensions nd
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    4     1    nd  Ljavax/swing/tree/AbstractLayoutCache$NodeDimensions;
    MethodParameters:
      Name  Flags
      nd    

  public void setExpandedState(javax.swing.tree.TreePath, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // boolean isExpanded
         0: .line 179
            aload 1 /* path */
            ifnull 7
         1: .line 180
            iload 2 /* isExpanded */
            ifeq 3
         2: .line 181
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded:(Ljavax/swing/tree/TreePath;Z)V
            goto 7
         3: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_0
            iconst_1
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* node */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         4: .line 185
            aload 3 /* node */
            ifnull 7
         5: .line 186
            aload 3 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.makeVisible:()V
         6: .line 187
            aload 3 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.collapse:()V
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         7: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isExpanded
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    8     1        path  Ljavax/swing/tree/TreePath;
            0    8     2  isExpanded  Z
            4    7     3        node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    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.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 198
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         1: .line 200
            aload 2 /* node */
            ifnull 3
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 2
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifeq 2
            iconst_1
            goto 4
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
         2: iconst_0
            goto 4
         3: .line 201
      StackMap locals:
      StackMap stack:
            iconst_0
         4: .line 200
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    5     1  path  Ljavax/swing/tree/TreePath;
            1    5     2  node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    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=4, args_size=3
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // java.awt.Rectangle placeIn
         0: .line 214
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* node */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         1: .line 216
            aload 3 /* node */
            ifnull 5
         2: .line 217
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:Z
            ifeq 4
         3: .line 218
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:(Z)V
         4: .line 219
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 3 /* node */
            aload 2 /* placeIn */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getNodeBounds:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
         5: .line 221
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 2 // java.awt.Rectangle placeIn
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    6     1     path  Ljavax/swing/tree/TreePath;
            0    6     2  placeIn  Ljava/awt/Rectangle;
            1    6     3     node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
         Name  Flags
      path     
      placeIn  

  public javax.swing.tree.TreePath getPathForRow(int);
    descriptor: (I)Ljavax/swing/tree/TreePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int row
         0: .line 233
            iload 1 /* row */
            iflt 2
            iload 1 /* row */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            if_icmpge 2
         1: .line 234
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
            areturn
         2: .line 236
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int row
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    3     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=3, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 248
            aload 1 /* path */
            ifnonnull 2
         1: .line 249
            iconst_m1
            ireturn
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* visNode */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode visNode
         3: .line 253
            aload 2 /* visNode */
            ifnull 5
         4: .line 254
            aload 2 /* visNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            ireturn
         5: .line 255
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode visNode
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    6     1     path  Ljavax/swing/tree/TreePath;
            3    6     2  visNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public int getRowCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
         0: .line 263
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ireturn
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;

  public void invalidatePathBounds(javax.swing.tree.TreePath);
    descriptor: (Ljavax/swing/tree/TreePath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 273
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         1: .line 275
            aload 2 /* node */
            ifnull 5
         2: .line 276
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.markSizeInvalid:()V
         3: .line 277
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 5
         4: .line 278
            aload 0 /* this */
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
         5: .line 280
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            return
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    6     1  path  Ljavax/swing/tree/TreePath;
            1    6     2  node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public int getPreferredHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
         0: .line 288
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            istore 1 /* rowCount */
        start local 1 // int rowCount
         1: .line 290
            iload 1 /* rowCount */
            ifle 4
         2: .line 291
            aload 0 /* this */
            iload 1 /* rowCount */
            iconst_1
            isub
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         3: .line 293
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getYOrigin:()I
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredHeight:()I
            iadd
            ireturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         4: .line 295
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int rowCount
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/swing/tree/VariableHeightLayoutCache;
            1    5     1  rowCount  I
            3    4     2      node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;

  public int getPreferredWidth(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // java.awt.Rectangle bounds
         0: .line 305
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:Z
            ifeq 2
         1: .line 306
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:(Z)V
         2: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getMaxNodeWidth:()I
            ireturn
        end local 1 // java.awt.Rectangle bounds
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    3     1  bounds  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      bounds  

  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.VariableHeightLayoutCache this
        start local 1 // int x
        start local 2 // int y
         0: .line 324
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            ifne 2
         1: .line 325
            aconst_null
            areturn
         2: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:Z
            ifeq 4
         3: .line 328
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:(Z)V
         4: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* y */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowContainingYLocation:(I)I
            istore 3 /* row */
        start local 3 // int row
         5: .line 332
            aload 0 /* this */
            iload 3 /* row */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getTreePath:()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.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    6     1     x  I
            0    6     2     y  I
            5    6     3   row  I
    MethodParameters:
      Name  Flags
      x     
      y     

  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=4, locals=3, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 345
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         1: .line 347
            aload 2 /* node */
            ifnull 3
         2: .line 348
            new javax.swing.tree.VariableHeightLayoutCache$VisibleTreeStateNodeEnumeration
            dup
            aload 0 /* this */
            aload 2 /* node */
            invokespecial javax.swing.tree.VariableHeightLayoutCache$VisibleTreeStateNodeEnumeration.<init>:(Ljavax/swing/tree/VariableHeightLayoutCache;Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;)V
            areturn
         3: .line 350
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aconst_null
            areturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    4     1  path  Ljavax/swing/tree/TreePath;
            1    4     2  node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    Signature: (Ljavax/swing/tree/TreePath;)Ljava/util/Enumeration<Ljavax/swing/tree/TreePath;>;
    MethodParameters:
      Name  Flags
      path  

  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.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 358
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* node */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         1: .line 360
            aload 2 /* node */
            ifnull 2
            aload 2 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getVisibleChildCount:()I
            goto 3
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    4     1  path  Ljavax/swing/tree/TreePath;
            1    4     2  node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public void invalidateSizes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
         0: .line 368
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            ifnull 2
         1: .line 369
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.deepMarkSizeInvalid:()V
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 4
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifle 4
         3: .line 371
            aload 0 /* this */
            iconst_1
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:(Z)V
         4: .line 373
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;

  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.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
         0: .line 382
            aload 1 /* path */
            ifnull 4
         1: .line 383
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 2 /* lastNode */
        start local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode lastNode
         2: .line 385
            aload 2 /* lastNode */
            ifnull 3
            aload 2 /* lastNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode lastNode
         4: .line 387
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // javax.swing.tree.TreePath path
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    5     1      path  Ljavax/swing/tree/TreePath;
            2    4     2  lastNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
      Name  Flags
      path  

  public void treeNodesChanged(javax.swing.event.TreeModelEvent);
    descriptor: (Ljavax/swing/event/TreeModelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 411
            aload 1 /* e */
            ifnull 28
         1: .line 412
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         2: .line 413
            aload 0 /* this */
         3: .line 414
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.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
         4: .line 413
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* changedNode */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedNode
         5: .line 416
            aload 3 /* changedNode */
            ifnull 28
         6: .line 417
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getValue:()Ljava/lang/Object;
            astore 4 /* changedValue */
        start local 4 // java.lang.Object changedValue
         7: .line 421
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
         8: .line 422
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.hasBeenExpanded:()Z
            ifeq 21
            aload 2 /* changedIndexs */
            ifnull 21
         9: .line 423
            aload 2 /* changedIndexs */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 19
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode java.lang.Object top int int int[]
      StackMap stack:
        10: aload 8
            iload 6
            iaload
            istore 5 /* index */
        start local 5 // int index
        11: .line 424
            aload 3 /* changedNode */
        12: .line 425
            iload 5 /* index */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
        13: .line 424
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 9 /* changedChildNode */
        start local 9 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedChildNode
        14: .line 427
            aload 9 /* changedChildNode */
        15: .line 428
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 4 /* changedValue */
            iload 5 /* index */
            invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
        16: .line 427
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.setUserObject:(Ljava/lang/Object;)V
        17: .line 429
            aload 9 /* changedChildNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        end local 9 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedChildNode
        end local 5 // int index
        18: .line 423
            iinc 6 1
      StackMap locals:
      StackMap stack:
        19: iload 6
            iload 7
            if_icmplt 10
        20: .line 431
            goto 23
        21: .line 432
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode java.lang.Object
      StackMap stack:
            aload 3 /* changedNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 23
        22: .line 434
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        23: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 27
        24: .line 437
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            istore 5 /* aRow */
        start local 5 // int aRow
        25: .line 439
            iload 5 /* aRow */
            iconst_m1
            if_icmpeq 27
        26: .line 440
            aload 0 /* this */
            iload 5 /* aRow */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        end local 5 // int aRow
        27: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        end local 4 // java.lang.Object changedValue
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedNode
        end local 2 // int[] changedIndexs
        28: .line 445
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   29     0              this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   29     1                 e  Ljavax/swing/event/TreeModelEvent;
            2   28     2     changedIndexs  [I
            5   28     3       changedNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            7   28     4      changedValue  Ljava/lang/Object;
           11   18     5             index  I
           14   18     9  changedChildNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           25   27     5              aRow  I
    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=10, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 458
            aload 1 /* e */
            ifnull 44
         1: .line 459
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         2: .line 460
            aload 0 /* this */
         3: .line 461
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.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
         4: .line 460
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* changedParentNode */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedParentNode
         5: .line 465
            aload 3 /* changedParentNode */
            ifnull 44
            aload 2 /* changedIndexs */
            ifnull 44
         6: .line 466
            aload 2 /* changedIndexs */
            arraylength
            ifle 44
         7: .line 467
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.hasBeenExpanded:()Z
            ifeq 38
         8: .line 468
            aload 3 /* changedParentNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 10
         9: .line 469
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.rootVisible:Z
            ifeq 13
        10: .line 470
      StackMap locals: int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_m1
            if_icmpeq 12
        11: .line 471
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifne 13
        12: .line 468
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack:
        13: iconst_1
      StackMap locals:
      StackMap stack: int
        14: istore 4 /* makeVisible */
        start local 4 // boolean makeVisible
        15: .line 472
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildCount:()I
            istore 5 /* oldChildCount */
        start local 5 // int oldChildCount
        16: .line 474
            aload 2 /* changedIndexs */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 20
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int top int int int[]
      StackMap stack:
        17: aload 9
            iload 7
            iaload
            istore 6 /* index */
        start local 6 // int index
        18: .line 476
            aload 0 /* this */
            aload 3 /* changedParentNode */
            iload 6 /* index */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.createNodeAt:(Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            pop
        end local 6 // int index
        19: .line 474
            iinc 7 1
      StackMap locals:
      StackMap stack:
        20: iload 7
            iload 8
            if_icmplt 17
        21: .line 479
            iload 5 /* oldChildCount */
            ifne 23
        22: .line 481
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        23: .line 483
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 25
        24: .line 484
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        25: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 35
            iload 4 /* makeVisible */
            ifne 28
        26: .line 488
            iload 5 /* oldChildCount */
            ifne 35
        27: .line 489
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 35
        28: .line 490
      StackMap locals:
      StackMap stack:
            aload 3 /* changedParentNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 30
        29: .line 491
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
            goto 33
        30: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* changedParentNode */
        31: .line 494
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
        32: .line 493
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        33: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        34: .line 496
            goto 44
        35: .line 497
      StackMap locals:
      StackMap stack:
            iload 4 /* makeVisible */
            ifeq 44
        36: .line 498
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        end local 5 // int oldChildCount
        end local 4 // boolean makeVisible
        37: .line 499
            goto 44
        38: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getValue:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
        39: .line 501
            aload 2 /* changedIndexs */
            arraylength
        40: .line 500
            isub
            ifne 44
        41: .line 502
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        42: .line 503
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 44
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 44
        43: .line 504
            aload 0 /* this */
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedParentNode
        end local 2 // int[] changedIndexs
        44: .line 508
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   45     0               this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   45     1                  e  Ljavax/swing/event/TreeModelEvent;
            2   44     2      changedIndexs  [I
            5   44     3  changedParentNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           15   37     4        makeVisible  Z
           16   37     5      oldChildCount  I
           18   19     6              index  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.VariableHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 524
            aload 1 /* e */
            ifnull 52
         1: .line 528
            aload 1 /* e */
            invokevirtual javax.swing.event.TreeModelEvent.getChildIndices:()[I
            astore 2 /* changedIndexs */
        start local 2 // int[] changedIndexs
         2: .line 529
            aload 0 /* this */
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.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
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* changedParentNode */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedParentNode
         3: .line 532
            aload 3 /* changedParentNode */
            ifnull 52
            aload 2 /* changedIndexs */
            ifnull 52
         4: .line 533
            aload 2 /* changedIndexs */
            arraylength
            ifle 52
         5: .line 534
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.hasBeenExpanded:()Z
            ifeq 48
         6: .line 540
            aload 3 /* changedParentNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 8
         7: .line 541
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.rootVisible:Z
            ifeq 11
         8: .line 542
      StackMap locals: int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_m1
            if_icmpeq 10
         9: .line 543
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifne 11
        10: .line 540
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: istore 4 /* makeInvisible */
        start local 4 // boolean makeInvisible
        13: .line 544
            aload 2 /* changedIndexs */
            arraylength
            iconst_1
            isub
            istore 5 /* counter */
        start local 5 // int counter
        14: goto 26
        15: .line 546
      StackMap locals: int int
      StackMap stack:
            aload 3 /* changedParentNode */
        16: .line 547
            aload 2 /* changedIndexs */
            iload 5 /* counter */
            iaload
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
        17: .line 546
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 7 /* removedNode */
        start local 7 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode removedNode
        18: .line 548
            aload 7 /* removedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifeq 20
        19: .line 549
            aload 7 /* removedNode */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.collapse:(Z)V
        20: .line 553
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int top javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            iload 4 /* makeInvisible */
            ifeq 24
        21: .line 554
            aload 7 /* removedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            istore 6 /* removedRow */
        start local 6 // int removedRow
        22: .line 555
            iload 6 /* removedRow */
            iconst_m1
            if_icmpeq 24
        23: .line 556
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            iload 6 /* removedRow */
            invokevirtual java.util.Vector.removeElementAt:(I)V
        end local 6 // int removedRow
        24: .line 559
      StackMap locals:
      StackMap stack:
            aload 3 /* changedParentNode */
            aload 2 /* changedIndexs */
            iload 5 /* counter */
            iaload
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.remove:(I)V
        25: .line 545
            iinc 5 /* counter */ -1
        end local 7 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode removedNode
        26: .line 544
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent int[] javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int
      StackMap stack:
            iload 5 /* counter */
            ifge 15
        27: .line 561
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildCount:()I
            ifne 32
        28: .line 563
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        29: .line 564
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifeq 32
        30: .line 565
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isLeaf:()Z
            ifeq 32
        31: .line 567
            aload 3 /* changedParentNode */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.collapse:(Z)V
        32: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 34
        33: .line 571
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.resetRowSelection:()V
        34: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 45
            iload 4 /* makeInvisible */
            ifne 37
        35: .line 575
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildCount:()I
            ifne 45
        36: .line 576
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 45
        37: .line 577
      StackMap locals:
      StackMap stack:
            aload 3 /* changedParentNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 42
        38: .line 581
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            ifle 40
        39: .line 582
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.setYOrigin:(I)V
        40: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        41: .line 584
            goto 43
        42: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        43: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        44: .line 588
            goto 52
        45: .line 589
      StackMap locals:
      StackMap stack:
            iload 4 /* makeInvisible */
            ifeq 52
        46: .line 590
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        end local 5 // int counter
        end local 4 // boolean makeInvisible
        47: .line 591
            goto 52
        48: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getValue:()Ljava/lang/Object;
            invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
            ifne 52
        49: .line 594
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:()V
        50: .line 595
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 52
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifeq 52
        51: .line 596
            aload 0 /* this */
            aload 3 /* changedParentNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedParentNode
        end local 2 // int[] changedIndexs
        52: .line 600
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   53     0               this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   53     1                  e  Ljavax/swing/event/TreeModelEvent;
            2   52     2      changedIndexs  [I
            3   52     3  changedParentNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           13   47     4      makeInvisible  Z
           14   47     5            counter  I
           22   24     6         removedRow  I
           18   26     7        removedNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    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=10, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.event.TreeModelEvent e
         0: .line 615
            aload 1 /* e */
            ifnull 35
         1: .line 617
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.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 620
            aload 0 /* this */
            aload 2 /* changedPath */
            iconst_0
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* changedNode */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedNode
         3: .line 624
            aload 3 /* changedNode */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpeq 8
         4: .line 625
            aload 3 /* changedNode */
            ifnonnull 10
         5: .line 626
            aload 2 /* changedPath */
            ifnonnull 7
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            ifnull 7
         6: .line 627
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            invokeinterface javax.swing.tree.TreeModel.getRoot:()Ljava/lang/Object;
            ifnull 8
         7: .line 628
      StackMap locals: javax.swing.tree.TreePath javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 2 /* changedPath */
            ifnull 10
            aload 2 /* changedPath */
            invokevirtual javax.swing.tree.TreePath.getPathCount:()I
            iconst_1
            if_icmpne 10
         8: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.rebuild:(Z)V
         9: .line 630
            goto 35
        10: .line 631
      StackMap locals:
      StackMap stack:
            aload 3 /* changedNode */
            ifnull 35
        11: .line 637
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            istore 7 /* wasExpanded */
        start local 7 // boolean wasExpanded
        12: .line 638
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_m1
            if_icmpeq 13
            iconst_1
            goto 14
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent javax.swing.tree.TreePath javax.swing.tree.VariableHeightLayoutCache$TreeStateNode top top top int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 8 /* wasVisible */
        start local 8 // boolean wasVisible
        15: .line 640
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 6 /* parent */
        start local 6 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode parent
        16: .line 641
            aload 6 /* parent */
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getIndex:(Ljavax/swing/tree/TreeNode;)I
            istore 4 /* nodeIndex */
        start local 4 // int nodeIndex
        17: .line 642
            iload 8 /* wasVisible */
            ifeq 19
            iload 7 /* wasExpanded */
            ifeq 19
        18: .line 643
            aload 3 /* changedNode */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.collapse:(Z)V
        19: .line 645
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent javax.swing.tree.TreePath javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int top javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int
      StackMap stack:
            iload 8 /* wasVisible */
            ifeq 21
        20: .line 646
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            aload 3 /* changedNode */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
        21: .line 647
      StackMap locals:
      StackMap stack:
            aload 3 /* changedNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.removeFromParent:()V
        22: .line 648
            aload 0 /* this */
            aload 6 /* parent */
            iload 4 /* nodeIndex */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.createNodeAt:(Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            pop
        23: .line 649
            aload 6 /* parent */
            iload 4 /* nodeIndex */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 5 /* newNode */
        start local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode newNode
        24: .line 650
            iload 8 /* wasVisible */
            ifeq 26
            iload 7 /* wasExpanded */
            ifeq 26
        25: .line 651
            aload 5 /* newNode */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand:(Z)V
        26: .line 652
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent javax.swing.tree.TreePath javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int javax.swing.tree.VariableHeightLayoutCache$TreeStateNode javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int
      StackMap stack:
            aload 5 /* newNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            istore 9 /* newIndex */
        start local 9 // int newIndex
        27: .line 653
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 33
            iload 8 /* wasVisible */
            ifeq 33
        28: .line 654
            iload 9 /* newIndex */
            ifne 30
        29: .line 655
            aload 0 /* this */
            iload 9 /* newIndex */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
            goto 31
        30: .line 657
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* newIndex */
            iconst_1
            isub
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        31: .line 658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        32: .line 659
            goto 35
        33: .line 660
      StackMap locals:
      StackMap stack:
            iload 8 /* wasVisible */
            ifeq 35
        34: .line 661
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        end local 9 // int newIndex
        end local 8 // boolean wasVisible
        end local 7 // boolean wasExpanded
        end local 6 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode parent
        end local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode newNode
        end local 4 // int nodeIndex
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode changedNode
        end local 2 // javax.swing.tree.TreePath changedPath
        35: .line 664
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.event.TreeModelEvent
      StackMap stack:
            return
        end local 1 // javax.swing.event.TreeModelEvent e
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   36     0         this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   36     1            e  Ljavax/swing/event/TreeModelEvent;
            2   35     2  changedPath  Ljavax/swing/tree/TreePath;
            3   35     3  changedNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           17   35     4    nodeIndex  I
           24   35     5      newNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           16   35     6       parent  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           12   35     7  wasExpanded  Z
           15   35     8   wasVisible  Z
           27   35     9     newIndex  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.VariableHeightLayoutCache this
         0: .line 672
            return
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;

  private void addMapping(javax.swing.tree.VariableHeightLayoutCache$TreeStateNode);
    descriptor: (Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         0: .line 678
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            aload 1 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.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 679
            return
        end local 1 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    2     1  node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
      Name  Flags
      node  

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

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

  private java.awt.Rectangle getBounds(int, java.awt.Rectangle);
    descriptor: (ILjava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int row
        start local 2 // java.awt.Rectangle placeIn
         0: .line 702
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:Z
            ifeq 2
         1: .line 703
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:(Z)V
         2: .line 705
      StackMap locals:
      StackMap stack:
            iload 1 /* row */
            iflt 4
            iload 1 /* row */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            if_icmpge 4
         3: .line 706
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            aload 2 /* placeIn */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getNodeBounds:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
         4: .line 708
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.awt.Rectangle placeIn
        end local 1 // int row
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    5     1      row  I
            0    5     2  placeIn  Ljava/awt/Rectangle;
    MethodParameters:
         Name  Flags
      row      
      placeIn  

  private void rebuild(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // boolean clearSelection
         0: .line 718
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treePathMapping:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.clear:()V
         1: .line 719
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            ifnull 19
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            invokeinterface javax.swing.tree.TreeModel.getRoot:()Ljava/lang/Object;
            dup
            astore 2 /* rootObject */
        start local 2 // java.lang.Object rootObject
         2: ifnull 19
         3: .line 720
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* rootObject */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.createNodeForValue:(Ljava/lang/Object;)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            putfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
         4: .line 721
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            new javax.swing.tree.TreePath
            dup
            aload 2 /* rootObject */
            invokespecial javax.swing.tree.TreePath.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.path:Ljavax/swing/tree/TreePath;
         5: .line 722
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.addMapping:(Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;)V
         6: .line 723
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:(I)V
         7: .line 724
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.removeAllElements:()V
         8: .line 725
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isRootVisible:()Z
            ifeq 10
         9: .line 726
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        10: .line 727
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifne 12
        11: .line 728
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand:()V
            goto 21
        12: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.children:()Ljava/util/Enumeration;
            astore 3 /* cursor */
        start local 3 // java.util.Enumeration cursor
        13: .line 731
            goto 15
        14: .line 732
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            aload 3 /* cursor */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        15: .line 731
      StackMap locals:
      StackMap stack:
            aload 3 /* cursor */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 14
        16: .line 734
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifne 21
        17: .line 735
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.updateYLocationsFrom:(I)V
        end local 3 // java.util.Enumeration cursor
        18: .line 737
            goto 21
        end local 2 // java.lang.Object rootObject
        19: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.removeAllElements:()V
        20: .line 740
            aload 0 /* this */
            aconst_null
            putfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
        21: .line 742
      StackMap locals:
      StackMap stack:
            iload 1 /* clearSelection */
            ifeq 23
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            ifnull 23
        22: .line 743
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeSelectionModel:Ljavax/swing/tree/TreeSelectionModel;
            invokeinterface javax.swing.tree.TreeSelectionModel.clearSelection:()V
        23: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.visibleNodesChanged:()V
        24: .line 746
            return
        end local 1 // boolean clearSelection
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   25     1  clearSelection  Z
            2   19     2      rootObject  Ljava/lang/Object;
           13   18     3          cursor  Ljava/util/Enumeration<*>;
    MethodParameters:
                Name  Flags
      clearSelection  

  private javax.swing.tree.VariableHeightLayoutCache$TreeStateNode createNodeAt(javax.swing.tree.VariableHeightLayoutCache$TreeStateNode, int);
    descriptor: (Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode parent
        start local 2 // int childIndex
         0: .line 764
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getValue:()Ljava/lang/Object;
            iload 2 /* childIndex */
            invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 4 /* newValue */
        start local 4 // java.lang.Object newValue
         1: .line 765
            aload 0 /* this */
            aload 4 /* newValue */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.createNodeForValue:(Ljava/lang/Object;)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 5 /* newChildNode */
        start local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode newChildNode
         2: .line 766
            aload 1 /* parent */
            aload 5 /* newChildNode */
            iload 2 /* childIndex */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.insert:(Ljavax/swing/tree/MutableTreeNode;I)V
         3: .line 767
            aload 5 /* newChildNode */
            iconst_m1
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:(I)V
         4: .line 768
            aload 1 /* parent */
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.root:Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int top java.lang.Object javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* isParentRoot */
        start local 3 // boolean isParentRoot
         7: .line 769
            aload 5 /* newChildNode */
            ifnull 23
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isExpanded:()Z
            ifeq 23
         8: .line 770
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_m1
            if_icmpne 9
            iload 3 /* isParentRoot */
            ifeq 23
         9: .line 774
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int java.lang.Object javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            iload 2 /* childIndex */
            ifne 15
        10: .line 775
            iload 3 /* isParentRoot */
            ifeq 13
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isRootVisible:()Z
            ifne 13
        11: .line 776
            iconst_0
            istore 6 /* newRow */
        start local 6 // int newRow
        12: goto 22
        end local 6 // int newRow
        13: .line 778
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_1
            iadd
            istore 6 /* newRow */
        start local 6 // int newRow
        14: .line 779
            goto 22
        end local 6 // int newRow
        15: .line 780
      StackMap locals:
      StackMap stack:
            iload 2 /* childIndex */
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildCount:()I
            if_icmpne 18
        16: .line 781
            aload 1 /* parent */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getLastVisibleNode:()Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_1
            iadd
            istore 6 /* newRow */
        start local 6 // int newRow
        17: goto 22
        end local 6 // int newRow
        18: .line 785
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
        19: .line 786
            iload 2 /* childIndex */
            iconst_1
            isub
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
        20: .line 785
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 7 /* previousNode */
        start local 7 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode previousNode
        21: .line 787
            aload 7 /* previousNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getLastVisibleNode:()Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getRow:()I
            iconst_1
            iadd
            istore 6 /* newRow */
        end local 7 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode previousNode
        start local 6 // int newRow
        22: .line 789
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            aload 5 /* newChildNode */
            iload 6 /* newRow */
            invokevirtual java.util.Vector.insertElementAt:(Ljava/lang/Object;I)V
        end local 6 // int newRow
        23: .line 791
      StackMap locals:
      StackMap stack:
            aload 5 /* newChildNode */
            areturn
        end local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode newChildNode
        end local 4 // java.lang.Object newValue
        end local 3 // boolean isParentRoot
        end local 2 // int childIndex
        end local 1 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode parent
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   24     0          this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   24     1        parent  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            0   24     2    childIndex  I
            7   24     3  isParentRoot  Z
            1   24     4      newValue  Ljava/lang/Object;
            2   24     5  newChildNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           12   13     6        newRow  I
           14   15     6        newRow  I
           17   18     6        newRow  I
           22   23     6        newRow  I
           21   22     7  previousNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
            Name  Flags
      parent      
      childIndex  

  private javax.swing.tree.VariableHeightLayoutCache$TreeStateNode getNodeForPath(javax.swing.tree.TreePath, boolean, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath path
        start local 2 // boolean onlyIfVisible
        start local 3 // boolean shouldCreate
         0: .line 802
            aload 1 /* path */
            ifnull 47
         1: .line 805
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getMapping:(Ljavax/swing/tree/TreePath;)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 4 /* node */
        start local 4 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         2: .line 806
            aload 4 /* node */
            ifnull 6
         3: .line 807
            iload 2 /* onlyIfVisible */
            ifeq 5
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifne 5
         4: .line 808
            aconst_null
            areturn
         5: .line 809
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 4 /* node */
            areturn
         6: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.tempStacks:Ljava/util/Stack;
            invokevirtual java.util.Stack.size:()I
            ifne 9
         7: .line 816
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            astore 5 /* paths */
        start local 5 // java.util.Stack paths
         8: .line 817
            goto 10
        end local 5 // java.util.Stack paths
         9: .line 819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.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
        10: .line 823
      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
        11: .line 824
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* path */
        12: .line 825
            aconst_null
            astore 4 /* node */
        13: .line 826
            goto 39
        14: .line 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getMapping:(Ljavax/swing/tree/TreePath;)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 4 /* node */
        15: .line 828
            aload 4 /* node */
            ifnull 37
        16: .line 831
            goto 32
        17: .line 832
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            checkcast javax.swing.tree.TreePath
            astore 1 /* path */
        18: .line 833
            aload 4 /* node */
            iload 3 /* shouldCreate */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getLoadedChildren:(Z)Ljava/util/Enumeration;
            pop
        19: .line 835
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
        20: .line 836
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getUserObject:()Ljava/lang/Object;
        21: .line 837
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getLastPathComponent:()Ljava/lang/Object;
        22: .line 836
            invokeinterface javax.swing.tree.TreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I
        23: .line 835
            istore 6 /* childIndex */
        start local 6 // int childIndex
        24: .line 839
            iload 6 /* childIndex */
            iconst_m1
            if_icmpeq 27
        25: .line 840
            iload 6 /* childIndex */
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildCount:()I
            if_icmpge 27
        26: .line 841
            iload 2 /* onlyIfVisible */
            ifeq 29
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.isVisible:()Z
            ifne 29
        27: .line 842
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 4 /* node */
        28: .line 843
            goto 32
        29: .line 845
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
        30: .line 846
            iload 6 /* childIndex */
        31: .line 845
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getChildAt:(I)Ljavax/swing/tree/TreeNode;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 4 /* node */
        end local 6 // int childIndex
        32: .line 831
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            ifnull 33
            aload 5 /* paths */
            invokevirtual java.util.Stack.size:()I
            ifgt 17
        33: .line 848
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            astore 8
        34: .line 855
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        35: .line 856
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        36: .line 848
            aload 8
            areturn
        37: .line 850
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            aload 1 /* path */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        38: .line 851
            aload 1 /* path */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* path */
        39: .line 826
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            ifnonnull 14
        40: .line 853
            goto 45
        41: .line 854
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        42: .line 855
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        43: .line 856
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        44: .line 857
            aload 7
            athrow
        45: .line 855
      StackMap locals:
      StackMap stack:
            aload 5 /* paths */
            invokevirtual java.util.Stack.removeAllElements:()V
        46: .line 856
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.tempStacks:Ljava/util/Stack;
            aload 5 /* paths */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.util.Stack paths
        end local 4 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        47: .line 861
      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.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   48     0           this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   48     1           path  Ljavax/swing/tree/TreePath;
            0   48     2  onlyIfVisible  Z
            0   48     3   shouldCreate  Z
            2   47     4           node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            8    9     5          paths  Ljava/util/Stack<Ljavax/swing/tree/TreePath;>;
           10   47     5          paths  Ljava/util/Stack<Ljavax/swing/tree/TreePath;>;
           24   32     6     childIndex  I
      Exception table:
        from    to  target  type
          10    34      41  any
          37    41      41  any
    MethodParameters:
               Name  Flags
      path           
      onlyIfVisible  
      shouldCreate   

  private void updateYLocationsFrom(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int location
         0: .line 869
            iload 1 /* location */
            iflt 14
            iload 1 /* location */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            if_icmpge 14
         1: .line 873
            aload 0 /* this */
            iload 1 /* location */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 5 /* aNode */
        start local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode aNode
         2: .line 874
            aload 5 /* aNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getYOrigin:()I
            aload 5 /* aNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredHeight:()I
            iadd
            istore 4 /* newYOrigin */
        start local 4 // int newYOrigin
         3: .line 875
            iload 1 /* location */
            iconst_1
            iadd
            istore 2 /* counter */
        start local 2 // int counter
         4: aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 3 /* maxCounter */
        start local 3 // int maxCounter
         5: .line 876
            goto 12
         6: .line 877
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache int int int int javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
         7: .line 878
            iload 2 /* counter */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
         8: .line 877
            astore 5 /* aNode */
         9: .line 879
            aload 5 /* aNode */
            iload 4 /* newYOrigin */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.setYOrigin:(I)V
        10: .line 880
            iload 4 /* newYOrigin */
            aload 5 /* aNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredHeight:()I
            iadd
            istore 4 /* newYOrigin */
        11: .line 876
            iinc 2 /* counter */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* counter */
            iload 3 /* maxCounter */
        13: .line 875
            if_icmplt 6
        end local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode aNode
        end local 4 // int newYOrigin
        end local 3 // int maxCounter
        end local 2 // int counter
        14: .line 883
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache int
      StackMap stack:
            return
        end local 1 // int location
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   15     1    location  I
            4   14     2     counter  I
            5   14     3  maxCounter  I
            3   14     4  newYOrigin  I
            2   14     5       aNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
          Name  Flags
      location  

  private void updateNodeSizes(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // boolean updateAll
         0: .line 897
            aload 0 /* this */
            iconst_0
            putfield javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes:Z
         1: .line 898
            iconst_0
            dup
            istore 3 /* counter */
        start local 3 // int counter
         2: istore 2 /* aY */
        start local 2 // int aY
         3: aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 4 /* maxCounter */
        start local 4 // int maxCounter
         4: .line 899
            goto 11
         5: .line 900
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            iload 3 /* counter */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 5 /* node */
        start local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         6: .line 901
            aload 5 /* node */
            iload 2 /* aY */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.setYOrigin:(I)V
         7: .line 902
            iload 1 /* updateAll */
            ifne 8
            aload 5 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.hasValidSize:()Z
            ifne 9
         8: .line 903
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            aload 5 /* node */
            iload 3 /* counter */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize:(I)V
         9: .line 904
      StackMap locals:
      StackMap stack:
            iload 2 /* aY */
            aload 5 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredHeight:()I
            iadd
            istore 2 /* aY */
        10: .line 899
            iinc 3 /* counter */ 1
        end local 5 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
      StackMap locals:
      StackMap stack:
        11: iload 3 /* counter */
            iload 4 /* maxCounter */
        12: .line 898
            if_icmplt 5
        13: .line 906
            return
        end local 4 // int maxCounter
        end local 3 // int counter
        end local 2 // int aY
        end local 1 // boolean updateAll
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   14     1   updateAll  Z
            3   14     2          aY  I
            2   14     3     counter  I
            4   14     4  maxCounter  I
            6   11     5        node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
           Name  Flags
      updateAll  

  private int getRowContainingYLocation(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int location
         0: .line 914
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            istore 2 /* rows */
        start local 2 // int rows
         1: .line 916
            iload 2 /* rows */
            ifgt 3
         2: .line 917
            iconst_m1
            ireturn
         3: .line 918
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.isFixedRowHeight:()Z
            ifeq 7
         4: .line 919
            iconst_0
            iload 2 /* rows */
            iconst_1
            isub
         5: .line 920
            iload 1 /* location */
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowHeight:()I
            idiv
         6: .line 919
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.max:(II)I
            ireturn
         7: .line 923
      StackMap locals:
      StackMap stack:
            iload 2 /* rows */
            istore 3 /* max */
        start local 3 // int max
         8: iconst_0
            istore 4 /* min */
        start local 4 // int min
         9: iconst_0
            istore 5 /* mid */
        start local 5 // int mid
        10: .line 925
            goto 20
        11: .line 926
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* max */
            iload 4 /* min */
            isub
            iconst_2
            idiv
            iload 4 /* min */
            iadd
            istore 5 /* mid */
        12: .line 927
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            iload 5 /* mid */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            astore 6 /* node */
        start local 6 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        13: .line 928
            aload 6 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getYOrigin:()I
            istore 7 /* minY */
        start local 7 // int minY
        14: .line 929
            iload 7 /* minY */
            aload 6 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredHeight:()I
            iadd
            istore 8 /* maxY */
        start local 8 // int maxY
        15: .line 930
            iload 1 /* location */
            iload 7 /* minY */
            if_icmpge 18
        16: .line 931
            iload 5 /* mid */
            iconst_1
            isub
            istore 3 /* max */
        17: .line 932
            goto 20
        18: .line 933
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache$TreeStateNode int int
      StackMap stack:
            iload 1 /* location */
            iload 8 /* maxY */
            if_icmplt 21
        19: .line 934
            iload 5 /* mid */
            iconst_1
            iadd
            istore 4 /* min */
        end local 8 // int maxY
        end local 7 // int minY
        end local 6 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        20: .line 925
      StackMap locals:
      StackMap stack:
            iload 4 /* min */
            iload 3 /* max */
            if_icmplt 11
        21: .line 939
      StackMap locals:
      StackMap stack:
            iload 4 /* min */
            iload 3 /* max */
            if_icmpne 25
        22: .line 940
            iload 4 /* min */
            istore 5 /* mid */
        23: .line 941
            iload 5 /* mid */
            iload 2 /* rows */
            if_icmplt 25
        24: .line 942
            iload 2 /* rows */
            iconst_1
            isub
            istore 5 /* mid */
        25: .line 944
      StackMap locals:
      StackMap stack:
            iload 5 /* mid */
            ireturn
        end local 5 // int mid
        end local 4 // int min
        end local 3 // int max
        end local 2 // int rows
        end local 1 // int location
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   26     1  location  I
            1   26     2      rows  I
            8   26     3       max  I
            9   26     4       min  I
           10   26     5       mid  I
           13   20     6      node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
           14   20     7      minY  I
           15   20     8      maxY  I
    MethodParameters:
          Name  Flags
      location  

  private void ensurePathIsExpanded(javax.swing.tree.TreePath, boolean);
    descriptor: (Ljavax/swing/tree/TreePath;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // javax.swing.tree.TreePath aPath
        start local 2 // boolean expandLast
         0: .line 954
            aload 1 /* aPath */
            ifnull 12
         1: .line 956
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.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 957
            aload 1 /* aPath */
            invokevirtual javax.swing.tree.TreePath.getParentPath:()Ljavax/swing/tree/TreePath;
            astore 1 /* aPath */
         3: .line 958
            iconst_1
            istore 2 /* expandLast */
         4: .line 960
      StackMap locals:
      StackMap stack:
            aload 1 /* aPath */
            ifnull 12
         5: .line 961
            aload 0 /* this */
            aload 1 /* aPath */
            iconst_0
         6: .line 962
            iconst_1
         7: .line 961
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNodeForPath:(Ljavax/swing/tree/TreePath;ZZ)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 3 /* lastNode */
        start local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode lastNode
         8: .line 964
            aload 3 /* lastNode */
            ifnull 12
         9: .line 965
            aload 3 /* lastNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.makeVisible:()V
        10: .line 966
            iload 2 /* expandLast */
            ifeq 12
        11: .line 967
            aload 3 /* lastNode */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand:()V
        end local 3 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode lastNode
        12: .line 971
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean expandLast
        end local 1 // javax.swing.tree.TreePath aPath
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0   13     1       aPath  Ljavax/swing/tree/TreePath;
            0   13     2  expandLast  Z
            8   12     3    lastNode  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    MethodParameters:
            Name  Flags
      aPath       
      expandLast  

  private javax.swing.tree.VariableHeightLayoutCache$TreeStateNode getNode(int);
    descriptor: (I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // int row
         0: .line 977
            aload 0 /* this */
            getfield javax.swing.tree.VariableHeightLayoutCache.visibleNodes:Ljava/util/Vector;
            iload 1 /* row */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            areturn
        end local 1 // int row
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    1     1   row  I
    MethodParameters:
      Name  Flags
      row   

  private int getMaxNodeWidth();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
         0: .line 984
            iconst_0
            istore 1 /* maxWidth */
        start local 1 // int maxWidth
         1: .line 989
            aload 0 /* this */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getRowCount:()I
            iconst_1
            isub
            istore 3 /* counter */
        start local 3 // int counter
         2: goto 8
         3: .line 990
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache int top int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* counter */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache.getNode:(I)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
            astore 4 /* node */
        start local 4 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
         4: .line 991
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredWidth:()I
            aload 4 /* node */
            invokevirtual javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getXOrigin:()I
            iadd
            istore 2 /* nodeWidth */
        start local 2 // int nodeWidth
         5: .line 992
            iload 2 /* nodeWidth */
            iload 1 /* maxWidth */
            if_icmple 7
         6: .line 993
            iload 2 /* nodeWidth */
            istore 1 /* maxWidth */
         7: .line 989
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache int int int javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
      StackMap stack:
            iinc 3 /* counter */ -1
        end local 4 // javax.swing.tree.VariableHeightLayoutCache$TreeStateNode node
        end local 2 // int nodeWidth
      StackMap locals: javax.swing.tree.VariableHeightLayoutCache int top int
      StackMap stack:
         8: iload 3 /* counter */
            ifge 3
         9: .line 996
            iload 1 /* maxWidth */
            ireturn
        end local 3 // int counter
        end local 1 // int maxWidth
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljavax/swing/tree/VariableHeightLayoutCache;
            1   10     1   maxWidth  I
            5    8     2  nodeWidth  I
            2   10     3    counter  I
            4    8     4       node  Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;

  private javax.swing.tree.VariableHeightLayoutCache$TreeStateNode createNodeForValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/swing/tree/VariableHeightLayoutCache$TreeStateNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.tree.VariableHeightLayoutCache this
        start local 1 // java.lang.Object value
         0: .line 1003
            new javax.swing.tree.VariableHeightLayoutCache$TreeStateNode
            dup
            aload 0 /* this */
            aload 1 /* value */
            invokespecial javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.<init>:(Ljavax/swing/tree/VariableHeightLayoutCache;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object value
        end local 0 // javax.swing.tree.VariableHeightLayoutCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/tree/VariableHeightLayoutCache;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "VariableHeightLayoutCache.java"
NestMembers:
  javax.swing.tree.VariableHeightLayoutCache$TreeStateNode  javax.swing.tree.VariableHeightLayoutCache$VisibleTreeStateNodeEnumeration
InnerClasses:
  public abstract NodeDimensions = javax.swing.tree.AbstractLayoutCache$NodeDimensions of javax.swing.tree.AbstractLayoutCache
  private TreeStateNode = javax.swing.tree.VariableHeightLayoutCache$TreeStateNode of javax.swing.tree.VariableHeightLayoutCache
  private VisibleTreeStateNodeEnumeration = javax.swing.tree.VariableHeightLayoutCache$VisibleTreeStateNodeEnumeration of javax.swing.tree.VariableHeightLayoutCache