public class net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer implements net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription$Token>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.modifier.ModifierContributor$Resolver<net.bytebuddy.description.modifier.ModifierContributor$ForMethod> resolver;
    descriptor: Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver<Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;

  protected void <init>(net.bytebuddy.description.modifier.ModifierContributor$Resolver<net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$Resolver resolver
         0: .line 318
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 319
            aload 0 /* this */
            aload 1 /* resolver */
            putfield net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer.resolver:Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
         2: .line 320
            return
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$Resolver resolver
        end local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/dynamic/Transformer$ForMethod$MethodModifierTransformer;
            0    3     1  resolver  Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver<Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver<Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)V
    MethodParameters:
          Name  Flags
      resolver  

  public net.bytebuddy.description.method.MethodDescription$Token transform(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription$Token);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription$Token;)Lnet/bytebuddy/description/method/MethodDescription$Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription$Token target
         0: .line 326
            new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         1: .line 327
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer.resolver:Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
            invokevirtual net.bytebuddy.description.modifier.ModifierContributor$Resolver.resolve:(I)I
         2: .line 328
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         3: .line 329
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 330
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         5: .line 331
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
         6: .line 332
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         7: .line 333
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
         8: .line 334
            aload 2 /* target */
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         9: .line 326
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
            areturn
        end local 2 // net.bytebuddy.description.method.MethodDescription$Token target
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lnet/bytebuddy/dynamic/Transformer$ForMethod$MethodModifierTransformer;
            0   10     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   10     2            target  Lnet/bytebuddy/description/method/MethodDescription$Token;
    MethodParameters:
                  Name  Flags
      instrumentedType  
      target            

  public java.lang.Object transform(net.bytebuddy.description.type.TypeDescription, java.lang.Object);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast net.bytebuddy.description.method.MethodDescription$Token
            invokevirtual net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer.transform:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription$Token;)Lnet/bytebuddy/description/method/MethodDescription$Token;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription$Token;>;
SourceFile: "Transformer.java"
NestHost: net.bytebuddy.dynamic.Transformer
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public abstract ForMethod = net.bytebuddy.description.modifier.ModifierContributor$ForMethod of net.bytebuddy.description.modifier.ModifierContributor
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  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 ForMethod = net.bytebuddy.dynamic.Transformer$ForMethod of net.bytebuddy.dynamic.Transformer
  protected MethodModifierTransformer = net.bytebuddy.dynamic.Transformer$ForMethod$MethodModifierTransformer of net.bytebuddy.dynamic.Transformer$ForMethod
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()