public class LocalVariableTableParameterNameDiscoverer extends java.lang.Object implements ParameterNameDiscoverer
Title: LocalVariableTableParameterNameDiscoverer.java
Description:
bboss workgroup
Copyright (c) 2007
| Constructor and Description |
|---|
LocalVariableTableParameterNameDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getParameterNames(java.lang.reflect.Constructor ctor)
Return parameter names for this constructor,
or
null if they cannot be determined. |
java.lang.String[] |
getParameterNames(java.lang.reflect.Method method)
Return parameter names for this method,
or
null if they cannot be determined. |
public LocalVariableTableParameterNameDiscoverer()
public java.lang.String[] getParameterNames(java.lang.reflect.Method method)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames in interface ParameterNameDiscoverermethod - method to find parameter names fornull if they cannotpublic java.lang.String[] getParameterNames(java.lang.reflect.Constructor ctor)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames in interface ParameterNameDiscovererctor - constructor to find parameter names fornull if they cannot