class org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor implements org.eclipse.core.resources.IResourceProxyVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor
  super_class: java.lang.Object
{
  private java.util.List<org.eclipse.core.resources.IResource> fList;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/core/resources/IResource;>;

  final org.eclipse.debug.internal.core.LaunchManager this$0;
    descriptor: Lorg/eclipse/debug/internal/core/LaunchManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(java.util.List<org.eclipse.core.resources.IResource>);
    descriptor: (Lorg/eclipse/debug/internal/core/LaunchManager;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor this
        start local 2 // java.util.List list
         0: .line 451
            aload 0 /* this */
            aload 1
            putfield org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor.this$0:Lorg/eclipse/debug/internal/core/LaunchManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 452
            aload 0 /* this */
            aload 2 /* list */
            putfield org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor.fList:Ljava/util/List;
         2: .line 453
            return
        end local 2 // java.util.List list
        end local 0 // org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/debug/internal/core/LaunchManager$ResourceProxyVisitor;
            0    3     2  list  Ljava/util/List<Lorg/eclipse/core/resources/IResource;>;
    Signature: (Ljava/util/List<Lorg/eclipse/core/resources/IResource;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      list    

  public boolean visit(org.eclipse.core.resources.IResourceProxy);
    descriptor: (Lorg/eclipse/core/resources/IResourceProxy;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor this
        start local 1 // org.eclipse.core.resources.IResourceProxy proxy
         0: .line 457
            aload 1 /* proxy */
            invokeinterface org.eclipse.core.resources.IResourceProxy.getType:()I
            iconst_1
            if_icmpne 4
         1: .line 458
            ldc "launch"
            aload 1 /* proxy */
            invokeinterface org.eclipse.core.resources.IResourceProxy.requestFullPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.getFileExtension:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ldc "prototype"
            aload 1 /* proxy */
            invokeinterface org.eclipse.core.resources.IResourceProxy.requestFullPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.getFileExtension:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ior
            ifeq 3
         2: .line 459
            aload 0 /* this */
            getfield org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor.fList:Ljava/util/List;
            aload 1 /* proxy */
            invokeinterface org.eclipse.core.resources.IResourceProxy.requestResource:()Lorg/eclipse/core/resources/IResource;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 461
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 463
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.eclipse.core.resources.IResourceProxy proxy
        end local 0 // org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/debug/internal/core/LaunchManager$ResourceProxyVisitor;
            0    5     1  proxy  Lorg/eclipse/core/resources/IResourceProxy;
    MethodParameters:
       Name  Flags
      proxy  
}
SourceFile: "LaunchManager.java"
NestHost: org.eclipse.debug.internal.core.LaunchManager
InnerClasses:
  ResourceProxyVisitor = org.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor of org.eclipse.debug.internal.core.LaunchManager