public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
  super_class: java.lang.Object
{
  private final net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled handler;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;
    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

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

  private final java.util.Set<net.bytebuddy.description.method.MethodDescription$TypeToken> bridgeTypes;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;

  private final net.bytebuddy.description.modifier.Visibility visibility;
    descriptor: Lnet/bytebuddy/description/modifier/Visibility;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean bridgeMethod;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled, net.bytebuddy.implementation.attribute.MethodAttributeAppender, net.bytebuddy.description.method.MethodDescription, java.util.Set<net.bytebuddy.description.method.MethodDescription$TypeToken>, net.bytebuddy.description.modifier.Visibility, );
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/Set;Lnet/bytebuddy/description/modifier/Visibility;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry this
        start local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled handler
        start local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
        start local 3 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 4 // java.util.Set bridgeTypes
        start local 5 // net.bytebuddy.description.modifier.Visibility visibility
        start local 6 // boolean bridgeMethod
         0: .line 1048
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1054
            aload 0 /* this */
            aload 1 /* handler */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;
         2: .line 1055
            aload 0 /* this */
            aload 2 /* attributeAppender */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
         3: .line 1056
            aload 0 /* this */
            aload 3 /* methodDescription */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         4: .line 1057
            aload 0 /* this */
            aload 4 /* bridgeTypes */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bridgeTypes:Ljava/util/Set;
         5: .line 1058
            aload 0 /* this */
            aload 5 /* visibility */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.visibility:Lnet/bytebuddy/description/modifier/Visibility;
         6: .line 1059
            aload 0 /* this */
            iload 6 /* bridgeMethod */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bridgeMethod:Z
         7: .line 1060
            return
        end local 6 // boolean bridgeMethod
        end local 5 // net.bytebuddy.description.modifier.Visibility visibility
        end local 4 // java.util.Set bridgeTypes
        end local 3 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender attributeAppender
        end local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled handler
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;
            0    8     1            handler  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;
            0    8     2  attributeAppender  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
            0    8     3  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     4        bridgeTypes  Ljava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;
            0    8     5         visibility  Lnet/bytebuddy/description/modifier/Visibility;
            0    8     6       bridgeMethod  Z
    Signature: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;Lnet/bytebuddy/description/modifier/Visibility;Z)V
    MethodParameters:
                   Name  Flags
      handler            
      attributeAppender  
      methodDescription  
      bridgeTypes        
      visibility         
      bridgeMethod       

  protected net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record bind(net.bytebuddy.description.type.TypeDescription, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Z)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // boolean supportsBridges
         0: .line 1070
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bridgeMethod:Z
            ifeq 2
            iload 2 /* supportsBridges */
            ifne 2
         1: .line 1071
            new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod.<init>:(Lnet/bytebuddy/description/method/MethodDescription;)V
            areturn
         2: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler$Compiled;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.visibility:Lnet/bytebuddy/description/modifier/Visibility;
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled.assemble:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/description/modifier/Visibility;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
            astore 3 /* record */
        start local 3 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record record
         3: .line 1074
            iload 2 /* supportsBridges */
            ifeq 5
         4: .line 1075
            aload 3 /* record */
            aload 1 /* instrumentedType */
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bridgeTypes:Ljava/util/Set;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.attributeAppender:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
            invokestatic net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$AccessBridgeWrapper.of:(Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Ljava/util/Set;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
            goto 6
         5: .line 1076
      StackMap locals: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
      StackMap stack:
            aload 3 /* record */
         6: .line 1074
      StackMap locals:
      StackMap stack: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
            areturn
        end local 3 // net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record record
        end local 2 // boolean supportsBridges
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;
            0    7     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     2   supportsBridges  Z
            3    7     3            record  Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
    MethodParameters:
                  Name  Flags
      instrumentedType  
      supportsBridges   
}
SourceFile: "MethodRegistry.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodRegistry
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public TypeToken = net.bytebuddy.description.method.MethodDescription$TypeToken of net.bytebuddy.description.method.MethodDescription
  public Default = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default of net.bytebuddy.dynamic.scaffold.MethodRegistry
  protected Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry$Default
  protected Entry = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry of net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled
  public abstract Handler = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler
  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 AccessBridgeWrapper = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$AccessBridgeWrapper of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
  public ForNonImplementedMethod = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()