public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled implements net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled
  super_class: java.lang.Object
{
  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.LoadedTypeInitializer loadedTypeInitializer;
    descriptor: Lnet/bytebuddy/implementation/LoadedTypeInitializer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final net.bytebuddy.description.method.MethodList<?> methods;
    descriptor: Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/description/method/MethodList<*>;

  private final java.util.LinkedHashMap<net.bytebuddy.description.method.MethodDescription, net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry> implementations;
    descriptor: Ljava/util/LinkedHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;

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

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.LoadedTypeInitializer, net.bytebuddy.dynamic.scaffold.TypeInitializer, net.bytebuddy.description.method.MethodList<?>, java.util.LinkedHashMap<net.bytebuddy.description.method.MethodDescription, net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry>, );
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/LoadedTypeInitializer;Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;Lnet/bytebuddy/description/method/MethodList;Ljava/util/LinkedHashMap;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
        start local 3 // net.bytebuddy.dynamic.scaffold.TypeInitializer typeInitializer
        start local 4 // net.bytebuddy.description.method.MethodList methods
        start local 5 // java.util.LinkedHashMap implementations
        start local 6 // boolean supportsBridges
         0: .line 943
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 949
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 950
            aload 0 /* this */
            aload 2 /* loadedTypeInitializer */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.loadedTypeInitializer:Lnet/bytebuddy/implementation/LoadedTypeInitializer;
         3: .line 951
            aload 0 /* this */
            aload 3 /* typeInitializer */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.typeInitializer:Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
         4: .line 952
            aload 0 /* this */
            aload 4 /* methods */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.methods:Lnet/bytebuddy/description/method/MethodList;
         5: .line 953
            aload 0 /* this */
            aload 5 /* implementations */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
         6: .line 954
            aload 0 /* this */
            iload 6 /* supportsBridges */
            putfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.supportsBridges:Z
         7: .line 955
            return
        end local 6 // boolean supportsBridges
        end local 5 // java.util.LinkedHashMap implementations
        end local 4 // net.bytebuddy.description.method.MethodList methods
        end local 3 // net.bytebuddy.dynamic.scaffold.TypeInitializer typeInitializer
        end local 2 // net.bytebuddy.implementation.LoadedTypeInitializer loadedTypeInitializer
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    8     0                   this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
            0    8     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    8     2  loadedTypeInitializer  Lnet/bytebuddy/implementation/LoadedTypeInitializer;
            0    8     3        typeInitializer  Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
            0    8     4                methods  Lnet/bytebuddy/description/method/MethodList<*>;
            0    8     5        implementations  Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;
            0    8     6        supportsBridges  Z
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/LoadedTypeInitializer;Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;Lnet/bytebuddy/description/method/MethodList<*>;Ljava/util/LinkedHashMap<Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;>;Z)V
    MethodParameters:
                       Name  Flags
      instrumentedType       
      loadedTypeInitializer  
      typeInitializer        
      methods                
      implementations        
      supportsBridges        

  public net.bytebuddy.description.type.TypeDescription getInstrumentedType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
         0: .line 961
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;

  public net.bytebuddy.implementation.LoadedTypeInitializer getLoadedTypeInitializer();
    descriptor: ()Lnet/bytebuddy/implementation/LoadedTypeInitializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
         0: .line 968
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.loadedTypeInitializer:Lnet/bytebuddy/implementation/LoadedTypeInitializer;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;

  public net.bytebuddy.dynamic.scaffold.TypeInitializer getTypeInitializer();
    descriptor: ()Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
         0: .line 975
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.typeInitializer:Lnet/bytebuddy/dynamic/scaffold/TypeInitializer;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;

  public net.bytebuddy.description.method.MethodList<?> getMethods();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
         0: .line 982
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.methods:Lnet/bytebuddy/description/method/MethodList;
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
    Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;

  public net.bytebuddy.description.method.MethodList<?> getInstrumentedMethods();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
         0: .line 989
            new net.bytebuddy.description.method.MethodList$Explicit
            dup
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
            invokevirtual java.util.LinkedHashMap.keySet:()Ljava/util/Set;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.description.method.MethodList$Explicit.<init>:(Ljava/util/List;)V
            invokestatic net.bytebuddy.matcher.ElementMatchers.isTypeInitializer:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.description.method.MethodList$Explicit.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            areturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
    Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;

  public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record target(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 996
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.implementations:Ljava/util/LinkedHashMap;
            aload 1 /* methodDescription */
            invokevirtual java.util.LinkedHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
            astore 2 /* entry */
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry entry
         1: .line 997
            aload 2 /* entry */
            ifnonnull 3
         2: .line 998
            new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod
            dup
            aload 1 /* methodDescription */
            invokespecial net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod.<init>:(Lnet/bytebuddy/description/method/MethodDescription;)V
            goto 4
         3: .line 999
      StackMap locals: net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry
      StackMap stack:
            aload 2 /* entry */
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled.supportsBridges:Z
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry.bind:(Lnet/bytebuddy/description/type/TypeDescription;Z)Lnet/bytebuddy/dynamic/scaffold/TypeWriter$MethodPool$Record;
         4: .line 997
      StackMap locals:
      StackMap stack: net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
            areturn
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry entry
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled;
            0    5     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            1    5     2              entry  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Default$Compiled$Entry;
    MethodParameters:
                   Name  Flags
      methodDescription  
}
SourceFile: "MethodRegistry.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodRegistry
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList
  public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry
  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 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 ForNonImplementedMethod = net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForNonImplementedMethod of net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()