S - The type of parameter descriptions represented by this list.public abstract static class ParameterList.AbstractBase<S extends ParameterDescription> extends FilterableList.AbstractBase<S,ParameterList<S>> implements ParameterList<S>
ParameterList.ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstitutingmodCount| Constructor and Description | 
|---|
| AbstractBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterList<ParameterDescription.InDefinedShape> | asDefined()Returns this list of these parameter descriptions resolved to their defined shape. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | asTokenList()Transforms the list of parameter descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| GenericTypeList | asTypeList()Transforms this list of parameters into a list of the types of the represented parameters. | 
| boolean | hasExplicitMetaData()Checks if all parameters in this list define both an explicit name and an explicit modifier. | 
| protected ParameterList<S> | wrap(List<S> values)Represents a list of values as an instance of this instance's list type. | 
filter, getOnly, subListadd, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean hasExplicitMetaData()
ParameterListhasExplicitMetaData in interface ParameterList<S extends ParameterDescription>true if all parameters in this list define both an explicit name and an explicit modifier.public ByteCodeElement.Token.TokenList<ParameterDescription.Token> asTokenList()
ParameterListasTokenList in interface ParameterList<S extends ParameterDescription>public ByteCodeElement.Token.TokenList<ParameterDescription.Token> asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
ParameterListTargetType.asTokenList in interface ParameterList<S extends ParameterDescription>targetTypeMatcher - A matcher that indicates type substitution.public GenericTypeList asTypeList()
ParameterListasTypeList in interface ParameterList<S extends ParameterDescription>public ParameterList<ParameterDescription.InDefinedShape> asDefined()
ParameterListasDefined in interface ParameterList<S extends ParameterDescription>protected ParameterList<S> wrap(List<S> values)
FilterableList.AbstractBasewrap in class FilterableList.AbstractBase<S extends ParameterDescription,ParameterList<S extends ParameterDescription>>values - The values to wrap in an instance of this list's type.values.Copyright © 2014–2016. All rights reserved.