public interface  net.bytebuddy.description.method.MethodList extends java.lang.Object implements net.bytebuddy.matcher.FilterableList
{
public abstract net.bytebuddy.description.ByteCodeElement$Token$TokenList asTokenList(net.bytebuddy.matcher.ElementMatcher);
public abstract java.util.List asSignatureTokenList();
public abstract java.util.List asSignatureTokenList(net.bytebuddy.matcher.ElementMatcher, net.bytebuddy.description.type.TypeDescription);
public abstract net.bytebuddy.description.method.MethodList asDefined();
}