public interface net.bytebuddy.description.type.TypeList extends net.bytebuddy.matcher.FilterableList<net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeList>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.TypeList
  super_class: java.lang.Object
{
  public static final java.lang.String[] NO_INTERFACES;
    descriptor: [Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import edu cannot be resolved\n\tSuppressFBWarnings cannot be resolved to a type\n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.String[] toInternalNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getStackSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/matcher/FilterableList<Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeList;>;
SourceFile: "TypeList.java"
NestMembers:
  net.bytebuddy.description.type.TypeList$AbstractBase  net.bytebuddy.description.type.TypeList$Empty  net.bytebuddy.description.type.TypeList$Explicit  net.bytebuddy.description.type.TypeList$ForLoadedTypes  net.bytebuddy.description.type.TypeList$Generic  net.bytebuddy.description.type.TypeList$Generic$AbstractBase  net.bytebuddy.description.type.TypeList$Generic$Empty  net.bytebuddy.description.type.TypeList$Generic$Explicit  net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes  net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$OfTypeVariables  net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$OfTypeVariables$AttachedTypeVariable  net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$WithResolvedErasure  net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes  net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes$OfTypeVariables  net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes  net.bytebuddy.description.type.TypeList$Generic$OfConstructorExceptionTypes$TypeProjection  net.bytebuddy.description.type.TypeList$Generic$OfLoadedInterfaceTypes  net.bytebuddy.description.type.TypeList$Generic$OfLoadedInterfaceTypes$TypeProjection  net.bytebuddy.description.type.TypeList$Generic$OfMethodExceptionTypes  net.bytebuddy.description.type.TypeList$Generic$OfMethodExceptionTypes$TypeProjection
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.type.TypeList$AbstractBase of net.bytebuddy.description.type.TypeList
  public Empty = net.bytebuddy.description.type.TypeList$Empty of net.bytebuddy.description.type.TypeList
  public Explicit = net.bytebuddy.description.type.TypeList$Explicit of net.bytebuddy.description.type.TypeList
  public ForLoadedTypes = net.bytebuddy.description.type.TypeList$ForLoadedTypes of net.bytebuddy.description.type.TypeList
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList