public class LocalVariableTableParameterNameDiscoverer extends Object implements ParameterNameDiscoverer
| 构造器和说明 |
|---|
LocalVariableTableParameterNameDiscoverer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getParameterNames(Constructor ctor)
Return parameter names for this constructor,
or
null if they cannot be determined. |
String[] |
getParameterNames(Method method)
Return parameter names for this method,
or
null if they cannot be determined. |
public LocalVariableTableParameterNameDiscoverer()
public String[] getParameterNames(Method method)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames 在接口中 ParameterNameDiscoverermethod - method to find parameter names fornull if they cannotpublic String[] getParameterNames(Constructor ctor)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames 在接口中 ParameterNameDiscovererctor - constructor to find parameter names fornull if they cannotCopyright © 2006–2018 TinyGroup. All rights reserved.