public static class ParameterList.TypeSubstituting extends ParameterList.AbstractBase<ParameterDescription.InGenericShape>
ParameterDescription.TypeSubstituting.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 |
|---|
TypeSubstituting(MethodDescription.InGenericShape declaringMethod,
List<? extends ParameterDescription> parameterDescriptions,
TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting parameter list.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDescription.InGenericShape |
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 TypeSubstituting(MethodDescription.InGenericShape declaringMethod, List<? extends ParameterDescription> parameterDescriptions, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
declaringMethod - The method that is declaring the transformed parameters.parameterDescriptions - The untransformed parameters that are represented by this list.visitor - The visitor to apply to the parameter types before returning them.public ParameterDescription.InGenericShape get(int index)
get in interface List<ParameterDescription.InGenericShape>get in class AbstractList<ParameterDescription.InGenericShape>public int size()
size in interface Collection<ParameterDescription.InGenericShape>size in interface List<ParameterDescription.InGenericShape>size in class AbstractCollection<ParameterDescription.InGenericShape>Copyright © 2014–2025. All rights reserved.