public class com.sun.tools.example.debug.gui.SourceManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.SourceManager
  super_class: java.lang.Object
{
  private java.util.List<com.sun.tools.example.debug.gui.SourceModel> sourceList;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/tools/example/debug/gui/SourceModel;>;

  private com.sun.tools.example.debug.gui.SearchPath sourcePath;
    descriptor: Lcom/sun/tools/example/debug/gui/SearchPath;
    flags: (0x0002) ACC_PRIVATE

  private java.util.ArrayList<com.sun.tools.example.debug.gui.SourceListener> sourceListeners;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lcom/sun/tools/example/debug/gui/SourceListener;>;

  private java.util.Map<com.sun.jdi.ReferenceType, com.sun.tools.example.debug.gui.SourceModel> classToSource;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Lcom/sun/jdi/ReferenceType;Lcom/sun/tools/example/debug/gui/SourceModel;>;

  private com.sun.tools.example.debug.gui.Environment env;
    descriptor: Lcom/sun/tools/example/debug/gui/Environment;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.example.debug.gui.SourceManager$SMClassListener classListener;
    descriptor: Lcom/sun/tools/example/debug/gui/SourceManager$SMClassListener;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.tools.example.debug.gui.Environment);
    descriptor: (Lcom/sun/tools/example/debug/gui/Environment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.tools.example.debug.gui.Environment env
         0: .line 68
            aload 0 /* this */
            aload 1 /* env */
            new com.sun.tools.example.debug.gui.SearchPath
            dup
            ldc ""
            invokespecial com.sun.tools.example.debug.gui.SearchPath.<init>:(Ljava/lang/String;)V
            invokespecial com.sun.tools.example.debug.gui.SourceManager.<init>:(Lcom/sun/tools/example/debug/gui/Environment;Lcom/sun/tools/example/debug/gui/SearchPath;)V
         1: .line 69
            return
        end local 1 // com.sun.tools.example.debug.gui.Environment env
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    2     1   env  Lcom/sun/tools/example/debug/gui/Environment;
    MethodParameters:
      Name  Flags
      env   

  public void <init>(com.sun.tools.example.debug.gui.Environment, com.sun.tools.example.debug.gui.SearchPath);
    descriptor: (Lcom/sun/tools/example/debug/gui/Environment;Lcom/sun/tools/example/debug/gui/SearchPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.tools.example.debug.gui.Environment env
        start local 2 // com.sun.tools.example.debug.gui.SearchPath sourcePath
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.example.debug.gui.SourceManager.sourceListeners:Ljava/util/ArrayList;
         2: .line 58
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.example.debug.gui.SourceManager.classToSource:Ljava/util/Map;
         3: .line 65
            aload 0 /* this */
            new com.sun.tools.example.debug.gui.SourceManager$SMClassListener
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.example.debug.gui.SourceManager$SMClassListener.<init>:(Lcom/sun/tools/example/debug/gui/SourceManager;)V
            putfield com.sun.tools.example.debug.gui.SourceManager.classListener:Lcom/sun/tools/example/debug/gui/SourceManager$SMClassListener;
         4: .line 72
            aload 0 /* this */
            aload 1 /* env */
            putfield com.sun.tools.example.debug.gui.SourceManager.env:Lcom/sun/tools/example/debug/gui/Environment;
         5: .line 73
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.sun.tools.example.debug.gui.SourceManager.sourceList:Ljava/util/List;
         6: .line 74
            aload 0 /* this */
            aload 2 /* sourcePath */
            putfield com.sun.tools.example.debug.gui.SourceManager.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
         7: .line 75
            aload 1 /* env */
            invokevirtual com.sun.tools.example.debug.gui.Environment.getExecutionManager:()Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.classListener:Lcom/sun/tools/example/debug/gui/SourceManager$SMClassListener;
            invokevirtual com.sun.tools.example.debug.bdi.ExecutionManager.addJDIListener:(Lcom/sun/tools/example/debug/event/JDIListener;)V
         8: .line 76
            return
        end local 2 // com.sun.tools.example.debug.gui.SearchPath sourcePath
        end local 1 // com.sun.tools.example.debug.gui.Environment env
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    9     1         env  Lcom/sun/tools/example/debug/gui/Environment;
            0    9     2  sourcePath  Lcom/sun/tools/example/debug/gui/SearchPath;
    MethodParameters:
            Name  Flags
      env         
      sourcePath  

  public void setSourcePath(com.sun.tools.example.debug.gui.SearchPath);
    descriptor: (Lcom/sun/tools/example/debug/gui/SearchPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.tools.example.debug.gui.SearchPath sp
         0: .line 82
            aload 0 /* this */
            aload 1 /* sp */
            putfield com.sun.tools.example.debug.gui.SourceManager.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
         1: .line 84
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.sun.tools.example.debug.gui.SourceManager.sourceList:Ljava/util/List;
         2: .line 85
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.SourceManager.notifySourcepathChanged:()V
         3: .line 86
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.example.debug.gui.SourceManager.classToSource:Ljava/util/Map;
         4: .line 87
            return
        end local 1 // com.sun.tools.example.debug.gui.SearchPath sp
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    5     1    sp  Lcom/sun/tools/example/debug/gui/SearchPath;
    MethodParameters:
      Name  Flags
      sp    

  public void addSourceListener(com.sun.tools.example.debug.gui.SourceListener);
    descriptor: (Lcom/sun/tools/example/debug/gui/SourceListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.tools.example.debug.gui.SourceListener l
         0: .line 90
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourceListeners:Ljava/util/ArrayList;
            aload 1 /* l */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 91
            return
        end local 1 // com.sun.tools.example.debug.gui.SourceListener l
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    2     1     l  Lcom/sun/tools/example/debug/gui/SourceListener;
    MethodParameters:
      Name  Flags
      l     

  public void removeSourceListener(com.sun.tools.example.debug.gui.SourceListener);
    descriptor: (Lcom/sun/tools/example/debug/gui/SourceListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.tools.example.debug.gui.SourceListener l
         0: .line 94
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourceListeners:Ljava/util/ArrayList;
            aload 1 /* l */
            invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 95
            return
        end local 1 // com.sun.tools.example.debug.gui.SourceListener l
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    2     1     l  Lcom/sun/tools/example/debug/gui/SourceListener;
    MethodParameters:
      Name  Flags
      l     

  private void notifySourcepathChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
         0: .line 98
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourceListeners:Ljava/util/ArrayList;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* l */
        start local 1 // java.util.ArrayList l
         1: .line 99
            new com.sun.tools.example.debug.gui.SourcepathChangedEvent
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.example.debug.gui.SourcepathChangedEvent.<init>:(Ljava/lang/Object;)V
            astore 2 /* evt */
        start local 2 // com.sun.tools.example.debug.gui.SourcepathChangedEvent evt
         2: .line 100
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 101
      StackMap locals: java.util.ArrayList com.sun.tools.example.debug.gui.SourcepathChangedEvent int
      StackMap stack:
            aload 1 /* l */
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.example.debug.gui.SourceListener
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.gui.SourceListener.sourcepathChanged:(Lcom/sun/tools/example/debug/gui/SourcepathChangedEvent;)V
         5: .line 100
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* l */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 4
        end local 3 // int i
         7: .line 103
            return
        end local 2 // com.sun.tools.example.debug.gui.SourcepathChangedEvent evt
        end local 1 // java.util.ArrayList l
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            1    8     1     l  Ljava/util/ArrayList<Lcom/sun/tools/example/debug/gui/SourceListener;>;
            2    8     2   evt  Lcom/sun/tools/example/debug/gui/SourcepathChangedEvent;
            3    7     3     i  I

  public com.sun.tools.example.debug.gui.SearchPath getSourcePath();
    descriptor: ()Lcom/sun/tools/example/debug/gui/SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
         0: .line 109
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;

  public com.sun.tools.example.debug.gui.SourceModel sourceForLocation(com.sun.jdi.Location);
    descriptor: (Lcom/sun/jdi/Location;)Lcom/sun/tools/example/debug/gui/SourceModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.jdi.Location loc
         0: .line 116
            aload 0 /* this */
            aload 1 /* loc */
            invokeinterface com.sun.jdi.Location.declaringType:()Lcom/sun/jdi/ReferenceType;
            invokevirtual com.sun.tools.example.debug.gui.SourceManager.sourceForClass:(Lcom/sun/jdi/ReferenceType;)Lcom/sun/tools/example/debug/gui/SourceModel;
            areturn
        end local 1 // com.sun.jdi.Location loc
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0    1     1   loc  Lcom/sun/jdi/Location;
    MethodParameters:
      Name  Flags
      loc   

  public com.sun.tools.example.debug.gui.SourceModel sourceForClass(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Lcom/sun/tools/example/debug/gui/SourceModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // com.sun.jdi.ReferenceType refType
         0: .line 124
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.classToSource:Ljava/util/Map;
            aload 1 /* refType */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.example.debug.gui.SourceModel
            astore 2 /* sm */
        start local 2 // com.sun.tools.example.debug.gui.SourceModel sm
         1: .line 125
            aload 2 /* sm */
            ifnull 3
         2: .line 126
            aload 2 /* sm */
            areturn
         3: .line 129
      StackMap locals: com.sun.tools.example.debug.gui.SourceModel
      StackMap stack:
            aload 1 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.sourceName:()Ljava/lang/String;
            astore 3 /* filename */
        start local 3 // java.lang.String filename
         4: .line 130
            aload 1 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            astore 4 /* refName */
        start local 4 // java.lang.String refName
         5: .line 131
            aload 4 /* refName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 5 /* iDot */
        start local 5 // int iDot
         6: .line 132
            iload 5 /* iDot */
            iflt 7
            aload 4 /* refName */
            iconst_0
            iload 5 /* iDot */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            goto 8
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack:
         7: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         8: astore 6 /* pkgName */
        start local 6 // java.lang.String pkgName
         9: .line 133
            new java.lang.StringBuilder
            dup
            aload 6 /* pkgName */
            bipush 46
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* filename */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* full */
        start local 7 // java.lang.String full
        10: .line 134
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourcePath:Lcom/sun/tools/example/debug/gui/SearchPath;
            aload 7 /* full */
            invokevirtual com.sun.tools.example.debug.gui.SearchPath.resolve:(Ljava/lang/String;)Ljava/io/File;
            astore 8 /* path */
        start local 8 // java.io.File path
        11: .line 135
            aload 8 /* path */
            ifnull 16
        12: .line 136
            aload 0 /* this */
            aload 8 /* path */
            invokevirtual com.sun.tools.example.debug.gui.SourceManager.sourceForFile:(Ljava/io/File;)Lcom/sun/tools/example/debug/gui/SourceModel;
            astore 2 /* sm */
        13: .line 137
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.classToSource:Ljava/util/Map;
            aload 1 /* refType */
            aload 2 /* sm */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 138
            aload 2 /* sm */
        15: areturn
        16: .line 140
      StackMap locals: java.lang.String java.lang.String java.io.File
      StackMap stack:
            aconst_null
            areturn
        end local 8 // java.io.File path
        end local 7 // java.lang.String full
        end local 6 // java.lang.String pkgName
        end local 5 // int iDot
        end local 4 // java.lang.String refName
        end local 3 // java.lang.String filename
        17: .line 141
      StackMap locals: com.sun.tools.example.debug.gui.SourceManager com.sun.jdi.ReferenceType com.sun.tools.example.debug.gui.SourceModel
      StackMap stack: com.sun.jdi.AbsentInformationException
            pop
        18: .line 142
            aconst_null
            areturn
        end local 2 // com.sun.tools.example.debug.gui.SourceModel sm
        end local 1 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0   19     1   refType  Lcom/sun/jdi/ReferenceType;
            1   19     2        sm  Lcom/sun/tools/example/debug/gui/SourceModel;
            4   17     3  filename  Ljava/lang/String;
            5   17     4   refName  Ljava/lang/String;
            6   17     5      iDot  I
            9   17     6   pkgName  Ljava/lang/String;
           10   17     7      full  Ljava/lang/String;
           11   17     8      path  Ljava/io/File;
      Exception table:
        from    to  target  type
           3    15      17  Class com.sun.jdi.AbsentInformationException
    MethodParameters:
         Name  Flags
      refType  

  public com.sun.tools.example.debug.gui.SourceModel sourceForFile(java.io.File);
    descriptor: (Ljava/io/File;)Lcom/sun/tools/example/debug/gui/SourceModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceManager this
        start local 1 // java.io.File path
         0: .line 151
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourceList:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: .line 152
            aconst_null
            astore 3 /* sm */
        start local 3 // com.sun.tools.example.debug.gui.SourceModel sm
         2: .line 153
            goto 8
         3: .line 154
      StackMap locals: java.util.Iterator com.sun.tools.example.debug.gui.SourceModel
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.example.debug.gui.SourceModel
            astore 4 /* candidate */
        start local 4 // com.sun.tools.example.debug.gui.SourceModel candidate
         4: .line 155
            aload 4 /* candidate */
            invokevirtual com.sun.tools.example.debug.gui.SourceModel.fileName:()Ljava/io/File;
            aload 1 /* path */
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 156
            aload 4 /* candidate */
            astore 3 /* sm */
         6: .line 157
            aload 2 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         7: .line 158
            goto 9
        end local 4 // com.sun.tools.example.debug.gui.SourceModel candidate
         8: .line 153
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 161
      StackMap locals:
      StackMap stack:
            aload 3 /* sm */
            ifnonnull 11
            aload 1 /* path */
            invokevirtual java.io.File.exists:()Z
            ifeq 11
        10: .line 162
            new com.sun.tools.example.debug.gui.SourceModel
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.env:Lcom/sun/tools/example/debug/gui/Environment;
            aload 1 /* path */
            invokespecial com.sun.tools.example.debug.gui.SourceModel.<init>:(Lcom/sun/tools/example/debug/gui/Environment;Ljava/io/File;)V
            astore 3 /* sm */
        11: .line 164
      StackMap locals:
      StackMap stack:
            aload 3 /* sm */
            ifnull 13
        12: .line 166
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceManager.sourceList:Ljava/util/List;
            iconst_0
            aload 3 /* sm */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        13: .line 168
      StackMap locals:
      StackMap stack:
            aload 3 /* sm */
            areturn
        end local 3 // com.sun.tools.example.debug.gui.SourceModel sm
        end local 2 // java.util.Iterator iter
        end local 1 // java.io.File path
        end local 0 // com.sun.tools.example.debug.gui.SourceManager this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/sun/tools/example/debug/gui/SourceManager;
            0   14     1       path  Ljava/io/File;
            1   14     2       iter  Ljava/util/Iterator<Lcom/sun/tools/example/debug/gui/SourceModel;>;
            2   14     3         sm  Lcom/sun/tools/example/debug/gui/SourceModel;
            4    8     4  candidate  Lcom/sun/tools/example/debug/gui/SourceModel;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "SourceManager.java"
NestMembers:
  com.sun.tools.example.debug.gui.SourceManager$SMClassListener
InnerClasses:
  private SMClassListener = com.sun.tools.example.debug.gui.SourceManager$SMClassListener of com.sun.tools.example.debug.gui.SourceManager