S - The type of parameter descriptions represented by this list.public static class ParameterList.Empty<S extends ParameterDescription> extends FilterableList.Empty<S,ParameterList<S>> implements ParameterList<S>
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 | 
|---|
| Empty() | 
| 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(ElementMatcher<? super TypeDescription> matcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| TypeList.Generic | 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. | 
filter, get, getOnly, size, 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, 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 TypeList.Generic asTypeList()
ParameterListasTypeList in interface ParameterList<S extends ParameterDescription>public ByteCodeElement.Token.TokenList<ParameterDescription.Token> asTokenList(ElementMatcher<? super TypeDescription> matcher)
ParameterListTargetType.asTokenList in interface ParameterList<S extends ParameterDescription>matcher - A matcher that indicates type substitution.public ParameterList<ParameterDescription.InDefinedShape> asDefined()
ParameterListasDefined in interface ParameterList<S extends ParameterDescription>Copyright © 2014–2016. All rights reserved.