class org.graalvm.component.installer.CommandTestBase$1 implements org.graalvm.component.installer.CommandInput$CatalogFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.component.installer.CommandTestBase$1
  super_class: java.lang.Object
{
  final org.graalvm.component.installer.CommandTestBase this$0;
    descriptor: Lorg/graalvm/component/installer/CommandTestBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.component.installer.CommandTestBase);
    descriptor: (Lorg/graalvm/component/installer/CommandTestBase;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.CommandTestBase$1 this
         0: .line 282
            aload 0 /* this */
            aload 1
            putfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.component.installer.CommandTestBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/component/installer/CommandTestBase$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.graalvm.component.installer.ComponentCatalog createComponentCatalog(org.graalvm.component.installer.CommandInput);
    descriptor: (Lorg/graalvm/component/installer/CommandInput;)Lorg/graalvm/component/installer/ComponentCatalog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.CommandTestBase$1 this
        start local 1 // org.graalvm.component.installer.CommandInput input
         0: .line 285
            aload 0 /* this */
            getfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            getfield org.graalvm.component.installer.CommandTestBase.registry:Lorg/graalvm/component/installer/ComponentCatalog;
            ifnull 2
         1: .line 286
            aload 0 /* this */
            getfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            getfield org.graalvm.component.installer.CommandTestBase.registry:Lorg/graalvm/component/installer/ComponentCatalog;
            areturn
         2: .line 288
      StackMap locals:
      StackMap stack:
            new org.graalvm.component.installer.model.CatalogContents
            dup
            aload 0 /* this */
            getfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            aload 0 /* this */
            getfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            getfield org.graalvm.component.installer.CommandTestBase.catalogStorage:Lorg/graalvm/component/installer/commands/MockStorage;
            aload 0 /* this */
            getfield org.graalvm.component.installer.CommandTestBase$1.this$0:Lorg/graalvm/component/installer/CommandTestBase;
            invokevirtual org.graalvm.component.installer.CommandTestBase.getLocalRegistry:()Lorg/graalvm/component/installer/model/ComponentRegistry;
            invokespecial org.graalvm.component.installer.model.CatalogContents.<init>:(Lorg/graalvm/component/installer/Feedback;Lorg/graalvm/component/installer/model/ComponentStorage;Lorg/graalvm/component/installer/model/ComponentRegistry;)V
            areturn
        end local 1 // org.graalvm.component.installer.CommandInput input
        end local 0 // org.graalvm.component.installer.CommandTestBase$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/graalvm/component/installer/CommandTestBase$1;
            0    3     1  input  Lorg/graalvm/component/installer/CommandInput;
    MethodParameters:
       Name  Flags
      input  

  public java.util.List<org.graalvm.component.installer.model.GraalEdition> listEditions(org.graalvm.component.installer.model.ComponentRegistry);
    descriptor: (Lorg/graalvm/component/installer/model/ComponentRegistry;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.component.installer.CommandTestBase$1 this
        start local 1 // org.graalvm.component.installer.model.ComponentRegistry targetGraalVM
         0: .line 294
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 1 // org.graalvm.component.installer.model.ComponentRegistry targetGraalVM
        end local 0 // org.graalvm.component.installer.CommandTestBase$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/graalvm/component/installer/CommandTestBase$1;
            0    1     1  targetGraalVM  Lorg/graalvm/component/installer/model/ComponentRegistry;
    Signature: (Lorg/graalvm/component/installer/model/ComponentRegistry;)Ljava/util/List<Lorg/graalvm/component/installer/model/GraalEdition;>;
    MethodParameters:
               Name  Flags
      targetGraalVM  
}
SourceFile: "CommandTestBase.java"
EnclosingMethod: org.graalvm.component.installer.CommandTestBase.getCatalogFactory:()Lorg/graalvm/component/installer/CommandInput$CatalogFactory;
NestHost: org.graalvm.component.installer.CommandTestBase
InnerClasses:
  public abstract CatalogFactory = org.graalvm.component.installer.CommandInput$CatalogFactory of org.graalvm.component.installer.CommandInput
  org.graalvm.component.installer.CommandTestBase$1