public interface net.bytebuddy.description.method.MethodList<T extends net.bytebuddy.description.method.MethodDescription> extends net.bytebuddy.matcher.FilterableList<T, net.bytebuddy.description.method.MethodList<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.method.MethodList
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.description.ByteCodeElement$Token$TokenList<net.bytebuddy.description.method.MethodDescription$Token> asTokenList(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList<Lnet/bytebuddy/description/method/MethodDescription$Token;>;
    MethodParameters:
         Name  Flags
      matcher  

  public abstract net.bytebuddy.description.method.MethodList<net.bytebuddy.description.method.MethodDescription$InDefinedShape> asDefined();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;
}
Signature: <T::Lnet/bytebuddy/description/method/MethodDescription;>Ljava/lang/Object;Lnet/bytebuddy/matcher/FilterableList<TT;Lnet/bytebuddy/description/method/MethodList<TT;>;>;
SourceFile: "MethodList.java"
NestMembers:
  net.bytebuddy.description.method.MethodList$AbstractBase  net.bytebuddy.description.method.MethodList$Empty  net.bytebuddy.description.method.MethodList$Explicit  net.bytebuddy.description.method.MethodList$ForLoadedMethods  net.bytebuddy.description.method.MethodList$ForTokens  net.bytebuddy.description.method.MethodList$TypeSubstituting
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public abstract AbstractBase = net.bytebuddy.description.method.MethodList$AbstractBase of net.bytebuddy.description.method.MethodList
  public Empty = net.bytebuddy.description.method.MethodList$Empty of net.bytebuddy.description.method.MethodList
  public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList
  public ForLoadedMethods = net.bytebuddy.description.method.MethodList$ForLoadedMethods of net.bytebuddy.description.method.MethodList
  public ForTokens = net.bytebuddy.description.method.MethodList$ForTokens of net.bytebuddy.description.method.MethodList
  public TypeSubstituting = net.bytebuddy.description.method.MethodList$TypeSubstituting of net.bytebuddy.description.method.MethodList