T - The type of the java.lang.reflect.Executable that this list represents.public abstract static class ParameterList.ForLoadedExecutable<T> extends ParameterList.AbstractBase<ParameterDescription.InDefinedShape>
Method or Constructor.| Modifier and Type | Class and Description | 
|---|---|
| protected static interface  | ParameterList.ForLoadedExecutable.DispatcherA dispatcher for creating descriptions of parameter lists and for evaluating the size of an  java.lang.reflect.Executable's parameters. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfConstructorDescribes the list of  Constructorparameters on a modern VM. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfLegacyVmConstructorRepresents a list of constructor parameters on virtual machines where the  java.lang.reflect.Parametertype is not available. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfLegacyVmMethodRepresents a list of method parameters on virtual machines where the  java.lang.reflect.Parametertype is not available. | 
| protected static class  | ParameterList.ForLoadedExecutable.OfMethodDescribes the list of  Methodparameters on a modern VM. | 
ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty<S extends ParameterDescription>, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstituting| Modifier and Type | Field and Description | 
|---|---|
| protected T | executableThe executable for which a parameter list is represented. | 
modCount| Modifier | Constructor and Description | 
|---|---|
| protected  | ForLoadedExecutable(T executable)Creates a new description for a loaded executable. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParameterList<ParameterDescription.InDefinedShape> | of(Constructor<?> constructor)Creates a new list that describes the parameters of the given  Constructor. | 
| static ParameterList<ParameterDescription.InDefinedShape> | of(Method method)Creates a new list that describes the parameters of the given  Method. | 
| int | size() | 
asDefined, asTokenList, asTypeList, hasExplicitMetaData, wrapfilter, getOnly, subListadd, add, addAll, clear, equals, get, 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, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected final T executable
protected ForLoadedExecutable(T executable)
executable - The executable for which a parameter list is represented.public static ParameterList<ParameterDescription.InDefinedShape> of(Constructor<?> constructor)
Constructor.constructor - The constructor for which the parameters should be described.public static ParameterList<ParameterDescription.InDefinedShape> of(Method method)
Method.method - The method for which the parameters should be described.public int size()
size in interface Collection<ParameterDescription.InDefinedShape>size in interface List<ParameterDescription.InDefinedShape>size in class AbstractCollection<ParameterDescription.InDefinedShape>Copyright © 2014–2016. All rights reserved.