public class net.bytebuddy.pool.TypePool$Explicit extends net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Explicit
  super_class: net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical
{
  private final java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDescription> types;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;>;

  public void <init>(java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Explicit this
        start local 1 // java.util.Map types
         0: .line 8507
            aload 0 /* this */
            getstatic net.bytebuddy.pool.TypePool$Empty.INSTANCE:Lnet/bytebuddy/pool/TypePool$Empty;
            aload 1 /* types */
            invokespecial net.bytebuddy.pool.TypePool$Explicit.<init>:(Lnet/bytebuddy/pool/TypePool;Ljava/util/Map;)V
         1: .line 8508
            return
        end local 1 // java.util.Map types
        end local 0 // net.bytebuddy.pool.TypePool$Explicit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/bytebuddy/pool/TypePool$Explicit;
            0    2     1  types  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
       Name  Flags
      types  

  public void <init>(net.bytebuddy.pool.TypePool, java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$Explicit this
        start local 1 // net.bytebuddy.pool.TypePool parent
        start local 2 // java.util.Map types
         0: .line 8517
            aload 0 /* this */
            getstatic net.bytebuddy.pool.TypePool$CacheProvider$NoOp.INSTANCE:Lnet/bytebuddy/pool/TypePool$CacheProvider$NoOp;
            aload 1 /* parent */
            invokespecial net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical.<init>:(Lnet/bytebuddy/pool/TypePool$CacheProvider;Lnet/bytebuddy/pool/TypePool;)V
         1: .line 8518
            aload 0 /* this */
            aload 2 /* types */
            putfield net.bytebuddy.pool.TypePool$Explicit.types:Ljava/util/Map;
         2: .line 8519
            return
        end local 2 // java.util.Map types
        end local 1 // net.bytebuddy.pool.TypePool parent
        end local 0 // net.bytebuddy.pool.TypePool$Explicit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/bytebuddy/pool/TypePool$Explicit;
            0    3     1  parent  Lnet/bytebuddy/pool/TypePool;
            0    3     2   types  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/pool/TypePool;Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
        Name  Flags
      parent  
      types   

  protected net.bytebuddy.pool.TypePool$Resolution doDescribe(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/pool/TypePool$Resolution;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Explicit this
        start local 1 // java.lang.String name
         0: .line 8523
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Explicit.types:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 2 /* typeDescription */
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
         1: .line 8524
            aload 2 /* typeDescription */
            ifnonnull 3
         2: .line 8525
            new net.bytebuddy.pool.TypePool$Resolution$Illegal
            dup
            aload 1 /* name */
            invokespecial net.bytebuddy.pool.TypePool$Resolution$Illegal.<init>:(Ljava/lang/String;)V
            goto 4
         3: .line 8526
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.pool.TypePool$Resolution$Simple
            dup
            aload 2 /* typeDescription */
            invokespecial net.bytebuddy.pool.TypePool$Resolution$Simple.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
         4: .line 8524
      StackMap locals:
      StackMap stack: net.bytebuddy.pool.TypePool$Resolution
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.pool.TypePool$Explicit this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/pool/TypePool$Explicit;
            0    5     1             name  Ljava/lang/String;
            1    5     2  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract AbstractBase = net.bytebuddy.pool.TypePool$AbstractBase of net.bytebuddy.pool.TypePool
  public abstract Hierarchical = net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical of net.bytebuddy.pool.TypePool$AbstractBase
  public abstract CacheProvider = net.bytebuddy.pool.TypePool$CacheProvider of net.bytebuddy.pool.TypePool
  public final NoOp = net.bytebuddy.pool.TypePool$CacheProvider$NoOp of net.bytebuddy.pool.TypePool$CacheProvider
  public final Empty = net.bytebuddy.pool.TypePool$Empty of net.bytebuddy.pool.TypePool
  public Explicit = net.bytebuddy.pool.TypePool$Explicit of net.bytebuddy.pool.TypePool
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool
  public Illegal = net.bytebuddy.pool.TypePool$Resolution$Illegal of net.bytebuddy.pool.TypePool$Resolution
  public Simple = net.bytebuddy.pool.TypePool$Resolution$Simple of net.bytebuddy.pool.TypePool$Resolution
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()