public class net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable extends net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase$ForTypeVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable
  super_class: net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase$ForTypeVariable
{
  private final java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>> pathMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;

  protected void <init>(java.lang.String, org.objectweb.asm.TypePath, java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>>);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/TypePath;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable this
        start local 1 // java.lang.String descriptor
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.util.Map pathMap
         0: .line 1686
            aload 0 /* this */
            aload 1 /* descriptor */
            aload 2 /* typePath */
            invokespecial net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase$ForTypeVariable.<init>:(Ljava/lang/String;Lorg/objectweb/asm/TypePath;)V
         1: .line 1687
            aload 0 /* this */
            aload 3 /* pathMap */
            putfield net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable.pathMap:Ljava/util/Map;
         2: .line 1688
            return
        end local 3 // java.util.Map pathMap
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // java.lang.String descriptor
        end local 0 // net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/pool/TypePool$Default$AnnotationRegistrant$ForTypeVariable;
            0    3     1  descriptor  Ljava/lang/String;
            0    3     2    typePath  Lorg/objectweb/asm/TypePath;
            0    3     3     pathMap  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;
    Signature: (Ljava/lang/String;Lorg/objectweb/asm/TypePath;Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;)V
    MethodParameters:
            Name  Flags
      descriptor  
      typePath    
      pathMap     

  protected java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>> getPathMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable this
         0: .line 1692
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable.pathMap:Ljava/util/Map;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$AnnotationRegistrant$ForTypeVariable;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  protected abstract AnnotationRegistrant = net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant of net.bytebuddy.pool.TypePool$Default
  public abstract AbstractBase = net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase of net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant
  protected abstract ForTypeVariable = net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase$ForTypeVariable of net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$AbstractBase
  public ForTypeVariable = net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable of net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant
  public WithIndex = net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable$WithIndex of net.bytebuddy.pool.TypePool$Default$AnnotationRegistrant$ForTypeVariable
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default
  protected AnnotationToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription