private class TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterList 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.TypeSubstituting| Modifier | Constructor and Description |
|---|---|
private |
LazyParameterList() |
| Modifier and Type | Method and Description |
|---|---|
TypeList.Generic |
asTypeList()
Transforms this list of parameters into a list of the types of the represented parameters.
|
ParameterDescription.InDefinedShape |
get(int index) |
boolean |
hasExplicitMetaData()
Checks if all parameters in this list define both an explicit name and an explicit modifier.
|
int |
size() |
asDefined, asTokenList, 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, subListpublic ParameterDescription.InDefinedShape get(int index)
get in interface java.util.List<ParameterDescription.InDefinedShape>get in class java.util.AbstractList<ParameterDescription.InDefinedShape>public boolean hasExplicitMetaData()
hasExplicitMetaData in interface ParameterList<ParameterDescription.InDefinedShape>hasExplicitMetaData in class ParameterList.AbstractBase<ParameterDescription.InDefinedShape>true if all parameters in this list define both an explicit name and an explicit modifier.public int size()
size in interface java.util.Collection<ParameterDescription.InDefinedShape>size in interface java.util.List<ParameterDescription.InDefinedShape>size in class java.util.AbstractCollection<ParameterDescription.InDefinedShape>public TypeList.Generic asTypeList()
asTypeList in interface ParameterList<ParameterDescription.InDefinedShape>asTypeList in class ParameterList.AbstractBase<ParameterDescription.InDefinedShape>