public class net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor extends net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$WithoutTypeSubstitution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor
  super_class: net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$WithoutTypeSubstitution
{
  final net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod this$2;
    descriptor: Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod);
    descriptor: (Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor this
         0: .line 581
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor.this$2:Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod;
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$WithoutTypeSubstitution.<init>:()V
            return
        end local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod$AttachmentVisitor;
    MethodParameters:
        Name  Flags
      this$0  final

  public net.bytebuddy.description.type.TypeDescription$Generic onTypeVariable(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         0: .line 587
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor.this$2:Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod;
            invokevirtual net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 1 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSymbol:()Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList$Generic
            astore 2 /* candidates */
        start local 2 // net.bytebuddy.description.type.TypeList$Generic candidates
         1: .line 588
            aload 2 /* candidates */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifeq 3
         2: .line 589
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor.this$2:Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod;
            getfield net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSymbol:()Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.findVariable:(Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 4
         3: .line 590
      StackMap locals: net.bytebuddy.description.type.TypeList$Generic
      StackMap stack:
            aload 2 /* candidates */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
         4: .line 588
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            astore 3 /* attached */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic attached
         5: .line 591
            aload 3 /* attached */
            ifnonnull 7
         6: .line 592
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot attach undefined variable: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* typeVariable */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 594
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            new net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$WithAnnotationOverlay
            dup
            aload 3 /* attached */
            aload 1 /* typeVariable */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$WithAnnotationOverlay.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/annotation/AnnotationSource;)V
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic attached
        end local 2 // net.bytebuddy.description.type.TypeList$Generic candidates
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        end local 0 // net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lnet/bytebuddy/dynamic/Transformer$ForMethod$TransformedMethod$AttachmentVisitor;
            0    8     1  typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            1    8     2    candidates  Lnet/bytebuddy/description/type/TypeList$Generic;
            5    8     3      attached  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
              Name  Flags
      typeVariable  

  public java.lang.Object onTypeVariable(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor.onTypeVariable:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Transformer.java"
NestHost: net.bytebuddy.dynamic.Transformer
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfTypeVariable = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable of net.bytebuddy.description.type.TypeDescription$Generic
  public WithAnnotationOverlay = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$WithAnnotationOverlay of net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Substitutor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public abstract WithoutTypeSubstitution = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$WithoutTypeSubstitution of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public ForMethod = net.bytebuddy.dynamic.Transformer$ForMethod of net.bytebuddy.dynamic.Transformer
  protected TransformedMethod = net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod of net.bytebuddy.dynamic.Transformer$ForMethod
  protected AttachmentVisitor = net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod$AttachmentVisitor of net.bytebuddy.dynamic.Transformer$ForMethod$TransformedMethod
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)