public static enum ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm extends Enum<ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm> implements ParameterList.ForLoadedExecutable.Dispatcher
java.lang.reflect.Parameter type.ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm, ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| 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. |
int |
getParameterCount(Object executable)
Returns the amount of parameters of a given executable..
|
String |
toString() |
static ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm INSTANCE
public static ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm[] values()
for (ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm c : ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm.values()) System.out.println(c);
public static ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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.public String toString()
toString in class Enum<ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm>Copyright © 2014–2016. All rights reserved.