public interface net.bytebuddy.description.TypeVariableSource extends net.bytebuddy.description.ModifierReviewable$OfAbstraction
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.TypeVariableSource
  super_class: java.lang.Object
{
  public static final net.bytebuddy.description.TypeVariableSource UNDEFINED;
    descriptor: Lnet/bytebuddy/description/TypeVariableSource;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 32
            aconst_null
            putstatic net.bytebuddy.description.TypeVariableSource.UNDEFINED:Lnet/bytebuddy/description/TypeVariableSource;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.TypeVariableSource getEnclosingSource();
    descriptor: ()Lnet/bytebuddy/description/TypeVariableSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription$Generic findVariable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      symbol  

  public abstract <T> T accept(net.bytebuddy.description.TypeVariableSource$Visitor<T>);
    descriptor: (Lnet/bytebuddy/description/TypeVariableSource$Visitor;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lnet/bytebuddy/description/TypeVariableSource$Visitor<TT;>;)TT;
    MethodParameters:
         Name  Flags
      visitor  

  public abstract boolean isGenerified();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TypeVariableSource.java"
NestMembers:
  net.bytebuddy.description.TypeVariableSource$AbstractBase  net.bytebuddy.description.TypeVariableSource$Visitor  net.bytebuddy.description.TypeVariableSource$Visitor$NoOp
InnerClasses:
  public abstract OfAbstraction = net.bytebuddy.description.ModifierReviewable$OfAbstraction of net.bytebuddy.description.ModifierReviewable
  public abstract AbstractBase = net.bytebuddy.description.TypeVariableSource$AbstractBase of net.bytebuddy.description.TypeVariableSource
  public abstract Visitor = net.bytebuddy.description.TypeVariableSource$Visitor 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