public class net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge extends net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge
  super_class: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod
{
  private final net.bytebuddy.description.method.MethodDescription visibilityBridge;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription bridgeTarget;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription bridgeType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.attribute.MethodAttributeAppender);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // net.bytebuddy.description.method.MethodDescription visibilityBridge
        start local 2 // net.bytebuddy.description.method.MethodDescription bridgeTarget
        start local 3 // net.bytebuddy.description.type.TypeDescription bridgeType
        start local 4 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
         0: .line 953
            aload 0 /* this */
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod.<init>:()V
         1: .line 957
            aload 0 /* this */
            aload 1 /* visibilityBridge */
            putfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 958
            aload 0 /* this */
            aload 2 /* bridgeTarget */
            putfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeTarget:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 959
            aload 0 /* this */
            aload 3 /* bridgeType */
            putfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeType:Lnet/bytebuddy/description/type/TypeDescription;
         4: .line 960
            aload 0 /* this */
            aload 4 /* attributeAppender */
            putfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
         5: .line 961
            return
        end local 4 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
        end local 3 // net.bytebuddy.description.type.TypeDescription bridgeType
        end local 2 // net.bytebuddy.description.method.MethodDescription bridgeTarget
        end local 1 // net.bytebuddy.description.method.MethodDescription visibilityBridge
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    6     1   visibilityBridge  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     2       bridgeTarget  Lnet/bytebuddy/description/method/MethodDescription;
            0    6     3         bridgeType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     4  attributeAppender  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
    MethodParameters:
                   Name  Flags
      visibilityBridge   
      bridgeTarget       
      bridgeType         
      attributeAppender  

  public static net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record of(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.attribute.MethodAttributeAppender);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 1 // net.bytebuddy.description.method.MethodDescription bridgeTarget
        start local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
         0: .line 973
            aconst_null
            astore 3 /* bridgeType */
        start local 3 // net.bytebuddy.description.type.TypeDefinition bridgeType
         1: .line 974
            aload 1 /* bridgeTarget */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isDefaultMethod:()Z
            ifeq 8
         2: .line 975
            aload 1 /* bridgeTarget */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 4 /* declaringType */
        start local 4 // net.bytebuddy.description.type.TypeDescription declaringType
         3: .line 976
            aload 0 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            aload 4 /* declaringType */
            invokestatic net.bytebuddy.matcher.ElementMatchers.isSubTypeOf:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.type.TypeList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.MethodAttributeAppender net.bytebuddy.description.type.TypeDefinition net.bytebuddy.description.type.TypeDescription top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 5 /* interfaceType */
        start local 5 // net.bytebuddy.description.type.TypeDescription interfaceType
         5: .line 977
            aload 3 /* bridgeType */
            ifnull 6
            aload 4 /* declaringType */
            aload 3 /* bridgeType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 7
         6: .line 978
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.MethodAttributeAppender net.bytebuddy.description.type.TypeDefinition net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription java.util.Iterator
      StackMap stack:
            aload 5 /* interfaceType */
            astore 3 /* bridgeType */
        end local 5 // net.bytebuddy.description.type.TypeDescription interfaceType
         7: .line 976
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.MethodAttributeAppender net.bytebuddy.description.type.TypeDefinition net.bytebuddy.description.type.TypeDescription top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 4 // net.bytebuddy.description.type.TypeDescription declaringType
         8: .line 983
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.MethodAttributeAppender net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 3 /* bridgeType */
            ifnonnull 10
         9: .line 984
            aload 0 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 3 /* bridgeType */
        10: .line 986
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge
            dup
            new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge$VisibilityBridge
            dup
            aload 0 /* instrumentedType */
            aload 1 /* bridgeTarget */
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge$VisibilityBridge.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)V
        11: .line 987
            aload 1 /* bridgeTarget */
        12: .line 988
            aload 3 /* bridgeType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
        13: .line 989
            aload 2 /* attributeAppender */
        14: .line 986
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;)V
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDefinition bridgeType
        end local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
        end local 1 // net.bytebuddy.description.method.MethodDescription bridgeTarget
        end local 0 // net.bytebuddy.description.type.TypeDescription instrumentedType
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0   instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   15     1       bridgeTarget  Lnet/bytebuddy/description/method/MethodDescription;
            0   15     2  attributeAppender  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
            1   15     3         bridgeType  Lnet/bytebuddy/description/type/TypeDefinition;
            3    8     4      declaringType  Lnet/bytebuddy/description/type/TypeDescription;
            5    7     5      interfaceType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                   Name  Flags
      instrumentedType   
      bridgeTarget       
      attributeAppender  

  public net.bytebuddy.description.method.MethodDescription getMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
         0: .line 996
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;

  public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$Sort getSort();
    descriptor: ()Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$Sort;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
         0: .line 1003
            getstatic net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$Sort.IMPLEMENTED:Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$Sort;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;

  public net.bytebuddy.description.modifier.Visibility getVisibility();
    descriptor: ()Lnet/bytebuddy/description/modifier/Visibility;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
         0: .line 1010
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeTarget:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getVisibility:()Lnet/bytebuddy/description/modifier/Visibility;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;

  public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record prepend(net.bytebuddy.implementation.bytecode.ByteCodeAppender);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
         0: .line 1017
            new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
         1: .line 1018
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.ByteCodeAppender
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 1 /* byteCodeAppender */
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)V
         2: .line 1019
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
         3: .line 1020
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeTarget:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getVisibility:()Lnet/bytebuddy/description/modifier/Visibility;
         4: .line 1017
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/modifier/Visibility;)V
            areturn
        end local 1 // net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    5     1  byteCodeAppender  Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    MethodParameters:
                  Name  Flags
      byteCodeAppender  

  public void applyHead(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 1028
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    1     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  

  public void applyBody(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
         0: .line 1034
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 3 /* annotationValueFilterFactory */
            invokevirtual net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.applyAttributes:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;)V
         1: .line 1035
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 1036
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.applyCode:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
            astore 4 /* size */
        start local 4 // net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size size
         3: .line 1037
            aload 1 /* methodVisitor */
            aload 4 /* size */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.getOperandStackSize:()I
            aload 4 /* size */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.getLocalVariableSize:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         4: .line 1038
            return
        end local 4 // net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size size
        end local 3 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    5     0                          this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    5     1                 methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    5     2         implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    5     3  annotationValueFilterFactory  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
            3    5     4                          size  Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    MethodParameters:
                              Name  Flags
      methodVisitor                 
      implementationContext         
      annotationValueFilterFactory  

  public void applyAttributes(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
         0: .line 1044
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
            aload 2 /* annotationValueFilterFactory */
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory.on:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;
            invokeinterface net.bytebuddy.implementation.attribute.MethodAttributeAppender.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)V
         1: .line 1045
            return
        end local 2 // net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory annotationValueFilterFactory
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    2     1                 methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    2     2  annotationValueFilterFactory  Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
    MethodParameters:
                              Name  Flags
      methodVisitor                 
      annotationValueFilterFactory  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size applyCode(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 1051
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.visibilityBridge:Lnet/bytebuddy/description/method/MethodDescription;
            invokevirtual net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    1     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    1     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 1058
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple
            dup
            iconst_3
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 1059
            aload 3 /* instrumentedMethod */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.allArgumentsOf:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess$MethodLoading;
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading.prependThisReference:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 1060
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeTarget:Lnet/bytebuddy/description/method/MethodDescription;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge.bridgeType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType.special:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
         3: .line 1061
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodReturn.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         4: .line 1058
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         5: .line 1062
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* instrumentedMethod */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
         6: .line 1058
            areturn
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge;
            0    7     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    7     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    7     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "TypeWriter.java"
NestHost: net.bytebuddy.dynamic.scaffold.TypeWriter
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 Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract MethodPool = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool of net.bytebuddy.dynamic.scaffold.TypeWriter
  public abstract Record = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool
  public abstract ForDefinedMethod = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
  public OfVisibilityBridge = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod
  protected VisibilityBridge = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge$VisibilityBridge of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$OfVisibilityBridge
  public WithBody = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod
  public final Sort = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$Sort of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Factory = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory of net.bytebuddy.implementation.attribute.AnnotationValueFilter
  public Compound = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Simple = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
  public MethodLoading = net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading of net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()