class org.w3c.dom.bootstrap.DOMImplementationRegistry$1 implements org.w3c.dom.DOMImplementationList
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.w3c.dom.bootstrap.DOMImplementationRegistry$1
  super_class: java.lang.Object
{
  final org.w3c.dom.bootstrap.DOMImplementationRegistry this$0;
    descriptor: Lorg/w3c/dom/bootstrap/DOMImplementationRegistry;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$implementations;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.w3c.dom.bootstrap.DOMImplementationRegistry, java.util.List);
    descriptor: (Lorg/w3c/dom/bootstrap/DOMImplementationRegistry;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
         0: .line 248
            aload 0 /* this */
            aload 1
            putfield org.w3c.dom.bootstrap.DOMImplementationRegistry$1.this$0:Lorg/w3c/dom/bootstrap/DOMImplementationRegistry;
            aload 0 /* this */
            aload 2
            putfield org.w3c.dom.bootstrap.DOMImplementationRegistry$1.val$implementations:Ljava/util/List;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/w3c/dom/bootstrap/DOMImplementationRegistry$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$implementations  final

  public org.w3c.dom.DOMImplementation item(int);
    descriptor: (I)Lorg/w3c/dom/DOMImplementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
        start local 1 // int index
         0: .line 250
            iload 1 /* index */
            iflt 5
            iload 1 /* index */
            aload 0 /* this */
            getfield org.w3c.dom.bootstrap.DOMImplementationRegistry$1.val$implementations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 5
         1: .line 252
            aload 0 /* this */
            getfield org.w3c.dom.bootstrap.DOMImplementationRegistry$1.val$implementations:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.w3c.dom.DOMImplementation
         2: areturn
         3: .line 253
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         4: .line 254
            aconst_null
            areturn
         5: .line 257
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/w3c/dom/bootstrap/DOMImplementationRegistry$1;
            0    6     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      index  final

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
         0: .line 261
            aload 0 /* this */
            getfield org.w3c.dom.bootstrap.DOMImplementationRegistry$1.val$implementations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.w3c.dom.bootstrap.DOMImplementationRegistry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/w3c/dom/bootstrap/DOMImplementationRegistry$1;
}
SourceFile: "DOMImplementationRegistry.java"
EnclosingMethod: org.w3c.dom.bootstrap.DOMImplementationRegistry.getDOMImplementationList:(Ljava/lang/String;)Lorg/w3c/dom/DOMImplementationList;
NestHost: org.w3c.dom.bootstrap.DOMImplementationRegistry
InnerClasses:
  org.w3c.dom.bootstrap.DOMImplementationRegistry$1