public class net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder<T> extends net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder
  super_class: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.attribute.TypeAttributeAppender typeAttributeAppender;
    descriptor: Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.asm.AsmVisitorWrapper asmVisitorWrapper;
    descriptor: Lnet/bytebuddy/asm/AsmVisitorWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.ClassFileVersion classFileVersion;
    descriptor: Lnet/bytebuddy/ClassFileVersion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy auxiliaryTypeNamingStrategy;
    descriptor: Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory;
    descriptor: Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.attribute.AnnotationRetention annotationRetention;
    descriptor: Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.Implementation$Context$Factory implementationContextFactory;
    descriptor: Lnet/bytebuddy/implementation/Implementation$Context$Factory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.dynamic.scaffold.TypeValidation typeValidation;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.dynamic.scaffold.ClassWriterStrategy classWriterStrategy;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription> ignoredMethods;
    descriptor: Lnet/bytebuddy/matcher/LatentMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  private final java.util.List<net.bytebuddy.dynamic.DynamicType> auxiliaryTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/dynamic/DynamicType;>;

  private final net.bytebuddy.dynamic.ClassFileLocator classFileLocator;
    descriptor: Lnet/bytebuddy/dynamic/ClassFileLocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.ClassFileVersion, net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy, net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory, net.bytebuddy.implementation.attribute.AnnotationRetention, net.bytebuddy.implementation.Implementation$Context$Factory, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, net.bytebuddy.dynamic.scaffold.TypeValidation, net.bytebuddy.dynamic.scaffold.ClassWriterStrategy, net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=15, locals=12, args_size=12
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.ClassFileVersion classFileVersion
        start local 3 // net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy auxiliaryTypeNamingStrategy
        start local 4 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        start local 5 // net.bytebuddy.implementation.attribute.AnnotationRetention annotationRetention
        start local 6 // net.bytebuddy.implementation.Implementation$Context$Factory implementationContextFactory
        start local 7 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        start local 8 // net.bytebuddy.dynamic.scaffold.TypeValidation typeValidation
        start local 9 // net.bytebuddy.dynamic.scaffold.ClassWriterStrategy classWriterStrategy
        start local 10 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
        start local 11 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 160
            aload 0 /* this */
            aload 1 /* instrumentedType */
         1: .line 161
            aload 5 /* annotationRetention */
            invokevirtual net.bytebuddy.implementation.attribute.AnnotationRetention.isEnabled:()Z
            ifeq 3
         2: .line 162
            new net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType$Differentiating
            dup
            aload 1 /* instrumentedType */
            invokespecial net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType$Differentiating.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            goto 4
         3: .line 163
      StackMap locals: uninitialized-this net.bytebuddy.description.type.TypeDescription net.bytebuddy.ClassFileVersion net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory net.bytebuddy.implementation.attribute.AnnotationRetention net.bytebuddy.implementation.Implementation$Context$Factory net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler net.bytebuddy.dynamic.scaffold.TypeValidation net.bytebuddy.dynamic.scaffold.ClassWriterStrategy net.bytebuddy.matcher.LatentMatcher net.bytebuddy.dynamic.ClassFileLocator
      StackMap stack: uninitialized-this net.bytebuddy.description.type.TypeDescription
            getstatic net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType.INSTANCE:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender$ForInstrumentedType;
         4: .line 164
      StackMap locals: uninitialized-this net.bytebuddy.description.type.TypeDescription net.bytebuddy.ClassFileVersion net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory net.bytebuddy.implementation.attribute.AnnotationRetention net.bytebuddy.implementation.Implementation$Context$Factory net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler net.bytebuddy.dynamic.scaffold.TypeValidation net.bytebuddy.dynamic.scaffold.ClassWriterStrategy net.bytebuddy.matcher.LatentMatcher net.bytebuddy.dynamic.ClassFileLocator
      StackMap stack: uninitialized-this net.bytebuddy.description.type.TypeDescription net.bytebuddy.implementation.attribute.TypeAttributeAppender
            getstatic net.bytebuddy.asm.AsmVisitorWrapper$NoOp.INSTANCE:Lnet/bytebuddy/asm/AsmVisitorWrapper$NoOp;
         5: .line 165
            aload 2 /* classFileVersion */
         6: .line 166
            aload 3 /* auxiliaryTypeNamingStrategy */
         7: .line 167
            aload 4 /* annotationValueFilterFactory */
         8: .line 168
            aload 5 /* annotationRetention */
         9: .line 169
            aload 6 /* implementationContextFactory */
        10: .line 170
            aload 7 /* methodGraphCompiler */
        11: .line 171
            aload 8 /* typeValidation */
        12: .line 172
            aload 9 /* classWriterStrategy */
        13: .line 173
            aload 10 /* ignoredMethods */
        14: .line 174
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
        15: .line 175
            aload 11 /* classFileLocator */
            invokespecial net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
        16: .line 176
            return
        end local 11 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 10 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
        end local 9 // net.bytebuddy.dynamic.scaffold.ClassWriterStrategy classWriterStrategy
        end local 8 // net.bytebuddy.dynamic.scaffold.TypeValidation typeValidation
        end local 7 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 6 // net.bytebuddy.implementation.Implementation$Context$Factory implementationContextFactory
        end local 5 // net.bytebuddy.implementation.attribute.AnnotationRetention annotationRetention
        end local 4 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        end local 3 // net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy auxiliaryTypeNamingStrategy
        end local 2 // net.bytebuddy.ClassFileVersion classFileVersion
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   17     0                          this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   17     1              instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   17     2              classFileVersion  Lnet/bytebuddy/ClassFileVersion;
            0   17     3   auxiliaryTypeNamingStrategy  Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
            0   17     4  annotationValueFilterFactory  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
            0   17     5           annotationRetention  Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            0   17     6  implementationContextFactory  Lnet/bytebuddy/implementation/Implementation$Context$Factory;
            0   17     7           methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0   17     8                typeValidation  Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
            0   17     9           classWriterStrategy  Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
            0   17    10                ignoredMethods  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0   17    11              classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
    MethodParameters:
                              Name  Flags
      instrumentedType              
      classFileVersion              
      auxiliaryTypeNamingStrategy   
      annotationValueFilterFactory  
      annotationRetention           
      implementationContextFactory  
      methodGraphCompiler           
      typeValidation                
      classWriterStrategy           
      ignoredMethods                
      classFileLocator              

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.attribute.TypeAttributeAppender, net.bytebuddy.asm.AsmVisitorWrapper, net.bytebuddy.ClassFileVersion, net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy, net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory, net.bytebuddy.implementation.attribute.AnnotationRetention, net.bytebuddy.implementation.Implementation$Context$Factory, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, net.bytebuddy.dynamic.scaffold.TypeValidation, net.bytebuddy.dynamic.scaffold.ClassWriterStrategy, net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>, java.util.List<net.bytebuddy.dynamic.DynamicType>, net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=15, args_size=15
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.implementation.attribute.TypeAttributeAppender typeAttributeAppender
        start local 3 // net.bytebuddy.asm.AsmVisitorWrapper asmVisitorWrapper
        start local 4 // net.bytebuddy.ClassFileVersion classFileVersion
        start local 5 // net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy auxiliaryTypeNamingStrategy
        start local 6 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        start local 7 // net.bytebuddy.implementation.attribute.AnnotationRetention annotationRetention
        start local 8 // net.bytebuddy.implementation.Implementation$Context$Factory implementationContextFactory
        start local 9 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        start local 10 // net.bytebuddy.dynamic.scaffold.TypeValidation typeValidation
        start local 11 // net.bytebuddy.dynamic.scaffold.ClassWriterStrategy classWriterStrategy
        start local 12 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
        start local 13 // java.util.List auxiliaryTypes
        start local 14 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 196
            aload 0 /* this */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase.<init>:()V
         1: .line 210
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 211
            aload 0 /* this */
            aload 2 /* typeAttributeAppender */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         3: .line 212
            aload 0 /* this */
            aload 3 /* asmVisitorWrapper */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         4: .line 213
            aload 0 /* this */
            aload 4 /* classFileVersion */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         5: .line 214
            aload 0 /* this */
            aload 5 /* auxiliaryTypeNamingStrategy */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         6: .line 215
            aload 0 /* this */
            aload 6 /* annotationValueFilterFactory */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         7: .line 216
            aload 0 /* this */
            aload 7 /* annotationRetention */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         8: .line 217
            aload 0 /* this */
            aload 8 /* implementationContextFactory */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
         9: .line 218
            aload 0 /* this */
            aload 9 /* methodGraphCompiler */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
        10: .line 219
            aload 0 /* this */
            aload 10 /* typeValidation */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        11: .line 220
            aload 0 /* this */
            aload 11 /* classWriterStrategy */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        12: .line 221
            aload 0 /* this */
            aload 12 /* ignoredMethods */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        13: .line 222
            aload 0 /* this */
            aload 13 /* auxiliaryTypes */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
        14: .line 223
            aload 0 /* this */
            aload 14 /* classFileLocator */
            putfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        15: .line 224
            return
        end local 14 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 13 // java.util.List auxiliaryTypes
        end local 12 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
        end local 11 // net.bytebuddy.dynamic.scaffold.ClassWriterStrategy classWriterStrategy
        end local 10 // net.bytebuddy.dynamic.scaffold.TypeValidation typeValidation
        end local 9 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 8 // net.bytebuddy.implementation.Implementation$Context$Factory implementationContextFactory
        end local 7 // net.bytebuddy.implementation.attribute.AnnotationRetention annotationRetention
        end local 6 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        end local 5 // net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy auxiliaryTypeNamingStrategy
        end local 4 // net.bytebuddy.ClassFileVersion classFileVersion
        end local 3 // net.bytebuddy.asm.AsmVisitorWrapper asmVisitorWrapper
        end local 2 // net.bytebuddy.implementation.attribute.TypeAttributeAppender typeAttributeAppender
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   16     0                          this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   16     1              instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   16     2         typeAttributeAppender  Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
            0   16     3             asmVisitorWrapper  Lnet/bytebuddy/asm/AsmVisitorWrapper;
            0   16     4              classFileVersion  Lnet/bytebuddy/ClassFileVersion;
            0   16     5   auxiliaryTypeNamingStrategy  Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
            0   16     6  annotationValueFilterFactory  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
            0   16     7           annotationRetention  Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            0   16     8  implementationContextFactory  Lnet/bytebuddy/implementation/Implementation$Context$Factory;
            0   16     9           methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0   16    10                typeValidation  Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
            0   16    11           classWriterStrategy  Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
            0   16    12                ignoredMethods  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0   16    13                auxiliaryTypes  Ljava/util/List<Lnet/bytebuddy/dynamic/DynamicType;>;
            0   16    14              classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Ljava/util/List<Lnet/bytebuddy/dynamic/DynamicType;>;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
    MethodParameters:
                              Name  Flags
      instrumentedType              
      typeAttributeAppender         
      asmVisitorWrapper             
      classFileVersion              
      auxiliaryTypeNamingStrategy   
      annotationValueFilterFactory  
      annotationRetention           
      implementationContextFactory  
      methodGraphCompiler           
      typeValidation                
      classWriterStrategy           
      ignoredMethods                
      auxiliaryTypes                
      classFileLocator              

  public net.bytebuddy.dynamic.DynamicType$Builder<T> visit(net.bytebuddy.asm.AsmVisitorWrapper);
    descriptor: (Lnet/bytebuddy/asm/AsmVisitorWrapper;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.asm.AsmVisitorWrapper asmVisitorWrapper
         0: .line 230
            new net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 231
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         2: .line 232
            new net.bytebuddy.asm.AsmVisitorWrapper$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.asm.AsmVisitorWrapper
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
            aastore
            dup
            iconst_1
            aload 1 /* asmVisitorWrapper */
            aastore
            invokespecial net.bytebuddy.asm.AsmVisitorWrapper$Compound.<init>:([Lnet/bytebuddy/asm/AsmVisitorWrapper;)V
         3: .line 233
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         4: .line 234
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         5: .line 235
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         6: .line 236
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         7: .line 237
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
         8: .line 238
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         9: .line 239
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        10: .line 240
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        11: .line 241
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        12: .line 242
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
        13: .line 243
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        14: .line 230
            invokespecial net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
            areturn
        end local 1 // net.bytebuddy.asm.AsmVisitorWrapper asmVisitorWrapper
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   15     1  asmVisitorWrapper  Lnet/bytebuddy/asm/AsmVisitorWrapper;
    Signature: (Lnet/bytebuddy/asm/AsmVisitorWrapper;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                   Name  Flags
      asmVisitorWrapper  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> name(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.lang.String name
         0: .line 250
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change name of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
      Name  Flags
      name  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> modifiers(int);
    descriptor: (I)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // int modifiers
         0: .line 257
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change modifiers of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int modifiers
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  modifiers  I
    Signature: (I)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
           Name  Flags
      modifiers  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> merge(java.util.Collection<? extends net.bytebuddy.description.modifier.ModifierContributor$ForType>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection modifierContributors
         0: .line 264
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change modifiers of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection modifierContributors
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  modifierContributors  Ljava/util/Collection<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/modifier/ModifierContributor$ForType;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                      Name  Flags
      modifierContributors  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> topLevelType();
    descriptor: ()Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
         0: .line 271
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
    Signature: ()Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;

  public net.bytebuddy.dynamic.DynamicType$Builder$InnerTypeDefinition$ForType<T> innerTypeOf(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/DynamicType$Builder$InnerTypeDefinition$ForType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.description.type.TypeDescription type
         0: .line 278
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.type.TypeDescription type
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  type  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/DynamicType$Builder$InnerTypeDefinition$ForType<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public net.bytebuddy.dynamic.DynamicType$Builder$InnerTypeDefinition<T> innerTypeOf(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/dynamic/DynamicType$Builder$InnerTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
         0: .line 285
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/dynamic/DynamicType$Builder$InnerTypeDefinition<TT;>;
    MethodParameters:
                   Name  Flags
      methodDescription  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> declaredTypes(java.util.Collection<? extends net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection types
         0: .line 292
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection types
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  types  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
       Name  Flags
      types  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> nestHost(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.description.type.TypeDescription type
         0: .line 299
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.type.TypeDescription type
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  type  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> nestMembers(java.util.Collection<? extends net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection types
         0: .line 306
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change type declaration of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection types
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  types  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
       Name  Flags
      types  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> attribute(net.bytebuddy.implementation.attribute.TypeAttributeAppender);
    descriptor: (Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.implementation.attribute.TypeAttributeAppender typeAttributeAppender
         0: .line 313
            new net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 314
            new net.bytebuddy.implementation.attribute.TypeAttributeAppender$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.TypeAttributeAppender
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
            aastore
            dup
            iconst_1
            aload 1 /* typeAttributeAppender */
            aastore
            invokespecial net.bytebuddy.implementation.attribute.TypeAttributeAppender$Compound.<init>:([Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;)V
         2: .line 315
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         3: .line 316
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         4: .line 317
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         5: .line 318
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         6: .line 319
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         7: .line 320
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
         8: .line 321
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         9: .line 322
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        10: .line 323
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        11: .line 324
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        12: .line 325
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
        13: .line 326
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        14: .line 313
            invokespecial net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
            areturn
        end local 1 // net.bytebuddy.implementation.attribute.TypeAttributeAppender typeAttributeAppender
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   15     1  typeAttributeAppender  Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
    Signature: (Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                       Name  Flags
      typeAttributeAppender  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> annotateType(java.util.Collection<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection annotations
         0: .line 333
            aload 0 /* this */
            new net.bytebuddy.implementation.attribute.TypeAttributeAppender$Explicit
            dup
            new java.util.ArrayList
            dup
            aload 1 /* annotations */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.implementation.attribute.TypeAttributeAppender$Explicit.<init>:(Ljava/util/List;)V
            invokevirtual net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.attribute:(Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            areturn
        end local 1 // java.util.Collection annotations
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  annotations  Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
             Name  Flags
      annotations  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ImplementationDefinition$Optional<T> implement(java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ImplementationDefinition$Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection interfaceTypes
         0: .line 340
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot implement interface for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection interfaceTypes
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  interfaceTypes  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ImplementationDefinition$Optional<TT;>;
    MethodParameters:
                Name  Flags
      interfaceTypes  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> initializer(net.bytebuddy.implementation.bytecode.ByteCodeAppender);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
         0: .line 347
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot add initializer of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  byteCodeAppender  Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    Signature: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                  Name  Flags
      byteCodeAppender  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> initializer(net.bytebuddy.implementation.LoadedTypeInitializer);
    descriptor: (Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
         0: .line 354
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot add initializer of decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  loadedTypeInitializer  Lnet/bytebuddy/implementation/LoadedTypeInitializer;
    Signature: (Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                       Name  Flags
      loadedTypeInitializer  

  public net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition<T> typeVariable(java.lang.String, java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$TypeVariableDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.lang.String symbol
        start local 2 // java.util.Collection bounds
         0: .line 361
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot add type variable to decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.util.Collection bounds
        end local 1 // java.lang.String symbol
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  symbol  Ljava/lang/String;
            0    1     2  bounds  Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<+Lnet/bytebuddy/description/type/TypeDefinition;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$TypeVariableDefinition<TT;>;
    MethodParameters:
        Name  Flags
      symbol  
      bounds  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> transform(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/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.dynamic.Transformer transformer
         0: .line 368
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot transform decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.dynamic.Transformer transformer
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1      matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
            0    1     2  transformer  Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/type/TypeVariableToken;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/type/TypeVariableToken;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
             Name  Flags
      matcher      
      transformer  

  public net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional$Valuable<T> defineField(java.lang.String, net.bytebuddy.description.type.TypeDefinition, int);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$FieldDefinition$Optional$Valuable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.lang.String name
        start local 2 // net.bytebuddy.description.type.TypeDefinition type
        start local 3 // int modifiers
         0: .line 375
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot define field for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int modifiers
        end local 2 // net.bytebuddy.description.type.TypeDefinition type
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1       name  Ljava/lang/String;
            0    1     2       type  Lnet/bytebuddy/description/type/TypeDefinition;
            0    1     3  modifiers  I
    Signature: (Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$FieldDefinition$Optional$Valuable<TT;>;
    MethodParameters:
           Name  Flags
      name       
      type       
      modifiers  

  public net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Valuable<T> field(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.field.FieldDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;)Lnet/bytebuddy/dynamic/DynamicType$Builder$FieldDefinition$Valuable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.matcher.LatentMatcher matcher
         0: .line 382
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot change field for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.matcher.LatentMatcher matcher
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  matcher  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$FieldDefinition$Valuable<TT;>;
    MethodParameters:
         Name  Flags
      matcher  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> ignoreAlso(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=19, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
         0: .line 390
            new net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 391
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         2: .line 392
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         3: .line 393
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         4: .line 394
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         5: .line 395
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         6: .line 396
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         7: .line 397
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
         8: .line 398
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         9: .line 399
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        10: .line 400
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        11: .line 401
            new net.bytebuddy.matcher.LatentMatcher$Disjunction
            dup
            iconst_2
            anewarray net.bytebuddy.matcher.LatentMatcher
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
            aastore
            dup
            iconst_1
            aload 1 /* ignoredMethods */
            aastore
            invokespecial net.bytebuddy.matcher.LatentMatcher$Disjunction.<init>:([Lnet/bytebuddy/matcher/LatentMatcher;)V
        12: .line 402
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
        13: .line 403
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        14: .line 390
            invokespecial net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
            areturn
        end local 1 // net.bytebuddy.matcher.LatentMatcher ignoredMethods
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   15     1  ignoredMethods  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                Name  Flags
      ignoredMethods  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial<T> defineMethod(java.lang.String, net.bytebuddy.description.type.TypeDefinition, int);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.lang.String name
        start local 2 // net.bytebuddy.description.type.TypeDefinition returnType
        start local 3 // int modifiers
         0: .line 410
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot define method for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int modifiers
        end local 2 // net.bytebuddy.description.type.TypeDefinition returnType
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1        name  Ljava/lang/String;
            0    1     2  returnType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    1     3   modifiers  I
    Signature: (Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial<TT;>;
    MethodParameters:
            Name  Flags
      name        
      returnType  
      modifiers   

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial<T> defineConstructor(int);
    descriptor: (I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // int modifiers
         0: .line 417
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot define constructor for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int modifiers
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  modifiers  I
    Signature: (I)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial<TT;>;
    MethodParameters:
           Name  Flags
      modifiers  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ImplementationDefinition<T> invokable(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ImplementationDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.matcher.LatentMatcher matcher
         0: .line 424
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot intercept method for decorated type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.matcher.LatentMatcher matcher
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  matcher  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ImplementationDefinition<TT;>;
    MethodParameters:
         Name  Flags
      matcher  

  public net.bytebuddy.dynamic.DynamicType$Builder<T> require(java.util.Collection<net.bytebuddy.dynamic.DynamicType>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=18, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // java.util.Collection auxiliaryTypes
         0: .line 431
            new net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 432
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         2: .line 433
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         3: .line 434
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         4: .line 435
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         5: .line 436
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         6: .line 437
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         7: .line 438
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
         8: .line 439
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         9: .line 440
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        10: .line 441
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        11: .line 442
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        12: .line 443
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
            new java.util.ArrayList
            dup
            aload 1 /* auxiliaryTypes */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
        13: .line 444
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        14: .line 431
            invokespecial net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;Lnet/bytebuddy/dynamic/ClassFileLocator;)V
            areturn
        end local 1 // java.util.Collection auxiliaryTypes
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   15     1  auxiliaryTypes  Ljava/util/Collection<Lnet/bytebuddy/dynamic/DynamicType;>;
    Signature: (Ljava/util/Collection<Lnet/bytebuddy/dynamic/DynamicType;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder<TT;>;
    MethodParameters:
                Name  Flags
      auxiliaryTypes  

  public net.bytebuddy.dynamic.DynamicType$Unloaded<T> make(net.bytebuddy.dynamic.TypeResolutionStrategy);
    descriptor: (Lnet/bytebuddy/dynamic/TypeResolutionStrategy;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.dynamic.TypeResolutionStrategy typeResolutionStrategy
         0: .line 451
            aload 0 /* this */
            aload 1 /* typeResolutionStrategy */
            getstatic net.bytebuddy.pool.TypePool$Empty.INSTANCE:Lnet/bytebuddy/pool/TypePool$Empty;
            invokevirtual net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.make:(Lnet/bytebuddy/dynamic/TypeResolutionStrategy;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded;
            areturn
        end local 1 // net.bytebuddy.dynamic.TypeResolutionStrategy typeResolutionStrategy
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0    1     1  typeResolutionStrategy  Lnet/bytebuddy/dynamic/TypeResolutionStrategy;
    Signature: (Lnet/bytebuddy/dynamic/TypeResolutionStrategy;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded<TT;>;
    MethodParameters:
                        Name  Flags
      typeResolutionStrategy  

  public net.bytebuddy.dynamic.DynamicType$Unloaded<T> make(net.bytebuddy.dynamic.TypeResolutionStrategy, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/dynamic/TypeResolutionStrategy;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
        start local 1 // net.bytebuddy.dynamic.TypeResolutionStrategy typeResolutionStrategy
        start local 2 // net.bytebuddy.pool.TypePool typePool
         0: .line 458
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 459
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         2: .line 460
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypes:Ljava/util/List;
         3: .line 461
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler.compile:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Linked;
         4: .line 462
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Linked.listNodes:()Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
         5: .line 463
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.asMethodList:()Lnet/bytebuddy/description/method/MethodList;
         6: .line 464
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.matcher.LatentMatcher.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isVirtual:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
         7: .line 461
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
         8: .line 465
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         9: .line 466
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
        10: .line 467
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
        11: .line 468
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
        12: .line 469
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
        13: .line 470
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
        14: .line 471
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        15: .line 472
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        16: .line 473
            aload 2 /* typePool */
        17: .line 474
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
        18: .line 458
            invokestatic net.bytebuddy.dynamic.scaffold.TypeWriter$Default.forDecoration:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ClassFileVersion;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter;
        19: .line 474
            aload 1 /* typeResolutionStrategy */
            invokeinterface net.bytebuddy.dynamic.TypeResolutionStrategy.resolve:()Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Resolved;
            invokeinterface net.bytebuddy.dynamic.scaffold.TypeWriter.make:(Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Resolved;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded;
        20: .line 458
            areturn
        end local 2 // net.bytebuddy.pool.TypePool typePool
        end local 1 // net.bytebuddy.dynamic.TypeResolutionStrategy typeResolutionStrategy
        end local 0 // net.bytebuddy.dynamic.scaffold.inline.DecoratingDynamicTypeBuilder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   21     0                    this  Lnet/bytebuddy/dynamic/scaffold/inline/DecoratingDynamicTypeBuilder<TT;>;
            0   21     1  typeResolutionStrategy  Lnet/bytebuddy/dynamic/TypeResolutionStrategy;
            0   21     2                typePool  Lnet/bytebuddy/pool/TypePool;
    Signature: (Lnet/bytebuddy/dynamic/TypeResolutionStrategy;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/dynamic/DynamicType$Unloaded<TT;>;
    MethodParameters:
                        Name  Flags
      typeResolutionStrategy  
      typePool                
}
Signature: <T:Ljava/lang/Object;>Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase<TT;>;
SourceFile: "DecoratingDynamicTypeBuilder.java"
InnerClasses:
  public Compound = net.bytebuddy.asm.AsmVisitorWrapper$Compound of net.bytebuddy.asm.AsmVisitorWrapper
  public final NoOp = net.bytebuddy.asm.AsmVisitorWrapper$NoOp of net.bytebuddy.asm.AsmVisitorWrapper
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract ForType = net.bytebuddy.description.modifier.ModifierContributor$ForType of net.bytebuddy.description.modifier.ModifierContributor
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract FieldDefinition = net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract Optional = net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional of net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition
  public abstract Valuable = net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional$Valuable of net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional
  public abstract Valuable = net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Valuable of net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition
  public abstract InnerTypeDefinition = net.bytebuddy.dynamic.DynamicType$Builder$InnerTypeDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract ForType = net.bytebuddy.dynamic.DynamicType$Builder$InnerTypeDefinition$ForType of net.bytebuddy.dynamic.DynamicType$Builder$InnerTypeDefinition
  public abstract MethodDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract ImplementationDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ImplementationDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract Optional = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ImplementationDefinition$Optional of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ImplementationDefinition
  public abstract ParameterDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract Initial = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Initial of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition
  public abstract TypeVariableDefinition = net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract Unloaded = net.bytebuddy.dynamic.DynamicType$Unloaded of net.bytebuddy.dynamic.DynamicType
  public abstract Resolved = net.bytebuddy.dynamic.TypeResolutionStrategy$Resolved of net.bytebuddy.dynamic.TypeResolutionStrategy
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Linked = net.bytebuddy.dynamic.scaffold.MethodGraph$Linked of net.bytebuddy.dynamic.scaffold.MethodGraph
  public NodeList = net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Default = net.bytebuddy.dynamic.scaffold.TypeWriter$Default of net.bytebuddy.dynamic.scaffold.TypeWriter
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Factory = net.bytebuddy.implementation.Implementation$Context$Factory of net.bytebuddy.implementation.Implementation$Context
  public abstract Factory = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory of net.bytebuddy.implementation.attribute.AnnotationValueFilter
  public Compound = net.bytebuddy.implementation.attribute.TypeAttributeAppender$Compound of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public Explicit = net.bytebuddy.implementation.attribute.TypeAttributeAppender$Explicit of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public final ForInstrumentedType = net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public Differentiating = net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType$Differentiating of net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType
  public abstract NamingStrategy = net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy of net.bytebuddy.implementation.auxiliary.AuxiliaryType
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public Disjunction = net.bytebuddy.matcher.LatentMatcher$Disjunction of net.bytebuddy.matcher.LatentMatcher
  public final Empty = net.bytebuddy.pool.TypePool$Empty of net.bytebuddy.pool.TypePool
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()