public class net.bytebuddy.asm.ModifierAdjustment extends net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.ModifierAdjustment
  super_class: net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase
{
  private final java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.type.TypeDescription>> typeAdjustments;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/type/TypeDescription;>;>;

  private final java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.field.FieldDescription$InDefinedShape>> fieldAdjustments;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;>;

  private final java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.method.MethodDescription>> methodAdjustments;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/method/MethodDescription;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
         0: .line 72
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
         1: .line 73
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
         2: .line 74
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial net.bytebuddy.asm.ModifierAdjustment.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
         3: .line 75
            return
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/asm/ModifierAdjustment;

  protected void <init>(java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.type.TypeDescription>>, java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.field.FieldDescription$InDefinedShape>>, java.util.List<net.bytebuddy.asm.ModifierAdjustment$Adjustment<net.bytebuddy.description.method.MethodDescription>>);
    descriptor: (Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List typeAdjustments
        start local 2 // java.util.List fieldAdjustments
        start local 3 // java.util.List methodAdjustments
         0: .line 84
            aload 0 /* this */
            invokespecial net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* typeAdjustments */
            putfield net.bytebuddy.asm.ModifierAdjustment.typeAdjustments:Ljava/util/List;
         2: .line 88
            aload 0 /* this */
            aload 2 /* fieldAdjustments */
            putfield net.bytebuddy.asm.ModifierAdjustment.fieldAdjustments:Ljava/util/List;
         3: .line 89
            aload 0 /* this */
            aload 3 /* methodAdjustments */
            putfield net.bytebuddy.asm.ModifierAdjustment.methodAdjustments:Ljava/util/List;
         4: .line 90
            return
        end local 3 // java.util.List methodAdjustments
        end local 2 // java.util.List fieldAdjustments
        end local 1 // java.util.List typeAdjustments
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    5     1    typeAdjustments  Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/type/TypeDescription;>;>;
            0    5     2   fieldAdjustments  Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;>;
            0    5     3  methodAdjustments  Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/method/MethodDescription;>;>;
    Signature: (Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/type/TypeDescription;>;>;Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;>;Ljava/util/List<Lnet/bytebuddy/asm/ModifierAdjustment$Adjustment<Lnet/bytebuddy/description/method/MethodDescription;>;>;)V
    MethodParameters:
                   Name  Flags
      typeAdjustments    
      fieldAdjustments   
      methodAdjustments  

  public net.bytebuddy.asm.ModifierAdjustment withTypeModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForType[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForType[] modifierContributor
         0: .line 99
            aload 0 /* this */
            aload 1 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withTypeModifiers:(Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForType[] modifierContributor
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withTypeModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForType>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List modifierContributors
         0: .line 109
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withTypeModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // java.util.List modifierContributors
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withTypeModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>, net.bytebuddy.description.modifier.ModifierContributor$ForType[]);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForType[] modifierContributor
         0: .line 121
            aload 0 /* this */
            aload 1 /* matcher */
            aload 2 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withTypeModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForType[] modifierContributor
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    1     2  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                     Name  Flags
      matcher              
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withTypeModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>, java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForType>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // java.util.List modifierContributors
         0: .line 133
            new net.bytebuddy.asm.ModifierAdjustment
            dup
            new net.bytebuddy.asm.ModifierAdjustment$Adjustment
            dup
            aload 1 /* matcher */
         1: .line 134
            aload 2 /* modifierContributors */
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:(Ljava/util/Collection;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            invokespecial net.bytebuddy.asm.ModifierAdjustment$Adjustment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.typeAdjustments:Ljava/util/List;
         2: .line 133
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/lang/Object;Ljava/util/List;)Ljava/util/List;
         3: .line 134
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.fieldAdjustments:Ljava/util/List;
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.methodAdjustments:Ljava/util/List;
         4: .line 133
            invokespecial net.bytebuddy.asm.ModifierAdjustment.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List modifierContributors
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    5     1               matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    5     2  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      matcher               
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withFieldModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForField[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
         0: .line 144
            aload 0 /* this */
            aload 1 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withFieldModifiers:(Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withFieldModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForField>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List modifierContributors
         0: .line 154
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withFieldModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // java.util.List modifierContributors
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withFieldModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.description.modifier.ModifierContributor$ForField[]);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
         0: .line 166
            aload 0 /* this */
            aload 1 /* matcher */
            aload 2 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withFieldModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForField[] modifierContributor
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    1     2  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                     Name  Flags
      matcher              
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withFieldModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>, java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForField>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // java.util.List modifierContributors
         0: .line 178
            new net.bytebuddy.asm.ModifierAdjustment
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.typeAdjustments:Ljava/util/List;
            new net.bytebuddy.asm.ModifierAdjustment$Adjustment
            dup
            aload 1 /* matcher */
         1: .line 179
            aload 2 /* modifierContributors */
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:(Ljava/util/Collection;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            invokespecial net.bytebuddy.asm.ModifierAdjustment$Adjustment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.fieldAdjustments:Ljava/util/List;
         2: .line 178
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/lang/Object;Ljava/util/List;)Ljava/util/List;
         3: .line 179
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.methodAdjustments:Ljava/util/List;
         4: .line 178
            invokespecial net.bytebuddy.asm.ModifierAdjustment.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List modifierContributors
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    5     1               matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    5     2  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForField;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      matcher               
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withMethodModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 189
            aload 0 /* this */
            aload 1 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withMethodModifiers:(Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withMethodModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List modifierContributors
         0: .line 199
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withMethodModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // java.util.List modifierContributors
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withMethodModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 211
            aload 0 /* this */
            aload 1 /* matcher */
            aload 2 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withMethodModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     2  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                     Name  Flags
      matcher              
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withMethodModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // java.util.List modifierContributors
         0: .line 223
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.isMethod:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* matcher */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 2 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withInvokableModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // java.util.List modifierContributors
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1               matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     2  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      matcher               
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withConstructorModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 233
            aload 0 /* this */
            aload 1 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withConstructorModifiers:(Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withConstructorModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List modifierContributors
         0: .line 243
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withConstructorModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // java.util.List modifierContributors
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withConstructorModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 255
            aload 0 /* this */
            aload 1 /* matcher */
            aload 2 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withConstructorModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     2  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                     Name  Flags
      matcher              
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withConstructorModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // java.util.List modifierContributors
         0: .line 267
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* matcher */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 2 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withInvokableModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // java.util.List modifierContributors
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1               matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     2  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      matcher               
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withInvokableModifiers(net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: ([Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 277
            aload 0 /* this */
            aload 1 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withInvokableModifiers:(Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    MethodParameters:
                     Name  Flags
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withInvokableModifiers(java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // java.util.List modifierContributors
         0: .line 287
            aload 0 /* this */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* modifierContributors */
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withInvokableModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 1 // java.util.List modifierContributors
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment withInvokableModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.description.modifier.ModifierContributor$ForMethod[]);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
         0: .line 299
            aload 0 /* this */
            aload 1 /* matcher */
            aload 2 /* modifierContributor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.withInvokableModifiers:(Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
            areturn
        end local 2 // net.bytebuddy.description.modifier.ModifierContributor$ForMethod[] modifierContributor
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    1     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     2  modifierContributor  [Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;[Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                     Name  Flags
      matcher              
      modifierContributor  

  public net.bytebuddy.asm.ModifierAdjustment withInvokableModifiers(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, java.util.List<? extends net.bytebuddy.description.modifier.ModifierContributor$ForMethod>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/List;)Lnet/bytebuddy/asm/ModifierAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // java.util.List modifierContributors
         0: .line 311
            new net.bytebuddy.asm.ModifierAdjustment
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.typeAdjustments:Ljava/util/List;
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.fieldAdjustments:Ljava/util/List;
            new net.bytebuddy.asm.ModifierAdjustment$Adjustment
            dup
            aload 1 /* matcher */
         1: .line 312
            aload 2 /* modifierContributors */
            invokestatic net.bytebuddy.description.modifier.ModifierContributor$Resolver.of:(Ljava/util/Collection;)Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;
            invokespecial net.bytebuddy.asm.ModifierAdjustment$Adjustment.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/description/modifier/ModifierContributor$Resolver;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.methodAdjustments:Ljava/util/List;
         2: .line 311
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/lang/Object;Ljava/util/List;)Ljava/util/List;
            invokespecial net.bytebuddy.asm.ModifierAdjustment.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List modifierContributors
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0    3     1               matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    3     2  modifierContributors  Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Ljava/util/List<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForMethod;>;)Lnet/bytebuddy/asm/ModifierAdjustment;
    MethodParameters:
                      Name  Flags
      matcher               
      modifierContributors  

  public net.bytebuddy.asm.ModifierAdjustment$ModifierAdjustingClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.description.method.MethodList<?>, int, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lnet/bytebuddy/asm/ModifierAdjustment$ModifierAdjustingClassVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=13, args_size=9
        start local 0 // net.bytebuddy.asm.ModifierAdjustment this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // org.objectweb.asm.ClassVisitor classVisitor
        start local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 4 // net.bytebuddy.pool.TypePool typePool
        start local 5 // net.bytebuddy.description.field.FieldList fields
        start local 6 // net.bytebuddy.description.method.MethodList methods
        start local 7 // int writerFlags
        start local 8 // int readerFlags
         0: .line 326
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 9 /* mappedFields */
        start local 9 // java.util.Map mappedFields
         1: .line 327
            aload 5 /* fields */
            invokeinterface net.bytebuddy.description.field.FieldList.iterator:()Ljava/util/Iterator;
            astore 11
            goto 4
      StackMap locals: net.bytebuddy.asm.ModifierAdjustment net.bytebuddy.description.type.TypeDescription org.objectweb.asm.ClassVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.pool.TypePool net.bytebuddy.description.field.FieldList net.bytebuddy.description.method.MethodList int int java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            astore 10 /* fieldDescription */
        start local 10 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
         3: .line 328
            aload 9 /* mappedFields */
            new java.lang.StringBuilder
            dup
            aload 10 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.getInternalName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 10 /* fieldDescription */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
         4: .line 327
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 330
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 10 /* mappedMethods */
        start local 10 // java.util.Map mappedMethods
         6: .line 331
            aload 6 /* methods */
            new net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer
            dup
            aload 1 /* instrumentedType */
            invokespecial net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 12
            goto 9
      StackMap locals: net.bytebuddy.asm.ModifierAdjustment net.bytebuddy.description.type.TypeDescription org.objectweb.asm.ClassVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.pool.TypePool net.bytebuddy.description.field.FieldList net.bytebuddy.description.method.MethodList int int java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
         7: aload 12
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            astore 11 /* methodDescription */
        start local 11 // net.bytebuddy.description.method.MethodDescription methodDescription
         8: .line 332
            aload 10 /* mappedMethods */
            new java.lang.StringBuilder
            dup
            aload 11 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getInternalName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* methodDescription */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // net.bytebuddy.description.method.MethodDescription methodDescription
         9: .line 331
      StackMap locals:
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 334
            new net.bytebuddy.asm.ModifierAdjustment$ModifierAdjustingClassVisitor
            dup
            aload 2 /* classVisitor */
        11: .line 335
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.typeAdjustments:Ljava/util/List;
        12: .line 336
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.fieldAdjustments:Ljava/util/List;
        13: .line 337
            aload 0 /* this */
            getfield net.bytebuddy.asm.ModifierAdjustment.methodAdjustments:Ljava/util/List;
        14: .line 338
            aload 1 /* instrumentedType */
        15: .line 339
            aload 9 /* mappedFields */
        16: .line 340
            aload 10 /* mappedMethods */
        17: .line 334
            invokespecial net.bytebuddy.asm.ModifierAdjustment$ModifierAdjustingClassVisitor.<init>:(Lorg/objectweb/asm/ClassVisitor;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/Map;Ljava/util/Map;)V
            areturn
        end local 10 // java.util.Map mappedMethods
        end local 9 // java.util.Map mappedFields
        end local 8 // int readerFlags
        end local 7 // int writerFlags
        end local 6 // net.bytebuddy.description.method.MethodList methods
        end local 5 // net.bytebuddy.description.field.FieldList fields
        end local 4 // net.bytebuddy.pool.TypePool typePool
        end local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 2 // org.objectweb.asm.ClassVisitor classVisitor
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.ModifierAdjustment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   18     0                   this  Lnet/bytebuddy/asm/ModifierAdjustment;
            0   18     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   18     2           classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0   18     3  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   18     4               typePool  Lnet/bytebuddy/pool/TypePool;
            0   18     5                 fields  Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0   18     6                methods  Lnet/bytebuddy/description/method/MethodList<*>;
            0   18     7            writerFlags  I
            0   18     8            readerFlags  I
            1   18     9           mappedFields  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            3    4    10       fieldDescription  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            6   18    10          mappedMethods  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/method/MethodDescription;>;
            8    9    11      methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/description/method/MethodList<*>;II)Lnet/bytebuddy/asm/ModifierAdjustment$ModifierAdjustingClassVisitor;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      classVisitor           
      implementationContext  
      typePool               
      fields                 
      methods                
      writerFlags            
      readerFlags            

  public org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList, net.bytebuddy.description.method.MethodList, int, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lorg/objectweb/asm/ClassVisitor;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=9
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            iload 7
            iload 8
            invokevirtual net.bytebuddy.asm.ModifierAdjustment.wrap:(Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lnet/bytebuddy/asm/ModifierAdjustment$ModifierAdjustingClassVisitor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ModifierAdjustment.java"
NestMembers:
  net.bytebuddy.asm.ModifierAdjustment$Adjustment  net.bytebuddy.asm.ModifierAdjustment$ModifierAdjustingClassVisitor
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase of net.bytebuddy.asm.AsmVisitorWrapper
  protected Adjustment = net.bytebuddy.asm.ModifierAdjustment$Adjustment of net.bytebuddy.asm.ModifierAdjustment
  protected ModifierAdjustingClassVisitor = net.bytebuddy.asm.ModifierAdjustment$ModifierAdjustingClassVisitor of net.bytebuddy.asm.ModifierAdjustment
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public Latent = net.bytebuddy.description.method.MethodDescription$Latent of net.bytebuddy.description.method.MethodDescription
  public TypeInitializer = net.bytebuddy.description.method.MethodDescription$Latent$TypeInitializer of net.bytebuddy.description.method.MethodDescription$Latent
  public abstract ForField = net.bytebuddy.description.modifier.ModifierContributor$ForField of net.bytebuddy.description.modifier.ModifierContributor
  public abstract ForMethod = net.bytebuddy.description.modifier.ModifierContributor$ForMethod of net.bytebuddy.description.modifier.ModifierContributor
  public abstract ForType = net.bytebuddy.description.modifier.ModifierContributor$ForType of net.bytebuddy.description.modifier.ModifierContributor
  public Resolver = net.bytebuddy.description.modifier.ModifierContributor$Resolver of net.bytebuddy.description.modifier.ModifierContributor
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()