public static enum JavaInstance.MethodType.Dispatcher.ForLegacyVm extends Enum<JavaInstance.MethodType.Dispatcher.ForLegacyVm> implements JavaInstance.MethodType.Dispatcher
java.lang.invoke.MethodType type that was added in Java version 7.JavaInstance.MethodType.Dispatcher.ForJava7CapableVm, JavaInstance.MethodType.Dispatcher.ForLegacyVm| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
parameterArray(Object methodType)
Extracts the parameter types of the supplied method type.
|
Class<?> |
returnType(Object methodType)
Extracts the return type of the supplied method type.
|
String |
toString() |
static JavaInstance.MethodType.Dispatcher.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaInstance.MethodType.Dispatcher.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaInstance.MethodType.Dispatcher.ForLegacyVm INSTANCE
public static JavaInstance.MethodType.Dispatcher.ForLegacyVm[] values()
for (JavaInstance.MethodType.Dispatcher.ForLegacyVm c : JavaInstance.MethodType.Dispatcher.ForLegacyVm.values()) System.out.println(c);
public static JavaInstance.MethodType.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 Class<?> returnType(Object methodType)
JavaInstance.MethodType.DispatcherreturnType in interface JavaInstance.MethodType.DispatchermethodType - An instance of java.lang.invoke.MethodType.public Class<?>[] parameterArray(Object methodType)
JavaInstance.MethodType.DispatcherparameterArray in interface JavaInstance.MethodType.DispatchermethodType - An instance of java.lang.invoke.MethodType.public String toString()
toString in class Enum<JavaInstance.MethodType.Dispatcher.ForLegacyVm>Copyright © 2014–2016. All rights reserved.