public abstract class net.bytebuddy.NamingStrategy$AbstractBase implements net.bytebuddy.NamingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.NamingStrategy$AbstractBase
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/NamingStrategy$AbstractBase;

  public java.lang.String subclass(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic superClass
         0: .line 66
            aload 0 /* this */
            aload 1 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.NamingStrategy$AbstractBase.name:(Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        end local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/NamingStrategy$AbstractBase;
            0    1     1  superClass  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
            Name  Flags
      superClass  

  protected abstract java.lang.String name(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      superClass  

  public java.lang.String redefine(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 81
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/NamingStrategy$AbstractBase;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public java.lang.String rebase(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 88
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.NamingStrategy$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/NamingStrategy$AbstractBase;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "NamingStrategy.java"
NestHost: net.bytebuddy.NamingStrategy
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.NamingStrategy$AbstractBase of net.bytebuddy.NamingStrategy
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription