Modifier and Type | Field and Description |
---|---|
private final MethodRef | |
private ParameterDescriptor[] | |
private String[] | |
private List |
Access | Constructor and Description |
---|---|
public | MethodDescriptor(Method
The low-level method information. method)Constructs a |
public | MethodDescriptor(Method
The low-level method information. method, ParameterDescriptor[] Descriptive information for each of the
method's parameters. parameterDescriptors)Constructs a |
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv void | |
public synchronized Method | Returns: The low-level description of the methodGets the method that this MethodDescriptor encapsulates. |
public ParameterDescriptor[] | Returns: The locale-independent names of the parameters. May return a null array if the parameter names aren't known.Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters. |
pack-priv String[] | |
private synchronized Class | |
private static Method | |
private synchronized void | |
private synchronized void |
methodRef | back to summary |
---|---|
private final MethodRef methodRef |
parameterDescriptors | back to summary |
---|---|
private ParameterDescriptor[] parameterDescriptors |
paramNames | back to summary |
---|---|
private String[] paramNames |
params | back to summary |
---|---|
private List<WeakReference<Class<?>>> params |
MethodDescriptor | back to summary |
---|---|
public MethodDescriptor(Method method) Constructs a
|
MethodDescriptor | back to summary |
---|---|
public MethodDescriptor(Method method, ParameterDescriptor[] parameterDescriptors) Constructs a
|
MethodDescriptor | back to summary |
---|---|
pack-priv MethodDescriptor(MethodDescriptor x, MethodDescriptor y) |
MethodDescriptor | back to summary |
---|---|
pack-priv MethodDescriptor(MethodDescriptor old) |
appendTo | back to summary |
---|---|
pack-priv void appendTo(StringBuilder sb) Overrides java. |
getMethod | back to summary |
---|---|
public synchronized Method getMethod() Gets the method that this MethodDescriptor encapsulates.
|
getParameterDescriptors | back to summary |
---|---|
public ParameterDescriptor[] getParameterDescriptors() Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
|
getParamNames | back to summary |
---|---|
pack-priv String[] getParamNames() |
getParams | back to summary |
---|---|
private synchronized Class |
resolve | back to summary |
---|---|
private static Method resolve(Method oldMethod, Method newMethod) |
setMethod | back to summary |
---|---|
private synchronized void setMethod(Method method) |
setParams | back to summary |
---|---|
private synchronized void setParams(Class<?>[] param) |