protected class Transformer.ForMethod.TransformedMethod.TransformedParameterList extends ParameterList.AbstractBase<ParameterDescription>
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 |
---|---|
protected |
TransformedParameterList() |
Modifier and Type | Method and Description |
---|---|
ParameterDescription |
get(int index) |
int |
size() |
asDefined, asTokenList, asTypeList, hasExplicitMetaData, wrap
filter, getOnly, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
public ParameterDescription get(int index)
get
in interface java.util.List<ParameterDescription>
get
in class java.util.AbstractList<ParameterDescription>
public int size()
size
in interface java.util.Collection<ParameterDescription>
size
in interface java.util.List<ParameterDescription>
size
in class java.util.AbstractCollection<ParameterDescription>