public class ParamNameExtractor extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ParamNameExtractor() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getParameterNamesFromDebugInfo(Method method)
Retrieve a list of function parameter names from a method
Returns null if unable to read parameter names (i.e. bytecode not
built with debug).
|
Copyright © The Apache Software Foundation. All Rights Reserved.