protected static interface JavaInstance.MethodType.Dispatcher
java.lang.invoke.MethodType instance.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JavaInstance.MethodType.Dispatcher.ForJava7CapableVmA dispatcher for virtual machines that are aware of the  java.lang.invoke.MethodTypetype that was added in Java version 7. | 
| static class  | JavaInstance.MethodType.Dispatcher.ForLegacyVmA dispatcher for virtual machines that are not aware of the  java.lang.invoke.MethodTypetype that was added in Java version 7. | 
| 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. | 
Copyright © 2014–2016. All rights reserved.