public interface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName extends net.bytebuddy.dynamic.scaffold.InstrumentedType
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withField(net.bytebuddy.description.field.FieldDescription$Token);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      token  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withMethod(net.bytebuddy.description.method.MethodDescription$Token);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      token  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withModifiers(int);
    descriptor: (I)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      modifiers  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withInterfaces(net.bytebuddy.description.type.TypeList$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeList$Generic;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      interfaceTypes  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withNestHost(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      nestHost  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withNestMembers(net.bytebuddy.description.type.TypeList);
    descriptor: (Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      nestMembers  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withEnclosingType(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      enclosingType  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withEnclosingMethod(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      enclosingMethod  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withDeclaringType(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      declaringType  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withDeclaredTypes(net.bytebuddy.description.type.TypeList);
    descriptor: (Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      declaredTypes  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withLocalClass(boolean);
    descriptor: (Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      localClass  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withAnonymousClass(boolean);
    descriptor: (Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      anonymousClass  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withTypeVariable(net.bytebuddy.description.type.TypeVariableToken);
    descriptor: (Lnet/bytebuddy/description/type/TypeVariableToken;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      typeVariable  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withAnnotations(java.util.List<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    MethodParameters:
                        Name  Flags
      annotationDescriptions  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withInitializer(net.bytebuddy.implementation.LoadedTypeInitializer);
    descriptor: (Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      loadedTypeInitializer  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withInitializer(net.bytebuddy.implementation.bytecode.ByteCodeAppender);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      byteCodeAppender  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName withTypeVariables(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription$Generic>, net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.type.TypeVariableToken>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/dynamic/Transformer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/type/TypeVariableToken;>;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
    MethodParameters:
             Name  Flags
      matcher      
      transformer  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withModifiers(int);
    descriptor: (I)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withModifiers:(I)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withInterfaces(net.bytebuddy.description.type.TypeList$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeList$Generic;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withInterfaces:(Lnet/bytebuddy/description/type/TypeList$Generic;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withMethod(net.bytebuddy.description.method.MethodDescription$Token);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withMethod:(Lnet/bytebuddy/description/method/MethodDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withInitializer(net.bytebuddy.implementation.bytecode.ByteCodeAppender);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withInitializer:(Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withInitializer(net.bytebuddy.implementation.LoadedTypeInitializer);
    descriptor: (Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withInitializer:(Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withEnclosingType(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withEnclosingType:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withNestHost(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withNestHost:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withField(net.bytebuddy.description.field.FieldDescription$Token);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withField:(Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withAnonymousClass(boolean);
    descriptor: (Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withAnonymousClass:(Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withEnclosingMethod(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withEnclosingMethod:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withNestMembers(net.bytebuddy.description.type.TypeList);
    descriptor: (Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withNestMembers:(Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withTypeVariable(net.bytebuddy.description.type.TypeVariableToken);
    descriptor: (Lnet/bytebuddy/description/type/TypeVariableToken;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withTypeVariable:(Lnet/bytebuddy/description/type/TypeVariableToken;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withDeclaringType(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withDeclaringType:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withDeclaredTypes(net.bytebuddy.description.type.TypeList);
    descriptor: (Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withDeclaredTypes:(Lnet/bytebuddy/description/type/TypeList;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withLocalClass(boolean);
    descriptor: (Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withLocalClass:(Z)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.dynamic.scaffold.InstrumentedType withAnnotations(java.util.List);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withAnnotations:(Ljava/util/List;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InstrumentedType.java"
NestHost: net.bytebuddy.dynamic.scaffold.InstrumentedType
InnerClasses:
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract WithFlexibleName = net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName of net.bytebuddy.dynamic.scaffold.InstrumentedType