public static class ParameterList.Explicit.ForTypes extends ParameterList.AbstractBase<ParameterDescription.InDefinedShape>
ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty<S extends ParameterDescription>, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstitutingmodCount| Constructor and Description |
|---|
ForTypes(MethodDescription.InDefinedShape methodDescription,
List<? extends TypeDefinition> typeDefinitions)
Creates a new parameter type list.
|
ForTypes(MethodDescription.InDefinedShape methodDescription,
TypeDefinition... typeDefinition)
Creates a new parameter type list.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDescription.InDefinedShape |
get(int index) |
int |
size() |
asDefined, asTokenList, asTypeList, hasExplicitMetaData, wrapfilter, getOnly, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ForTypes(MethodDescription.InDefinedShape methodDescription, TypeDefinition... typeDefinition)
methodDescription - The method description that declares the parameters.typeDefinition - A list of detached types representing the parameters.public ForTypes(MethodDescription.InDefinedShape methodDescription, List<? extends TypeDefinition> typeDefinitions)
methodDescription - The method description that declares the parameters.typeDefinitions - A list of detached types representing the parameters.public ParameterDescription.InDefinedShape get(int index)
get in interface List<ParameterDescription.InDefinedShape>get in class AbstractList<ParameterDescription.InDefinedShape>public int size()
size in interface Collection<ParameterDescription.InDefinedShape>size in interface List<ParameterDescription.InDefinedShape>size in class AbstractCollection<ParameterDescription.InDefinedShape>Copyright © 2014–2025. All rights reserved.