class org.jboss.resteasy.client.core.BaseClientResponse$5 implements javax.ws.rs.core.Response$StatusType
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jboss.resteasy.client.core.BaseClientResponse$5
  super_class: java.lang.Object
{
  final org.jboss.resteasy.client.core.BaseClientResponse this$0;
    descriptor: Lorg/jboss/resteasy/client/core/BaseClientResponse;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public int getStatusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
         0: .line 549
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse$5.this$0:Lorg/jboss/resteasy/client/core/BaseClientResponse;
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            ireturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse$5;

  public javax.ws.rs.core.Response$Status$Family getFamily();
    descriptor: ()Ljavax/ws/rs/core/Response$Status$Family;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
         0: .line 555
            getstatic javax.ws.rs.core.Response$Status$Family.OTHER:Ljavax/ws/rs/core/Response$Status$Family;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse$5;

  public java.lang.String getReasonPhrase();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
         0: .line 561
            ldc "Unknown Code"
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse$5;
}
SourceFile: "BaseClientResponse.java"
EnclosingMethod: org.jboss.resteasy.client.core.BaseClientResponse.getStatusInfo:()Ljavax/ws/rs/core/Response$StatusType;
NestHost: org.jboss.resteasy.client.core.BaseClientResponse
InnerClasses:
  public final Status = javax.ws.rs.core.Response$Status of javax.ws.rs.core.Response
  public final Family = javax.ws.rs.core.Response$Status$Family of javax.ws.rs.core.Response$Status
  public abstract StatusType = javax.ws.rs.core.Response$StatusType of javax.ws.rs.core.Response
  org.jboss.resteasy.client.core.BaseClientResponse$5