protected static class ParameterList.ForLoadedExecutable.OfConstructor extends ParameterList.ForLoadedExecutable<Constructor<?>>
Constructor
parameters on a modern VM.ParameterList.ForLoadedExecutable.Executable, ParameterList.ForLoadedExecutable.OfConstructor, ParameterList.ForLoadedExecutable.OfLegacyVmConstructor, ParameterList.ForLoadedExecutable.OfLegacyVmMethod, ParameterList.ForLoadedExecutable.OfMethod
ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty<S extends ParameterDescription>, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstituting
executable, EXECUTABLE, parameterAnnotationSource
modCount
Modifier | Constructor and Description |
---|---|
protected |
OfConstructor(Constructor<?> constructor,
ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description of the parameters of a constructor.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescription.InDefinedShape |
get(int index) |
of, of, of, of, 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
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected OfConstructor(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
constructor
- The constructor that is represented by this instance.parameterAnnotationSource
- The parameter annotation source to query.public ParameterDescription.InDefinedShape get(int index)
get
in interface List<ParameterDescription.InDefinedShape>
get
in class AbstractList<ParameterDescription.InDefinedShape>
Copyright © 2014–2025. All rights reserved.