public static class ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm extends Object implements ParameterList.ForLoadedExecutable.Dispatcher
java.lang.reflect.Parameter type.ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm, ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm| Modifier | Constructor and Description |
|---|---|
protected |
ForModernVm(Method getParameterCount)
Creates a new dispatcher for a modern VM.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterList<ParameterDescription.InDefinedShape> |
describe(Constructor<?> constructor)
Describes a
Constructor's parameters of the given VM. |
ParameterList<ParameterDescription.InDefinedShape> |
describe(Method method)
Describes a
Method's parameters of the given VM. |
boolean |
equals(Object other) |
int |
getParameterCount(Object executable)
Returns the amount of parameters of a given executable..
|
int |
hashCode() |
String |
toString() |
protected ForModernVm(Method getParameterCount)
getParameterCount - The java.lang.reflect.Executable#getParameterCount() method.public int getParameterCount(Object executable)
ParameterList.ForLoadedExecutable.DispatchergetParameterCount in interface ParameterList.ForLoadedExecutable.Dispatcherexecutable - The executable for which the amount of parameters should be found.public ParameterList<ParameterDescription.InDefinedShape> describe(Constructor<?> constructor)
ParameterList.ForLoadedExecutable.DispatcherConstructor's parameters of the given VM.describe in interface ParameterList.ForLoadedExecutable.Dispatcherconstructor - The constructor for which the parameters should be described.public ParameterList<ParameterDescription.InDefinedShape> describe(Method method)
ParameterList.ForLoadedExecutable.DispatcherMethod's parameters of the given VM.describe in interface ParameterList.ForLoadedExecutable.Dispatchermethod - The method for which the parameters should be described.Copyright © 2014–2016. All rights reserved.