protected static class ParameterList.ForLoadedExecutable.OfLegacyVmConstructor extends ParameterList.AbstractBase<ParameterDescription.InDefinedShape>
java.lang.reflect.Parameter
 type is not available.ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable, ParameterList.ForTokens, ParameterList.TypeSubstitutingmodCount| Constructor and Description | 
|---|
| OfLegacyVmConstructor(Constructor<?> constructor)Creates a legacy representation of a constructor's parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericTypeList | asTypeList()Transforms this list of parameters into a list of the types of the represented parameters. | 
| ParameterDescription.InDefinedShape | get(int index) | 
| int | size() | 
asDefined, asTokenList, asTokenList, hasExplicitMetaData, wrapfilter, getOnly, 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, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic OfLegacyVmConstructor(Constructor<?> constructor)
constructor - The constructor to represent.public ParameterDescription.InDefinedShape get(int index)
get in interface List<ParameterDescription.InDefinedShape>get in class AbstractList<ParameterDescription.InDefinedShape>public int size()
size in interface Collection<ParameterDescription.InDefinedShape>size in interface List<ParameterDescription.InDefinedShape>size in class AbstractCollection<ParameterDescription.InDefinedShape>public GenericTypeList asTypeList()
ParameterListasTypeList in interface ParameterList<ParameterDescription.InDefinedShape>asTypeList in class ParameterList.AbstractBase<ParameterDescription.InDefinedShape>Copyright © 2014–2015. All rights reserved.