class org.postgresql.hostchooser.HostRequirement$2 extends org.postgresql.hostchooser.HostRequirement
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.postgresql.hostchooser.HostRequirement$2
  super_class: org.postgresql.hostchooser.HostRequirement
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.postgresql.hostchooser.HostRequirement$2 this
         0: .line 17
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.postgresql.hostchooser.HostRequirement.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.postgresql.hostchooser.HostRequirement$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/hostchooser/HostRequirement$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean allowConnectingTo(org.postgresql.hostchooser.HostStatus);
    descriptor: (Lorg/postgresql/hostchooser/HostStatus;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.hostchooser.HostRequirement$2 this
        start local 1 // org.postgresql.hostchooser.HostStatus status
         0: .line 19
            aload 1 /* status */
            getstatic org.postgresql.hostchooser.HostStatus.Master:Lorg/postgresql/hostchooser/HostStatus;
            if_acmpeq 1
            aload 1 /* status */
            getstatic org.postgresql.hostchooser.HostStatus.ConnectOK:Lorg/postgresql/hostchooser/HostStatus;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.postgresql.hostchooser.HostStatus status
        end local 0 // org.postgresql.hostchooser.HostRequirement$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/postgresql/hostchooser/HostRequirement$2;
            0    2     1  status  Lorg/postgresql/hostchooser/HostStatus;
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "HostRequirement.java"
EnclosingMethod: org.postgresql.hostchooser.HostRequirement
NestHost: org.postgresql.hostchooser.HostRequirement
InnerClasses:
  org.postgresql.hostchooser.HostRequirement$2