class org.eclipse.jgit.transport.HttpAuthMethod$Type$2 extends org.eclipse.jgit.transport.HttpAuthMethod$Type
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.eclipse.jgit.transport.HttpAuthMethod$Type$2
  super_class: org.eclipse.jgit.transport.HttpAuthMethod$Type
{
  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.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
         0: .line 63
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.eclipse.jgit.transport.HttpAuthMethod$Type.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public org.eclipse.jgit.transport.HttpAuthMethod method(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/transport/HttpAuthMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
        start local 1 // java.lang.String hdr
         0: .line 66
            new org.eclipse.jgit.transport.HttpAuthMethod$Basic
            dup
            invokespecial org.eclipse.jgit.transport.HttpAuthMethod$Basic.<init>:()V
            areturn
        end local 1 // java.lang.String hdr
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$2;
            0    1     1   hdr  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      hdr   

  public java.lang.String getSchemeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
         0: .line 71
            ldc "Basic"
            areturn
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$2;
}
SourceFile: "HttpAuthMethod.java"
EnclosingMethod: org.eclipse.jgit.transport.HttpAuthMethod$Type
NestHost: org.eclipse.jgit.transport.HttpAuthMethod
InnerClasses:
  private Basic = org.eclipse.jgit.transport.HttpAuthMethod$Basic of org.eclipse.jgit.transport.HttpAuthMethod
  public abstract Type = org.eclipse.jgit.transport.HttpAuthMethod$Type of org.eclipse.jgit.transport.HttpAuthMethod
  org.eclipse.jgit.transport.HttpAuthMethod$Type$2