class com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode implements javax.swing.tree.TreeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode parent;
    descriptor: Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode[] children;
    descriptor: [Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String relativePath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  final com.sun.tools.example.debug.gui.SourceTreeTool this$0;
    descriptor: Lcom/sun/tools/example/debug/gui/SourceTreeTool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.tools.example.debug.gui.SourceTreeTool, java.lang.String, com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode, java.lang.String, boolean);
    descriptor: (Lcom/sun/tools/example/debug/gui/SourceTreeTool;Ljava/lang/String;Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;Ljava/lang/String;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
        start local 2 // java.lang.String label
        start local 3 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode parent
        start local 4 // java.lang.String relativePath
        start local 5 // boolean isDirectory
         0: .line 166
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.this$0:Lcom/sun/tools/example/debug/gui/SourceTreeTool;
         1: .line 163
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 167
            aload 0 /* this */
            aload 2 /* label */
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.name:Ljava/lang/String;
         3: .line 168
            aload 0 /* this */
            aload 4 /* relativePath */
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.relativePath:Ljava/lang/String;
         4: .line 169
            aload 0 /* this */
            aload 3 /* parent */
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.parent:Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
         5: .line 170
            aload 0 /* this */
            iload 5 /* isDirectory */
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isDirectory:Z
         6: .line 171
            return
        end local 5 // boolean isDirectory
        end local 4 // java.lang.String relativePath
        end local 3 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode parent
        end local 2 // java.lang.String label
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            0    7     2         label  Ljava/lang/String;
            0    7     3        parent  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            0    7     4  relativePath  Ljava/lang/String;
            0    7     5   isDirectory  Z
    MethodParameters:
              Name  Flags
      this$0        final
      label         
      parent        
      relativePath  
      isDirectory   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 175
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  public java.lang.String getRelativePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 179
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.relativePath:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  private void expandIfNeeded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 184
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isExpanded:Z
            ifne 18
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isDirectory:Z
            ifeq 18
         1: .line 185
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.this$0:Lcom/sun/tools/example/debug/gui/SourceTreeTool;
            getfield com.sun.tools.example.debug.gui.SourceTreeTool.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.relativePath:Ljava/lang/String;
            getstatic com.sun.tools.example.debug.gui.SourceTreeTool.filter:Ljava/io/FilenameFilter;
            invokevirtual com.sun.tools.example.debug.gui.SearchPath.children:(Ljava/lang/String;Ljava/io/FilenameFilter;)[Ljava/lang/String;
            astore 1 /* files */
        start local 1 // java.lang.String[] files
         2: .line 186
            aload 0 /* this */
            aload 1 /* files */
            arraylength
            anewarray com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
         3: .line 187
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 17
         5: .line 189
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.relativePath:Ljava/lang/String;
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 190
            aload 1 /* files */
            iload 2 /* i */
            aaload
            goto 8
         7: .line 191
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.relativePath:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic java.io.File.separator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* files */
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 188
      StackMap locals:
      StackMap stack: java.lang.String
            astore 3 /* childName */
        start local 3 // java.lang.String childName
         9: .line 192
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.this$0:Lcom/sun/tools/example/debug/gui/SourceTreeTool;
            getfield com.sun.tools.example.debug.gui.SourceTreeTool.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
            aload 3 /* childName */
            invokevirtual com.sun.tools.example.debug.gui.SearchPath.resolve:(Ljava/lang/String;)Ljava/io/File;
            astore 4 /* file */
        start local 4 // java.io.File file
        10: .line 193
            aload 4 /* file */
            ifnull 11
            aload 4 /* file */
            invokevirtual java.io.File.isDirectory:()Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: java.lang.String java.io.File
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* isDir */
        start local 5 // boolean isDir
        13: .line 194
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            iload 2 /* i */
        14: .line 195
            new com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.this$0:Lcom/sun/tools/example/debug/gui/SourceTreeTool;
            aload 1 /* files */
            iload 2 /* i */
            aaload
            aload 0 /* this */
            aload 3 /* childName */
            iload 5 /* isDir */
            invokespecial com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.<init>:(Lcom/sun/tools/example/debug/gui/SourceTreeTool;Ljava/lang/String;Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;Ljava/lang/String;Z)V
        15: .line 194
            aastore
        end local 5 // boolean isDir
        end local 4 // java.io.File file
        end local 3 // java.lang.String childName
        16: .line 187
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 2 /* i */
            aload 1 /* files */
            arraylength
            if_icmplt 5
        end local 2 // int i
        end local 1 // java.lang.String[] files
        18: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isExpanded:Z
        19: .line 199
            goto 23
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        20: pop
        21: .line 200
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
        22: .line 201
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.this$0:Lcom/sun/tools/example/debug/gui/SourceTreeTool;
            getfield com.sun.tools.example.debug.gui.SourceTreeTool.env:Lcom/sun/tools/example/debug/gui/Environment;
            ldc "Cannot access source file or directory"
            invokevirtual com.sun.tools.example.debug.gui.Environment.failure:(Ljava/lang/String;)V
        23: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            2   18     1      files  [Ljava/lang/String;
            4   18     2          i  I
            9   16     3  childName  Ljava/lang/String;
           10   16     4       file  Ljava/io/File;
           13   16     5      isDir  Z
      Exception table:
        from    to  target  type
           0    19      20  Class java.lang.SecurityException

  public javax.swing.tree.TreeNode getChildAt(int);
    descriptor: (I)Ljavax/swing/tree/TreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
        start local 1 // int childIndex
         0: .line 213
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.expandIfNeeded:()V
         1: .line 214
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            iload 1 /* childIndex */
            aaload
            areturn
        end local 1 // int childIndex
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            0    2     1  childIndex  I
    MethodParameters:
            Name  Flags
      childIndex  

  public int getChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 223
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.expandIfNeeded:()V
         1: .line 224
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            arraylength
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  public javax.swing.tree.TreeNode getParent();
    descriptor: ()Ljavax/swing/tree/TreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.parent:Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  public int getIndex(javax.swing.tree.TreeNode);
    descriptor: (Ljavax/swing/tree/TreeNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
        start local 1 // javax.swing.tree.TreeNode node
         0: .line 242
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.expandIfNeeded:()V
         1: .line 243
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 244
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            iload 2 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 5
         4: .line 245
            iload 2 /* i */
            ireturn
         5: .line 243
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.children:[Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 248
            iconst_m1
            ireturn
        end local 1 // javax.swing.tree.TreeNode node
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
            0    8     1  node  Ljavax/swing/tree/TreeNode;
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      node  

  public boolean getAllowsChildren();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 256
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isDirectory:Z
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 264
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.expandIfNeeded:()V
         1: .line 265
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.isDirectory:Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;

  public java.util.Enumeration children();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
         0: .line 273
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode.expandIfNeeded:()V
         1: .line 274
            new com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode$1
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode$1.<init>:(Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;)V
            areturn
        end local 0 // com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceTreeTool$SourceTreeNode;
}
SourceFile: "SourceTreeTool.java"
NestHost: com.sun.tools.example.debug.gui.SourceTreeTool
InnerClasses:
  SourceTreeNode = com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode of com.sun.tools.example.debug.gui.SourceTreeTool
  com.sun.tools.example.debug.gui.SourceTreeTool$SourceTreeNode$1