|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterNameLoader
Determines the parameter names of Constructors or Methods.
| Method Summary | |
|---|---|
List<String> |
get(Constructor constructor)
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on. |
List<String> |
get(Method method)
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on. |
| Method Detail |
|---|
List<String> get(Method method)
method - the method for which the parameter names should be retrieved
List<String> get(Constructor constructor)
constructor - the constructor for which the parameters should be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||