public abstract class net.bytebuddy.description.TypeVariableSource$AbstractBase extends net.bytebuddy.description.ModifierReviewable$AbstractBase implements net.bytebuddy.description.TypeVariableSource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.TypeVariableSource$AbstractBase
  super_class: net.bytebuddy.description.ModifierReviewable$AbstractBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.TypeVariableSource$AbstractBase this
         0: .line 128
            aload 0 /* this */
            invokespecial net.bytebuddy.description.ModifierReviewable$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.description.TypeVariableSource$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/TypeVariableSource$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription$Generic findVariable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.description.TypeVariableSource$AbstractBase this
        start local 1 // java.lang.String symbol
         0: .line 134
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.TypeVariableSource$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 1 /* symbol */
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList$Generic
            astore 2 /* typeVariables */
        start local 2 // net.bytebuddy.description.type.TypeList$Generic typeVariables
         1: .line 135
            aload 2 /* typeVariables */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifeq 7
         2: .line 136
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.TypeVariableSource$AbstractBase.getEnclosingSource:()Lnet/bytebuddy/description/TypeVariableSource;
            astore 3 /* enclosingSource */
        start local 3 // net.bytebuddy.description.TypeVariableSource enclosingSource
         3: .line 137
            aload 3 /* enclosingSource */
            ifnonnull 5
         4: .line 138
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 6
         5: .line 139
      StackMap locals: net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.TypeVariableSource
      StackMap stack:
            aload 3 /* enclosingSource */
            aload 1 /* symbol */
            invokeinterface net.bytebuddy.description.TypeVariableSource.findVariable:(Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
         6: .line 137
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 3 // net.bytebuddy.description.TypeVariableSource enclosingSource
         7: .line 141
      StackMap locals:
      StackMap stack:
            aload 2 /* typeVariables */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 2 // net.bytebuddy.description.type.TypeList$Generic typeVariables
        end local 1 // java.lang.String symbol
        end local 0 // net.bytebuddy.description.TypeVariableSource$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lnet/bytebuddy/description/TypeVariableSource$AbstractBase;
            0    8     1           symbol  Ljava/lang/String;
            1    8     2    typeVariables  Lnet/bytebuddy/description/type/TypeList$Generic;
            3    7     3  enclosingSource  Lnet/bytebuddy/description/TypeVariableSource;
    MethodParameters:
        Name  Flags
      symbol  
}
SourceFile: "TypeVariableSource.java"
NestHost: net.bytebuddy.description.TypeVariableSource
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.ModifierReviewable$AbstractBase of net.bytebuddy.description.ModifierReviewable
  public abstract AbstractBase = net.bytebuddy.description.TypeVariableSource$AbstractBase of net.bytebuddy.description.TypeVariableSource
  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 Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher