private static class Utils.MethodData
extends java.lang.Object
Utils.invoke(Method, Object, Object...).| Modifier and Type | Field and Description |
|---|---|
private com.esotericsoftware.reflectasm.MethodAccess |
access
The ReflectASM method access class.
|
private java.util.Map<java.lang.reflect.Method,java.lang.Integer> |
methodAccessIdx
Cache of method indices for each
Method instance. |
| Constructor and Description |
|---|
MethodData(java.lang.Class<?> cls)
Create a new instance and populate the method access index.
|