public final class ParameterList extends com.strobel.core.ReadOnlyList<ParameterInfo>
| Constructor and Description |
|---|
ParameterList(java.util.List<ParameterInfo> elements) |
ParameterList(ParameterInfo... elements) |
ParameterList(ParameterInfo[] elements,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterList |
empty() |
TypeList |
getParameterTypes() |
add, add, addAll, addAll, clear, contains, containsAll, containsAll, emptyList, equals, get, getElements, getOffset, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, newInstance, remove, remove, removeAll, retainAll, set, size, subList, subListRangeCheck, toArray, toArray, toStringpublic ParameterList(java.util.List<ParameterInfo> elements)
public ParameterList(ParameterInfo... elements)
public ParameterList(ParameterInfo[] elements, int offset, int length)
public static ParameterList empty()
public TypeList getParameterTypes()