class org.postgresql.translation.messages_bg$1 implements java.util.Enumeration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.translation.messages_bg$1
  super_class: java.lang.Object
{
  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.postgresql.translation.messages_bg this$0;
    descriptor: Lorg/postgresql/translation/messages_bg;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.postgresql.translation.messages_bg);
    descriptor: (Lorg/postgresql/translation/messages_bg;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.translation.messages_bg$1 this
         0: .line 431
            aload 0 /* this */
            aload 1
            putfield org.postgresql.translation.messages_bg$1.this$0:Lorg/postgresql/translation/messages_bg;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 432
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.translation.messages_bg$1.idx:I
         2: .line 433
            goto 4
      StackMap locals: org.postgresql.translation.messages_bg$1 org.postgresql.translation.messages_bg
      StackMap stack:
         3: aload 0 /* this */
            dup
            getfield org.postgresql.translation.messages_bg$1.idx:I
            iconst_2
            iadd
            putfield org.postgresql.translation.messages_bg$1.idx:I
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            sipush 890
            if_icmpge 5
            getstatic org.postgresql.translation.messages_bg.table:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            aaload
            ifnull 3
         5: .line 431
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.postgresql.translation.messages_bg$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/postgresql/translation/messages_bg$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.postgresql.translation.messages_bg$1 this
         0: .line 435
            aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            sipush 890
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.postgresql.translation.messages_bg$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/translation/messages_bg$1;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.postgresql.translation.messages_bg$1 this
         0: .line 438
            getstatic org.postgresql.translation.messages_bg.table:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            aaload
            astore 1 /* key */
        start local 1 // java.lang.Object key
         1: .line 439
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.postgresql.translation.messages_bg$1.idx:I
            iconst_2
            iadd
            putfield org.postgresql.translation.messages_bg$1.idx:I
            aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            sipush 890
            if_icmpge 2
            getstatic org.postgresql.translation.messages_bg.table:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.postgresql.translation.messages_bg$1.idx:I
            aaload
            ifnull 1
         2: .line 440
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.postgresql.translation.messages_bg$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/postgresql/translation/messages_bg$1;
            1    3     1   key  Ljava/lang/Object;
}
SourceFile: "messages_bg.java"
EnclosingMethod: org.postgresql.translation.messages_bg.getKeys:()Ljava/util/Enumeration;
NestHost: org.postgresql.translation.messages_bg
InnerClasses:
  org.postgresql.translation.messages_bg$1