public interface  net.bytebuddy.description.method.ParameterList extends java.lang.Object implements net.bytebuddy.matcher.FilterableList
{
public abstract net.bytebuddy.description.type.TypeList$Generic asTypeList();
public abstract net.bytebuddy.description.ByteCodeElement$Token$TokenList asTokenList(net.bytebuddy.matcher.ElementMatcher);
public abstract net.bytebuddy.description.method.ParameterList asDefined();
public abstract boolean hasExplicitMetaData();
}