|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.utils.bytecode.Javap
This is a utility class that can be used to extract information from class files using javap. Currently the class is used to extract method parameter names for classes compiled with debug information.
Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
Javap()
|
Method Summary | |
java.lang.String[] |
getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
Get the return/parameter names for the indicated method. |
java.util.Vector |
javap(java.lang.Class cls)
Invokes javap and returns each line of output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
Constructor Detail |
public Javap()
Method Detail |
public java.lang.String[] getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
getParameterNamesFromDebugInfo
in interface Extractor
method
- is the Methodpublic java.util.Vector javap(java.lang.Class cls)
class
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |