protected static final class BaseMethod.MethodInfo<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
m_method |
private T |
m_types |
| Constructor and Description |
|---|
MethodInfo(java.lang.reflect.Method m) |
MethodInfo(java.lang.reflect.Method m,
T types) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod() |
T |
getTypes() |
private final java.lang.reflect.Method m_method
private final T m_types
public MethodInfo(java.lang.reflect.Method m)
public MethodInfo(java.lang.reflect.Method m,
T types)
public java.lang.reflect.Method getMethod()
public T getTypes()