class org.eclipse.jgit.transport.HttpAuthMethod$Type$1 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$1
  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$1 this
         0: .line 52
            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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$1;
    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=1, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$1 this
        start local 1 // java.lang.String hdr
         0: .line 55
            getstatic org.eclipse.jgit.transport.HttpAuthMethod$None.INSTANCE:Lorg/eclipse/jgit/transport/HttpAuthMethod$None;
            areturn
        end local 1 // java.lang.String hdr
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$1;
            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$1 this
         0: .line 60
            ldc "None"
            areturn
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$Type$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$Type$1;
}
SourceFile: "HttpAuthMethod.java"
EnclosingMethod: org.eclipse.jgit.transport.HttpAuthMethod$Type
NestHost: org.eclipse.jgit.transport.HttpAuthMethod
InnerClasses:
  private None = org.eclipse.jgit.transport.HttpAuthMethod$None 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$1