public class org.postgresql.hostchooser.CandidateHost
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.hostchooser.CandidateHost
  super_class: java.lang.Object
{
  public final org.postgresql.util.HostSpec hostSpec;
    descriptor: Lorg/postgresql/util/HostSpec;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.postgresql.hostchooser.HostRequirement targetServerType;
    descriptor: Lorg/postgresql/hostchooser/HostRequirement;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(org.postgresql.util.HostSpec, org.postgresql.hostchooser.HostRequirement);
    descriptor: (Lorg/postgresql/util/HostSpec;Lorg/postgresql/hostchooser/HostRequirement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.postgresql.hostchooser.CandidateHost this
        start local 1 // org.postgresql.util.HostSpec hostSpec
        start local 2 // org.postgresql.hostchooser.HostRequirement targetServerType
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 18
            aload 0 /* this */
            aload 1 /* hostSpec */
            putfield org.postgresql.hostchooser.CandidateHost.hostSpec:Lorg/postgresql/util/HostSpec;
         2: .line 19
            aload 0 /* this */
            aload 2 /* targetServerType */
            putfield org.postgresql.hostchooser.CandidateHost.targetServerType:Lorg/postgresql/hostchooser/HostRequirement;
         3: .line 20
            return
        end local 2 // org.postgresql.hostchooser.HostRequirement targetServerType
        end local 1 // org.postgresql.util.HostSpec hostSpec
        end local 0 // org.postgresql.hostchooser.CandidateHost this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/postgresql/hostchooser/CandidateHost;
            0    4     1          hostSpec  Lorg/postgresql/util/HostSpec;
            0    4     2  targetServerType  Lorg/postgresql/hostchooser/HostRequirement;
    MethodParameters:
                  Name  Flags
      hostSpec          
      targetServerType  
}
SourceFile: "CandidateHost.java"